Skip to content

Commit

Permalink
chore(deps): bump zod from 3.21.4 to 3.22.3 (#4750)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 83a8d98 commit d59048b
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/builder/builder-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"source-map": "^0.7.4",
"webpack": "^5.88.1",
"webpack-sources": "^3.2.3",
"zod": "^3.20.2",
"zod": "^3.22.3",
"zod-validation-error": "1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/bff-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"tsconfig-paths": "^4.1.2",
"type-fest": "2.15.0",
"typescript": "^5",
"zod": "^3.17.3"
"zod": "^3.22.3"
},
"peerDependencies": {
"zod": "^3.17.3",
"zod": "^3.22.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/plugin-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"jest": "^29",
"supertest": "^6.1.6",
"typescript": "^5",
"zod": "^3.17.3"
"zod": "^3.22.3"
},
"peerDependencies": {
"express": "^4.17.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/plugin-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"koa": "^2.13.3",
"supertest": "^6.1.6",
"typescript": "^5",
"zod": "^3.17.3"
"zod": "^3.22.3"
},
"peerDependencies": {
"koa": "^2.13.3"
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/bff-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18",
"ts-node": "^10.9.1",
"tsconfig-paths": "3.14.1",
"zod": "^3.17.3"
"zod": "^3.22.3"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/bff-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18",
"ts-node": "^10.9.1",
"tsconfig-paths": "3.14.1",
"zod": "^3.17.3"
"zod": "^3.22.3"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
Expand Down

0 comments on commit d59048b

Please sign in to comment.