Skip to content

Commit

Permalink
chore(deps): bump zod from 3.22.2 to 3.22.3
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.2...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 052b20b commit 566dc61
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"pino": "^8.11.0",
"pino-pretty": "^10.0.0",
"superjson": "1.13.1",
"zod": "^3.22.2"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-icons": "^4.8.0",
"recharts": "^2.6.2",
"superjson": "1.13.1",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"amqplib": "^0.10.3",
"bcrypt": "^5.1.0",
"superjson": "1.13.1",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@sora/eslint-config": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@sora/eslint-config": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.8",
"eslint-plugin-react": "7.32.2",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"eslint": "^8.40.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ __metadata:
eslint: ^8.40.0
superjson: 1.13.1
typescript: ^5.2.2
zod: ^3.22.2
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand All @@ -3329,7 +3329,7 @@ __metadata:
react: 18.2.0
react-dom: 18.2.0
typescript: ^5.2.2
zod: ^3.22.2
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3409,7 +3409,7 @@ __metadata:
tsup: ^7.2.0
tsx: ^3.12.8
typescript: ^5.2.2
zod: ^3.22.2
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand All @@ -3427,7 +3427,7 @@ __metadata:
eslint-config-turbo: ^1.9.8
eslint-plugin-react: 7.32.2
typescript: ^5.2.2
zod: ^3.22.2
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3534,7 +3534,7 @@ __metadata:
recharts: ^2.6.2
superjson: 1.13.1
typescript: ^5.2.2
zod: ^3.22.2
zod: ^3.22.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13135,9 +13135,9 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.22.2":
version: 3.22.2
resolution: "zod@npm:3.22.2"
checksum: 231e2180c8eabb56e88680d80baff5cf6cbe6d64df3c44c50ebe52f73081ecd0229b1c7215b9552537f537a36d9e36afac2737ddd86dc14e3519bdbc777e82b9
"zod@npm:^3.22.3":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
languageName: node
linkType: hard

0 comments on commit 566dc61

Please sign in to comment.