From 174f5c0eec5d2b1aa320356ac0c17104f5a52ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:34:20 +0000 Subject: [PATCH] Bump zod from 3.25.76 to 4.4.3 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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 495e4ad..68e2e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "zod": "^3.24.1" + "zod": "^4.4.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260613.1", @@ -9696,9 +9696,10 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/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/package.json b/package.json index d8458b2..ff2eef4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "zod": "^3.24.1" + "zod": "^4.4.3" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260613.1",