diff --git a/workspaces/announcements/plugins/announcements-backend/package.json b/workspaces/announcements/plugins/announcements-backend/package.json index 57f59d6609..26fafcf1f5 100644 --- a/workspaces/announcements/plugins/announcements-backend/package.json +++ b/workspaces/announcements/plugins/announcements-backend/package.json @@ -77,7 +77,7 @@ "@backstage/plugin-signals-backend": "^0.2.4", "@backstage/test-utils": "^1.7.3", "@types/supertest": "^2.0.15", - "@types/uuid": "^8.3.4", + "@types/uuid": "^10.0.0", "better-sqlite3": "^11.3.0", "msw": "^1.3.2", "supertest": "^6.3.3" diff --git a/workspaces/announcements/yarn.lock b/workspaces/announcements/yarn.lock index 9bb6862b6b..db6c91596a 100644 --- a/workspaces/announcements/yarn.lock +++ b/workspaces/announcements/yarn.lock @@ -2555,7 +2555,7 @@ __metadata: "@backstage/plugin-signals-node": ^0.1.15 "@backstage/test-utils": ^1.7.3 "@types/supertest": ^2.0.15 - "@types/uuid": ^8.3.4 + "@types/uuid": ^10.0.0 better-sqlite3: ^11.3.0 cross-fetch: ^3.1.5 express: ^4.17.1 @@ -9919,10 +9919,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^8.3.4": - version: 8.3.4 - resolution: "@types/uuid@npm:8.3.4" - checksum: 6f11f3ff70f30210edaa8071422d405e9c1d4e53abbe50fdce365150d3c698fe7bbff65c1e71ae080cbfb8fded860dbb5e174da96fdbbdfcaa3fb3daa474d20f +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/badges/plugins/badges-backend/package.json b/workspaces/badges/plugins/badges-backend/package.json index 77d28bbb2f..f6f6379a4e 100644 --- a/workspaces/badges/plugins/badges-backend/package.json +++ b/workspaces/badges/plugins/badges-backend/package.json @@ -66,7 +66,7 @@ "@backstage/cli": "^0.29.4", "@types/lodash": "^4.14.151", "@types/supertest": "^6.0.0", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "supertest": "^7.0.0" } } diff --git a/workspaces/badges/yarn.lock b/workspaces/badges/yarn.lock index adafaa3804..bcefab98cd 100644 --- a/workspaces/badges/yarn.lock +++ b/workspaces/badges/yarn.lock @@ -2599,7 +2599,7 @@ __metadata: "@types/express": ^4.17.6 "@types/lodash": ^4.14.151 "@types/supertest": ^6.0.0 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 badge-maker: ^3.3.0 cors: ^2.8.5 express: ^4.17.1 @@ -8912,10 +8912,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/code-coverage/plugins/code-coverage-backend/package.json b/workspaces/code-coverage/plugins/code-coverage-backend/package.json index 6d134e9880..fceafbae34 100644 --- a/workspaces/code-coverage/plugins/code-coverage-backend/package.json +++ b/workspaces/code-coverage/plugins/code-coverage-backend/package.json @@ -60,7 +60,7 @@ "@backstage/cli": "^0.29.4", "@types/body-parser-xml": "^2.0.2", "@types/supertest": "^6.0.0", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "supertest": "^7.0.0", "xml2js": "^0.6.0" } diff --git a/workspaces/code-coverage/yarn.lock b/workspaces/code-coverage/yarn.lock index 1cce310856..7617819a6b 100644 --- a/workspaces/code-coverage/yarn.lock +++ b/workspaces/code-coverage/yarn.lock @@ -2600,7 +2600,7 @@ __metadata: "@types/body-parser-xml": ^2.0.2 "@types/express": ^4.17.6 "@types/supertest": ^6.0.0 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 body-parser: ^1.20.0 body-parser-xml: ^2.0.5 express: ^4.17.1 @@ -9037,10 +9037,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json b/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json index 074db31f82..fba7c31fd0 100644 --- a/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json +++ b/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json @@ -59,7 +59,7 @@ "@backstage/plugin-catalog-backend": "1.27.1", "@spotify/prettier-config": "^15.0.0", "@types/lodash": "4.17.13", - "@types/uuid": "9.0.8", + "@types/uuid": "10.0.0", "deepmerge": "4.3.1", "prettier": "3.4.2" }, diff --git a/workspaces/keycloak/yarn.lock b/workspaces/keycloak/yarn.lock index ffad71ee7c..89540b2388 100644 --- a/workspaces/keycloak/yarn.lock +++ b/workspaces/keycloak/yarn.lock @@ -2477,7 +2477,7 @@ __metadata: "@keycloak/keycloak-admin-client": 24.0.5 "@spotify/prettier-config": ^15.0.0 "@types/lodash": 4.17.13 - "@types/uuid": 9.0.8 + "@types/uuid": 10.0.0 deepmerge: 4.3.1 inclusion: ^1.0.1 lodash: ^4.17.21 @@ -7685,7 +7685,14 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:9.0.8, @types/uuid@npm:^9.0.1": +"@types/uuid@npm:10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 + languageName: node + linkType: hard + +"@types/uuid@npm:^9.0.1": version: 9.0.8 resolution: "@types/uuid@npm:9.0.8" checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 diff --git a/workspaces/linguist/plugins/linguist-backend/package.json b/workspaces/linguist/plugins/linguist-backend/package.json index 656593661c..6580d96d21 100644 --- a/workspaces/linguist/plugins/linguist-backend/package.json +++ b/workspaces/linguist/plugins/linguist-backend/package.json @@ -65,7 +65,7 @@ "@types/fs-extra": "^11.0.0", "@types/node-fetch": "^2.5.12", "@types/supertest": "^6.0.0", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "js-yaml": "^4.1.0", "supertest": "^7.0.0" }, diff --git a/workspaces/linguist/yarn.lock b/workspaces/linguist/yarn.lock index 5b267d7181..a2b674e8b0 100644 --- a/workspaces/linguist/yarn.lock +++ b/workspaces/linguist/yarn.lock @@ -2792,7 +2792,7 @@ __metadata: "@types/fs-extra": ^11.0.0 "@types/node-fetch": ^2.5.12 "@types/supertest": ^6.0.0 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 express: ^4.18.1 express-promise-router: ^4.1.0 fs-extra: ^11.0.0 @@ -13341,10 +13341,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/playlist/plugins/playlist-backend/package.json b/workspaces/playlist/plugins/playlist-backend/package.json index 267955175b..8d671d2a13 100644 --- a/workspaces/playlist/plugins/playlist-backend/package.json +++ b/workspaces/playlist/plugins/playlist-backend/package.json @@ -65,7 +65,7 @@ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3", "@types/node-fetch": "^2.5.12", "@types/supertest": "^6.0.0", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "supertest": "^7.0.0" } } diff --git a/workspaces/playlist/yarn.lock b/workspaces/playlist/yarn.lock index 0903905394..fc1c31435a 100644 --- a/workspaces/playlist/yarn.lock +++ b/workspaces/playlist/yarn.lock @@ -2727,7 +2727,7 @@ __metadata: "@types/express": "*" "@types/node-fetch": ^2.5.12 "@types/supertest": ^6.0.0 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 express: ^4.17.1 express-promise-router: ^4.1.0 knex: ^3.0.0 @@ -11773,10 +11773,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/shortcuts/plugins/shortcuts/package.json b/workspaces/shortcuts/plugins/shortcuts/package.json index 78f1aee243..c0f6fa5db2 100644 --- a/workspaces/shortcuts/plugins/shortcuts/package.json +++ b/workspaces/shortcuts/plugins/shortcuts/package.json @@ -57,7 +57,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^15.0.0", "@types/react-dom": "^18.2.19", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "@types/zen-observable": "^0.8.2", "canvas": "^2.11.2", "react": "^16.13.1 || ^17.0.0 || ^18.0.0", diff --git a/workspaces/shortcuts/yarn.lock b/workspaces/shortcuts/yarn.lock index 51a53fb8fd..0cc65bfc64 100644 --- a/workspaces/shortcuts/yarn.lock +++ b/workspaces/shortcuts/yarn.lock @@ -2601,7 +2601,7 @@ __metadata: "@testing-library/react": ^15.0.0 "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 "@types/react-dom": ^18.2.19 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 "@types/zen-observable": ^0.8.2 canvas: ^2.11.2 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -8552,10 +8552,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard diff --git a/workspaces/tech-insights/plugins/tech-insights-backend/package.json b/workspaces/tech-insights/plugins/tech-insights-backend/package.json index ed3837f1d7..6028f7de83 100644 --- a/workspaces/tech-insights/plugins/tech-insights-backend/package.json +++ b/workspaces/tech-insights/plugins/tech-insights-backend/package.json @@ -72,7 +72,7 @@ "@types/lodash": "^4.14.151", "@types/semver": "^7.3.8", "@types/supertest": "^6.0.0", - "@types/uuid": "^9.0.0", + "@types/uuid": "^10.0.0", "supertest": "^7.0.0", "wait-for-expect": "^3.0.2" }, diff --git a/workspaces/tech-insights/yarn.lock b/workspaces/tech-insights/yarn.lock index 19f3205c5e..33307d1d3d 100644 --- a/workspaces/tech-insights/yarn.lock +++ b/workspaces/tech-insights/yarn.lock @@ -2819,7 +2819,7 @@ __metadata: "@types/luxon": ^3.0.0 "@types/semver": ^7.3.8 "@types/supertest": ^6.0.0 - "@types/uuid": ^9.0.0 + "@types/uuid": ^10.0.0 express: ^4.17.1 express-promise-router: ^4.1.0 knex: ^3.0.0 @@ -13408,10 +13408,10 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.0": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275 +"@types/uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "@types/uuid@npm:10.0.0" + checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 languageName: node linkType: hard