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 uuid to v11.0.5 #20

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 @@ -4033,11 +4012,11 @@ __metadata:
linkType: hard

"uuid@npm:^11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
version: 11.0.5
resolution: "uuid@npm:11.0.5"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
checksum: 10c0/6f59f0c605e02c14515401084ca124b9cb462b4dcac866916a49862bcf831874508a308588c23a7718269226ad11a92da29b39d761ad2b86e736623e3a33b6e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4188,3 +4167,24 @@ __metadata:
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
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