Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build(deps): bump zod from 3.22.4 to 3.22.5 (#1172)
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.22.5.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 19, 2024
1 parent 9631c77 commit 4d356ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-intersection-observer": "^9.8.2",
"react-intl": "^6.6.5",
"superjson": "^2.2.1",
"zod": "^3.22.4"
"zod": "^3.22.5"
},
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@trpc/server": "next",
"awilix": "^10.0.2",
"superjson": "^2.2.1",
"zod": "^3.22.4"
"zod": "^3.22.5"
},
"devDependencies": {
"@cs/eslint-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"next-auth": "^5.0.0-beta.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
"zod": "^3.22.5"
},
"devDependencies": {
"@cs/eslint-config": "*",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ __metadata:
prettier: "npm:^3.2.5"
superjson: "npm:^2.2.1"
typescript: "npm:^5.4.5"
zod: "npm:^3.22.4"
zod: "npm:^3.22.5"
languageName: unknown
linkType: soft

Expand All @@ -1621,7 +1621,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
typescript: "npm:^5.4.5"
zod: "npm:^3.22.4"
zod: "npm:^3.22.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1671,7 +1671,7 @@ __metadata:
react-intl: "npm:^6.6.5"
superjson: "npm:^2.2.1"
tailwindcss: "npm:^3.4.3"
zod: "npm:^3.22.4"
zod: "npm:^3.22.5"
languageName: unknown
linkType: soft

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

"zod@npm:^3.20.2, zod@npm:^3.22.4":
"zod@npm:^3.20.2":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 10c0/7578ab283dac0eee66a0ad0fc4a7f28c43e6745aadb3a529f59a4b851aa10872b3890398b3160f257f4b6817b4ce643debdda4fb21a2c040adda7862cab0a587
languageName: node
linkType: hard

"zod@npm:^3.22.5":
version: 3.22.5
resolution: "zod@npm:3.22.5"
checksum: 10c0/efa969e9c0a836e4c299ff86f6db7ccf5e14c5349586694e999b7beb53fcc797b9292bc3179b0b5f43e42bcc4ae184bf202fde3f28694bf9fb8b567779c2e12b
languageName: node
linkType: hard

0 comments on commit 4d356ab

Please sign in to comment.