Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 7eb01b7 commit 87b00a9
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"objection": "^3.1.4",
"pg": "^8.11.5",
"winston": "^3.13.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/boutique/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"valtio": "^1.13.2",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"socket.io": "^4.7.5",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"valtio": "^1.13.2",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
Expand Down
62 changes: 48 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit 87b00a9

Please sign in to comment.