Skip to content

Commit c86572f

Browse files
committed
Using stable 3.25.
1 parent ba97100 commit c86572f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### v24.0.0
66

77
- Switched to Zod 4:
8-
- Minimum supported version of `zod` is 3.25.0, BUT imports MUST be from `zod/v4`;
8+
- Minimum supported version of `zod` is 3.25.1, BUT imports MUST be from `zod/v4`;
99
- Explanation of the versioning strategy: https://github.com/colinhacks/zod/issues/4371;
1010
- Express Zod API, however, is not aiming to support both Zod 3 and Zod 4 simultaneously due to:
1111
- incompatibility of data structures;

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"express-fileupload": "^1.5.0",
7777
"http-errors": "^2.0.0",
7878
"typescript": "^5.1.3",
79-
"zod": "3.25.0-beta.20250519T094321"
79+
"zod": "^3.25.1"
8080
},
8181
"peerDependenciesMeta": {
8282
"@types/compression": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript": "^5.8.3",
4949
"typescript-eslint": "^8.32.1",
5050
"vitest": "^3.1.3",
51-
"zod": "3.25.0-beta.20250519T094321"
51+
"zod": "^3.25.1"
5252
},
5353
"resolutions": {
5454
"**/@scarf/scarf": "npm:[email protected]"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ yocto-queue@^0.1.0:
31233123
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
31243124
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
31253125

3126-
[email protected].0-beta.20250519T094321:
3127-
version "3.25.0-beta.20250519T094321"
3128-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.0-beta.20250519T094321.tgz#9e3bb9b86902227adc65f69c0d271a8cba186447"
3129-
integrity sha512-FvDMTcBUhM/CZjeT0HJQ8M6KbSGRPHqEx2yLWx9kDU3ufoTiq7tQAI8UyBJ/82CBp1mv6tKVWp00ll6zV/WxmA==
3126+
zod@^3.25.1:
3127+
version "3.25.1"
3128+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.1.tgz#c8938a5788b725b50feb4a87fc5b68f9ddb817d9"
3129+
integrity sha512-bkxUGQiqWDTXHSgqtevYDri5ee2GPC9szPct4pqpzLEpswgDQmuseDz81ZF0AnNu1xsmnBVmbtv/t/WeUIHlpg==

0 commit comments

Comments
 (0)