diff --git a/package-lock.json b/package-lock.json index aa96e644..226fe7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0", "usehooks-ts": "^3.1.0", "vite": "^6.0.3 <7.0.0", - "zod": "^3.24.0" + "zod": "^4.0.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", @@ -8892,6 +8892,16 @@ "node": ">=20" } }, + "node_modules/query-registry/node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/query-string": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.2.2.tgz", @@ -11331,20 +11341,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, "node_modules/yaml-ast-parser": { "version": "0.0.43", "resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz", @@ -11395,9 +11391,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.0.10", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.10.tgz", + "integrity": "sha512-3vB+UU3/VmLL2lvwcY/4RV2i9z/YU0DTV/tDuYjrwmx5WeJ7hwy+rGEEx8glHp6Yxw7ibRbKSaIFBgReRPe5KA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" @@ -11416,6 +11412,16 @@ "node": ">=20" } }, + "node_modules/zod-package-json/node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "packages/convex-helpers/dist": { "name": "convex-helpers", "version": "0.1.100", diff --git a/package.json b/package.json index c622fc70..75c61bdf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-dom": "^19.0.0", "usehooks-ts": "^3.1.0", "vite": "^6.0.3 <7.0.0", - "zod": "^3.24.0" + "zod": "^4.0.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.2", diff --git a/packages/convex-helpers/package.json b/packages/convex-helpers/package.json index d6506a4d..a3fc6193 100644 --- a/packages/convex-helpers/package.json +++ b/packages/convex-helpers/package.json @@ -160,7 +160,7 @@ "hono": "^4.0.5", "react": "^17.0.2 || ^18.0.0 || ^19.0.0", "typescript": "^5.5", - "zod": "^3.22.4" + "zod": "^3.22.4 || ^4.0.0" }, "peerDependenciesMeta": { "@standard-schema/spec": {