Skip to content

Commit 3fb5c3f

Browse files
committed
build: update dependency uuid to v11
Closes angular#2399 as a pr takeover
1 parent d77c069 commit 3fb5c3f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"true-case-path": "^2.2.1",
5151
"tslib": "^2.5.2",
5252
"typescript": "5.6.3",
53-
"uuid": "^10.0.0",
53+
"uuid": "^11.0.0",
5454
"yargs": "^17.0.0"
5555
},
5656
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ __metadata:
388388
typed-graphqlify: "npm:^3.1.1"
389389
typescript: "npm:5.6.3"
390390
undici: "npm:^6.19.8"
391-
uuid: "npm:^10.0.0"
391+
uuid: "npm:^11.0.0"
392392
wait-on: "npm:^8.0.0"
393393
which: "npm:^5.0.0"
394394
ws: "npm:^8.8.0"
@@ -15600,6 +15600,15 @@ __metadata:
1560015600
languageName: node
1560115601
linkType: hard
1560215602

15603+
"uuid@npm:^11.0.0":
15604+
version: 11.0.0
15605+
resolution: "uuid@npm:11.0.0"
15606+
bin:
15607+
uuid: dist/esm/bin/uuid
15608+
checksum: 10c0/6613e9d27f2ef6d6a5866cbaa86405f314f255b054445f185c84c734a737e9869dfd7b7452010f5e5d8ef2b20af227819058228537a3787b04d5bf3fa774e10a
15609+
languageName: node
15610+
linkType: hard
15611+
1560315612
"uuid@npm:^3.3.2":
1560415613
version: 3.4.0
1560515614
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)