From 9e26e21e71a8aeb634190770c10a403a0856a2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:57:46 +0000 Subject: [PATCH] Bump zod from 3.25.76 to 4.3.6 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 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, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45a22cb..5245e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "ws": "^8.19.0", - "zod": "^3.24.2", + "zod": "^4.3.6", "zustand": "^5.0.3" }, "devDependencies": { @@ -9091,9 +9091,9 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", + "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index ae94eda..625fc4e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "ws": "^8.19.0", - "zod": "^3.24.2", + "zod": "^4.3.6", "zustand": "^5.0.3" }, "devDependencies": {