Skip to content

Commit f88d280

Browse files
fix: bump zod from 3.24.4 to 4.0.17
Bumps [zod](https://github.com/colinhacks/zod) from 3.24.4 to 4.0.17. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.4...v4.0.17) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c83c140 commit f88d280

32 files changed

Lines changed: 388 additions & 107 deletions

File tree

core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globby": "^10.0.2",
2828
"type-fest": "^4.41.0",
2929
"winston": "^3.17.0",
30-
"zod": "^3.24.4"
30+
"zod": "^4.0.17"
3131
},
3232
"dependencies": {
3333
"@dotcom-tool-kit/base": "^1.3.0",

core/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"simple-git": "^3.27.0",
3333
"tslib": "^2.8.1",
3434
"yaml": "^2.8.0",
35-
"zod": "^3.24.4"
35+
"zod": "^4.0.17"
3636
},
3737
"repository": {
3838
"type": "git",

lib/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@dotcom-tool-kit/plugin": "^1.1.0",
2222
"type-fest": "^4.41.0",
2323
"winston": "^3.17.0",
24-
"zod": "^3.24.4"
24+
"zod": "^4.0.17"
2525
},
2626
"peerDependencies": {
27-
"zod": "^3.24.4"
27+
"zod": "^4.0.17"
2828
}
2929
}

lib/doppler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@dotcom-tool-kit/error": "^4.1.1",
1111
"@dotcom-tool-kit/logger": "^4.2.2",
1212
"tslib": "^2.8.1",
13-
"zod": "^3.24.4"
13+
"zod": "^4.0.17"
1414
},
1515
"keywords": [],
1616
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",

0 commit comments

Comments
 (0)