Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 0136040 commit 42e2e93
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 384 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.4"
},
"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.4"
},
"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.4"
},
"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.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
Expand Down
Loading

0 comments on commit 42e2e93

Please sign in to comment.