Skip to content

Commit

Permalink
fix(deps): update dependency zod to v3.22.4 (#591)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 03fc4f2 commit b0b6b61
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"firebase-admin": "12.0.0",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@dzangolab/fastify-config": "0.58.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vite": "4.3.9",
"vite-tsconfig-paths": "4.2.3",
"vitest": "0.32.2",
"zod": "3.22.3"
"zod": "3.22.4"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.58.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"busboy": "1.6.0",
"graphql-upload-minimal": "1.5.5",
"uuid": "9.0.1",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@dzangolab/fastify-config": "0.58.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "4.9.5",
"vite": "4.3.9",
"vitest": "0.32.2",
"zod": "3.22.3"
"zod": "3.22.4"
},
"peerDependencies": {
"@dzangolab/fastify-config": "0.58.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"humps": "2.0.1",
"validator": "13.9.0",
"zod": "3.22.3"
"zod": "3.22.4"
},
"devDependencies": {
"@dzangolab/fastify-config": "0.58.0",
Expand Down
40 changes: 20 additions & 20 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 b0b6b61

Please sign in to comment.