Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion bazel/benchmark/driver-utilities/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ts_library(
"@npm//@angular/benchpress",
"@npm//@types/node",
"@npm//@types/selenium-webdriver",
"@npm//@types/uuid",
"@npm//protractor",
"@npm//selenium-webdriver",
"@npm//uuid",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/selenium-webdriver": "^4.1.21",
"@types/send": "^0.17.1",
"@types/tmp": "^0.2.1",
"@types/uuid": "^10.0.0",
"@types/ws": "8.5.12",
"@types/yargs": "^17.0.0",
"browser-sync": "^3.0.0",
Expand All @@ -50,7 +49,7 @@
"true-case-path": "^2.2.1",
"tslib": "^2.5.2",
"typescript": "5.6.3",
"uuid": "^10.0.0",
"uuid": "^11.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ __metadata:
"@types/spdx-satisfies": "npm:^0.1.0"
"@types/supports-color": "npm:^8.1.1"
"@types/tmp": "npm:^0.2.1"
"@types/uuid": "npm:^10.0.0"
"@types/wait-on": "npm:^5.3.1"
"@types/which": "npm:^3.0.0"
"@types/ws": "npm:8.5.12"
Expand Down Expand Up @@ -388,7 +387,7 @@ __metadata:
typed-graphqlify: "npm:^3.1.1"
typescript: "npm:5.6.3"
undici: "npm:^6.19.8"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
wait-on: "npm:^8.0.0"
which: "npm:^5.0.0"
ws: "npm:^8.8.0"
Expand Down Expand Up @@ -5280,13 +5279,6 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

"@types/wait-on@npm:^5.3.1":
version: 5.3.4
resolution: "@types/wait-on@npm:5.3.4"
Expand Down Expand Up @@ -15600,6 +15592,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.0":
version: 11.0.0
resolution: "uuid@npm:11.0.0"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/6613e9d27f2ef6d6a5866cbaa86405f314f255b054445f185c84c734a737e9869dfd7b7452010f5e5d8ef2b20af227819058228537a3787b04d5bf3fa774e10a
languageName: node
linkType: hard

"uuid@npm:^3.3.2":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand Down