Skip to content

Commit 34466be

Browse files
Update dependency uuid to v11.1.0
1 parent 65f17ac commit 34466be

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

  • typescript/{{cookiecutter.project_class_name}}

typescript/{{cookiecutter.project_class_name}}/yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,27 +2851,6 @@ __metadata:
28512851
languageName: node
28522852
linkType: hard
28532853

2854-
"kitties@workspace:.":
2855-
version: 0.0.0-use.local
2856-
resolution: "kitties@workspace:."
2857-
dependencies:
2858-
"@azure/cosmos": "npm:^4.2.0"
2859-
"@azure/functions": "npm:^4.6.0"
2860-
"@types/jest": "npm:^29.5.14"
2861-
"@types/node": "npm:^22.9.1"
2862-
azure-functions-core-tools: "npm:^4.x"
2863-
dotenv: "npm:^16.4.5"
2864-
inversify: "npm:^6.1.4"
2865-
jest: "npm:^29.7.0"
2866-
reflect-metadata: "npm:^0.2.2"
2867-
ts-jest: "npm:^29.2.5"
2868-
tsc-alias: "npm:^1.8.10"
2869-
typescript: "npm:^5.7.2"
2870-
uuid: "npm:^11.0.3"
2871-
zod: "npm:^3.23.8"
2872-
languageName: unknown
2873-
linkType: soft
2874-
28752854
"kleur@npm:^3.0.3":
28762855
version: 3.0.3
28772856
resolution: "kleur@npm:3.0.3"
@@ -4033,11 +4012,11 @@ __metadata:
40334012
linkType: hard
40344013

40354014
"uuid@npm:^11.0.3":
4036-
version: 11.0.3
4037-
resolution: "uuid@npm:11.0.3"
4015+
version: 11.1.0
4016+
resolution: "uuid@npm:11.1.0"
40384017
bin:
40394018
uuid: dist/esm/bin/uuid
4040-
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
4019+
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
40414020
languageName: node
40424021
linkType: hard
40434022

@@ -4188,3 +4167,24 @@ __metadata:
41884167
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
41894168
languageName: node
41904169
linkType: hard
4170+
4171+
"{{cookiecutter.project_endpoint}}@workspace:.":
4172+
version: 0.0.0-use.local
4173+
resolution: "{{cookiecutter.project_endpoint}}@workspace:."
4174+
dependencies:
4175+
"@azure/cosmos": "npm:^4.2.0"
4176+
"@azure/functions": "npm:^4.6.0"
4177+
"@types/jest": "npm:^29.5.14"
4178+
"@types/node": "npm:^22.9.1"
4179+
azure-functions-core-tools: "npm:^4.x"
4180+
dotenv: "npm:^16.4.5"
4181+
inversify: "npm:^6.1.4"
4182+
jest: "npm:^29.7.0"
4183+
reflect-metadata: "npm:^0.2.2"
4184+
ts-jest: "npm:^29.2.5"
4185+
tsc-alias: "npm:^1.8.10"
4186+
typescript: "npm:^5.7.2"
4187+
uuid: "npm:^11.0.3"
4188+
zod: "npm:^3.23.8"
4189+
languageName: unknown
4190+
linkType: soft

0 commit comments

Comments
 (0)