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

Update dependency zod to v3.24.1 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
48 changes: 24 additions & 24 deletions typescript/{{cookiecutter.project_class_name}}/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2851,27 +2851,6 @@ __metadata:
languageName: node
linkType: hard

"kitties@workspace:.":
version: 0.0.0-use.local
resolution: "kitties@workspace:."
dependencies:
"@azure/cosmos": "npm:^4.2.0"
"@azure/functions": "npm:^4.6.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.1"
azure-functions-core-tools: "npm:^4.x"
dotenv: "npm:^16.4.5"
inversify: "npm:^6.1.4"
jest: "npm:^29.7.0"
reflect-metadata: "npm:^0.2.2"
ts-jest: "npm:^29.2.5"
tsc-alias: "npm:^1.8.10"
typescript: "npm:^5.7.2"
uuid: "npm:^11.0.3"
zod: "npm:^3.23.8"
languageName: unknown
linkType: soft

"kleur@npm:^3.0.3":
version: 3.0.3
resolution: "kleur@npm:3.0.3"
Expand Down Expand Up @@ -4183,8 +4162,29 @@ __metadata:
linkType: hard

"zod@npm:^3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
version: 3.24.1
resolution: "zod@npm:3.24.1"
checksum: 10c0/0223d21dbaa15d8928fe0da3b54696391d8e3e1e2d0283a1a070b5980a1dbba945ce631c2d1eccc088fdbad0f2dfa40155590bf83732d3ac4fcca2cc9237591b
languageName: node
linkType: hard

"{{cookiecutter.project_endpoint}}@workspace:.":
version: 0.0.0-use.local
resolution: "{{cookiecutter.project_endpoint}}@workspace:."
dependencies:
"@azure/cosmos": "npm:^4.2.0"
"@azure/functions": "npm:^4.6.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.9.1"
azure-functions-core-tools: "npm:^4.x"
dotenv: "npm:^16.4.5"
inversify: "npm:^6.1.4"
jest: "npm:^29.7.0"
reflect-metadata: "npm:^0.2.2"
ts-jest: "npm:^29.2.5"
tsc-alias: "npm:^1.8.10"
typescript: "npm:^5.7.2"
uuid: "npm:^11.0.3"
zod: "npm:^3.23.8"
languageName: unknown
linkType: soft
Loading