Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency zod to v3.23.8 #245

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@octokit/rest": "20.1.1",
"@probot/octokit-plugin-config": "3.0.2",
"issue-metadata": "0.1.10",
"zod": "3.23.6"
"zod": "3.23.8"
},
"devDependencies": {
"@total-typescript/ts-reset": "0.5.1",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ __metadata:
ts-node: "npm:10.9.2"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
zod: "npm:3.23.6"
zod: "npm:3.23.8"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2775,7 +2775,14 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:3.23.6, zod@npm:^3.22.4":
"zod@npm:3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard

"zod@npm:^3.22.4":
version: 3.23.6
resolution: "zod@npm:3.23.6"
checksum: 10c0/9181606c656235cf6454c60ded6ec783226acafc0206844e9729b4d3c1c6ade411b195fa2590e882d3368c82580a44869567f7aebab005bf8d8476db6186d43f
Expand Down
Loading