Skip to content

Commit 875a79c

Browse files
angular-robotjosephperrott
authored andcommitted
build: update dependency uuid to v11 (#2401)
Closes #2399 as a pr takeover PR Close #2401
1 parent 7dd9b1b commit 875a79c

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

bazel/benchmark/driver-utilities/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ts_library(
1212
"@npm//@angular/benchpress",
1313
"@npm//@types/node",
1414
"@npm//@types/selenium-webdriver",
15-
"@npm//@types/uuid",
1615
"@npm//protractor",
1716
"@npm//selenium-webdriver",
1817
"@npm//uuid",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@types/selenium-webdriver": "^4.1.21",
3737
"@types/send": "^0.17.1",
3838
"@types/tmp": "^0.2.1",
39-
"@types/uuid": "^10.0.0",
4039
"@types/ws": "8.5.12",
4140
"@types/yargs": "^17.0.0",
4241
"browser-sync": "^3.0.0",
@@ -50,7 +49,7 @@
5049
"true-case-path": "^2.2.1",
5150
"tslib": "^2.5.2",
5251
"typescript": "5.6.3",
53-
"uuid": "^10.0.0",
52+
"uuid": "^11.0.0",
5453
"yargs": "^17.0.0"
5554
},
5655
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ __metadata:
323323
"@types/spdx-satisfies": "npm:^0.1.0"
324324
"@types/supports-color": "npm:^8.1.1"
325325
"@types/tmp": "npm:^0.2.1"
326-
"@types/uuid": "npm:^10.0.0"
327326
"@types/wait-on": "npm:^5.3.1"
328327
"@types/which": "npm:^3.0.0"
329328
"@types/ws": "npm:8.5.12"
@@ -388,7 +387,7 @@ __metadata:
388387
typed-graphqlify: "npm:^3.1.1"
389388
typescript: "npm:5.6.3"
390389
undici: "npm:^6.19.8"
391-
uuid: "npm:^10.0.0"
390+
uuid: "npm:^11.0.0"
392391
wait-on: "npm:^8.0.0"
393392
which: "npm:^5.0.0"
394393
ws: "npm:^8.8.0"
@@ -5268,13 +5267,6 @@ __metadata:
52685267
languageName: node
52695268
linkType: hard
52705269

5271-
"@types/uuid@npm:^10.0.0":
5272-
version: 10.0.0
5273-
resolution: "@types/uuid@npm:10.0.0"
5274-
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
5275-
languageName: node
5276-
linkType: hard
5277-
52785270
"@types/wait-on@npm:^5.3.1":
52795271
version: 5.3.4
52805272
resolution: "@types/wait-on@npm:5.3.4"
@@ -15657,6 +15649,15 @@ __metadata:
1565715649
languageName: node
1565815650
linkType: hard
1565915651

15652+
"uuid@npm:^11.0.0":
15653+
version: 11.0.0
15654+
resolution: "uuid@npm:11.0.0"
15655+
bin:
15656+
uuid: dist/esm/bin/uuid
15657+
checksum: 10c0/6613e9d27f2ef6d6a5866cbaa86405f314f255b054445f185c84c734a737e9869dfd7b7452010f5e5d8ef2b20af227819058228537a3787b04d5bf3fa774e10a
15658+
languageName: node
15659+
linkType: hard
15660+
1566015661
"uuid@npm:^3.3.2":
1566115662
version: 3.4.0
1566215663
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)