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

---
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 May 3, 2024
1 parent 2b8b110 commit c33894d
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.10.1",
"react-intl": "^6.6.5",
"superjson": "^2.2.1",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"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.5"
"zod": "^3.23.6"
},
"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.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"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 @@ -1571,7 +1571,7 @@ __metadata:
prettier: "npm:^3.2.5"
superjson: "npm:^2.2.1"
typescript: "npm:^5.4.5"
zod: "npm:^3.23.5"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft

Expand All @@ -1595,7 +1595,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
typescript: "npm:^5.4.5"
zod: "npm:^3.23.5"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft

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

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

"zod@npm:^3.23.5":
version: 3.23.5
resolution: "zod@npm:3.23.5"
checksum: 10c0/5c74aefe2c0bc2f00d79c5a8724dae863054653bbad640964fdb009c52573349366fa70533f0dfcb912b007421294d437f063d466f9692eb77a2b620640c2794
"zod@npm:^3.23.6":
version: 3.23.6
resolution: "zod@npm:3.23.6"
checksum: 10c0/9181606c656235cf6454c60ded6ec783226acafc0206844e9729b4d3c1c6ade411b195fa2590e882d3368c82580a44869567f7aebab005bf8d8476db6186d43f
languageName: node
linkType: hard

0 comments on commit c33894d

Please sign in to comment.