From 3fb5c3f5f6539d6a3c57e3318b47e8f763b19e72 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sun, 27 Oct 2024 15:14:15 +0000 Subject: [PATCH 1/2] build: update dependency uuid to v11 Closes #2399 as a pr takeover --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 819a632df..c9749e03d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,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": { diff --git a/yarn.lock b/yarn.lock index 225e60f79..577026051 100644 --- a/yarn.lock +++ b/yarn.lock @@ -388,7 +388,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" @@ -15600,6 +15600,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" From 9f9a7336c012d5c8f804c1b7b7277c6af1acb33f Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 28 Oct 2024 10:44:08 +0100 Subject: [PATCH 2/2] fixup! build: update dependency uuid to v11 --- bazel/benchmark/driver-utilities/BUILD.bazel | 1 - package.json | 1 - yarn.lock | 8 -------- 3 files changed, 10 deletions(-) diff --git a/bazel/benchmark/driver-utilities/BUILD.bazel b/bazel/benchmark/driver-utilities/BUILD.bazel index 99d277e01..d22d261cf 100644 --- a/bazel/benchmark/driver-utilities/BUILD.bazel +++ b/bazel/benchmark/driver-utilities/BUILD.bazel @@ -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", diff --git a/package.json b/package.json index c9749e03d..c3a3f8629 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 577026051..53b2512e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"