diff --git a/common/package.json b/common/package.json index 4280d9e..1e91de8 100644 --- a/common/package.json +++ b/common/package.json @@ -6,7 +6,7 @@ "scripts": {}, "dependencies": { "@saltify/milky-types": "workspace:*", - "zod": "^4.3.5" + "zod": "^4.3.6" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.54.0", diff --git a/docs/package.json b/docs/package.json index a355495..f5db7d1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "nextra-theme-docs": "^4.6.1", "react": "^19.2.4", "react-dom": "^19.2.4", - "zod": "^4.3.5" + "zod": "^4.3.6" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d863b1..cdbc985 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: workspace:* version: link:../types zod: - specifier: ^4.3.5 - version: 4.3.5 + specifier: ^4.3.6 + version: 4.3.6 devDependencies: '@typescript-eslint/eslint-plugin': specifier: ^8.54.0 @@ -76,8 +76,8 @@ importers: specifier: ^19.2.4 version: 19.2.4(react@19.2.4) zod: - specifier: ^4.3.5 - version: 4.3.5 + specifier: ^4.3.6 + version: 4.3.6 devDependencies: '@eslint/eslintrc': specifier: ^3.3.3 @@ -107,8 +107,8 @@ importers: types: dependencies: zod: - specifier: ^4.3.5 - version: 4.3.5 + specifier: ^4.3.6 + version: 4.3.6 packages: @@ -3735,8 +3735,8 @@ packages: peerDependencies: zod: ^3.25.0 || ^4.0.0 - zod@4.3.5: - resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} + zod@4.3.6: + resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} zustand@5.0.9: resolution: {integrity: sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==} @@ -5799,8 +5799,8 @@ snapshots: '@babel/parser': 7.28.5 eslint: 9.39.2 hermes-parser: 0.25.1 - zod: 4.3.5 - zod-validation-error: 4.0.2(zod@4.3.5) + zod: 4.3.6 + zod-validation-error: 4.0.2(zod@4.3.6) transitivePeerDependencies: - supports-color @@ -7119,7 +7119,7 @@ snapshots: react-compiler-runtime: 19.1.0-rc.3(react@19.2.4) react-dom: 19.2.4(react@19.2.4) scroll-into-view-if-needed: 3.1.0 - zod: 4.3.5 + zod: 4.3.6 zustand: 5.0.9(@types/react@19.2.13)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)) transitivePeerDependencies: - '@types/react' @@ -7169,7 +7169,7 @@ snapshots: unist-util-visit: 5.0.0 unist-util-visit-children: 3.0.0 yaml: 2.8.2 - zod: 4.3.5 + zod: 4.3.6 transitivePeerDependencies: - supports-color - typescript @@ -8256,11 +8256,11 @@ snapshots: yocto-queue@0.1.0: {} - zod-validation-error@4.0.2(zod@4.3.5): + zod-validation-error@4.0.2(zod@4.3.6): dependencies: - zod: 4.3.5 + zod: 4.3.6 - zod@4.3.5: {} + zod@4.3.6: {} zustand@5.0.9(@types/react@19.2.13)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)): optionalDependencies: diff --git a/types/package.json b/types/package.json index af765ba..72f6f75 100644 --- a/types/package.json +++ b/types/package.json @@ -43,6 +43,6 @@ }, "license": "CC0-1.0", "dependencies": { - "zod": "^4.3.5" + "zod": "^4.3.6" } }