From d7f7bb1e78ee33fb6c9c491cb012b6cf0d764c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 19:50:25 +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 | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fb5ba8..5e09d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^19.2.6", "react-dom": "^19.2.6", "workbox-window": "^7.4.1", - "zod": "^3.25.76" + "zod": "^4.4.3" }, "devDependencies": { "@axe-core/playwright": "^4.11.2", @@ -8591,8 +8591,10 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "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 27ec3c5..17525b4 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react": "^19.2.6", "react-dom": "^19.2.6", "workbox-window": "^7.4.1", - "zod": "^3.25.76" + "zod": "^4.4.3" }, "devDependencies": { "@axe-core/playwright": "^4.11.2",