Upgrade zod

This commit is contained in:
MartinBraquet
2026-03-01 23:08:55 +01:00
parent 000daa3021
commit f9f9da63a0
4 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
"twitter-api-v2": "1.15.0",
"web-push": "3.6.7",
"ws": "8.17.1",
"zod": "3.22.3"
"zod": "^3.25"
},
"devDependencies": {
"@types/cors": "2.8.17",

View File

@@ -23,7 +23,7 @@
"dayjs": "1.11.19",
"lodash": "4.17.23",
"string-similarity": "4.0.4",
"zod": "3.22.3"
"zod": "^3.25"
},
"devDependencies": {
"@types/jest": "^29",

View File

@@ -70,7 +70,7 @@
"prosemirror-model": "1.x",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "3.22.3"
"zod": "^3.25"
},
"devDependencies": {
"@eslint/js": "^9.39.0",

View File

@@ -17677,10 +17677,10 @@ zod-to-json-schema@^3.24.5, zod-to-json-schema@^3.25.0:
resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz#df504c957c4fb0feff467c74d03e6aab0b013e1c"
integrity sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==
zod@3.22.3, zod@^3.24.3, "zod@^3.25 || ^4.0":
version "3.22.3"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.3.tgz#2fbc96118b174290d94e8896371c95629e87a060"
integrity sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==
zod@^3.24.3, zod@^3.25, "zod@^3.25 || ^4.0":
version "3.25.76"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
zwitch@^2.0.0:
version "2.0.4"