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.23.3 to 3.23.4 (#1188)
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.3 to 3.23.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.3...v3.23.4)

---
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 24, 2024
1 parent b54a6bc commit d2f56cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.23.3"
"zod": "^3.23.4"
},
"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.23.3"
"zod": "^3.23.4"
},
"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.23.3"
"zod": "^3.23.4"
},
"devDependencies": {
"@cs/eslint-config": "*",
Expand Down
14 changes: 7 additions & 7 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.23.3"
zod: "npm:^3.23.4"
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.23.3"
zod: "npm:^3.23.4"
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.23.3"
zod: "npm:^3.23.4"
languageName: unknown
linkType: soft

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

"zod@npm:^3.23.3":
version: 3.23.3
resolution: "zod@npm:3.23.3"
checksum: 10c0/4ad8b72215f5144d09b359d9aba410ede3ce0d3693f39ed09b932dbb13db439f15c0ca569c479807d4778a3f8b1cc48c2621c1e2aada9624b12a2a6870ef6086
"zod@npm:^3.23.4":
version: 3.23.4
resolution: "zod@npm:3.23.4"
checksum: 10c0/7fb99f05bd5b86dcde06e202285a5d102b2e26d46f5119403a17618d0048e488e074cdcdf3fbba2bdcb77ff8141ddd85112b6d86d7a2fbefc9ffc983997b970e
languageName: node
linkType: hard

0 comments on commit d2f56cb

Please sign in to comment.