From 6e58ba50049bfbd13b2bafc5c8cf5815e27e6ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:42:46 +0000 Subject: [PATCH] chore(deps)(deps): bump zod from 3.25.76 to 4.4.3 in /web Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 3c750af..9cc21d7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -35,7 +35,7 @@ "sonner": "^1.7.0", "swr": "^2.2.5", "tailwind-merge": "^2.5.4", - "zod": "^3.23.8" + "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.9.1", @@ -8263,9 +8263,9 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmmirror.com/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/web/package.json b/web/package.json index b10ab4d..f712789 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "recharts": "^2.13.3", "motion": "^11.11.17", "swr": "^2.2.5", - "zod": "^3.23.8", + "zod": "^4.4.3", "next-themes": "^0.4.3", "sonner": "^1.7.0", "date-fns": "^4.1.0"