diff --git a/workspaces/badges/.changeset/renovate-de662f2.md b/workspaces/badges/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..65a1bf9dd1 --- /dev/null +++ b/workspaces/badges/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-badges-backend': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/badges/plugins/badges-backend/package.json b/workspaces/badges/plugins/badges-backend/package.json index e9fff55243..a10b4ffb1c 100644 --- a/workspaces/badges/plugins/badges-backend/package.json +++ b/workspaces/badges/plugins/badges-backend/package.json @@ -66,7 +66,7 @@ "@backstage/cli": "^0.28.0", "@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 029aa719cc..c31d7e916e 100644 --- a/workspaces/badges/yarn.lock +++ b/workspaces/badges/yarn.lock @@ -2528,7 +2528,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 @@ -8771,10 +8771,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/.changeset/renovate-de662f2.md b/workspaces/code-coverage/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..7fb9eb4807 --- /dev/null +++ b/workspaces/code-coverage/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-code-coverage-backend': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/code-coverage/plugins/code-coverage-backend/package.json b/workspaces/code-coverage/plugins/code-coverage-backend/package.json index 729e11e636..b586bc026b 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.28.0", "@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 018b9d230a..5a67f1b80d 100644 --- a/workspaces/code-coverage/yarn.lock +++ b/workspaces/code-coverage/yarn.lock @@ -2529,7 +2529,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 @@ -8896,10 +8896,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/.changeset/renovate-de662f2.md b/workspaces/keycloak/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..1eefadabd8 --- /dev/null +++ b/workspaces/keycloak/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-catalog-backend-module-keycloak': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json b/workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json index bf0095c113..7febe13b81 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/.changeset/renovate-de662f2.md b/workspaces/linguist/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..64d9032dbc --- /dev/null +++ b/workspaces/linguist/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-linguist-backend': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/linguist/plugins/linguist-backend/package.json b/workspaces/linguist/plugins/linguist-backend/package.json index d8579a7841..f9e96ee8b6 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 e7acb8fc7f..590868bd3d 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 @@ -13372,10 +13372,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/.changeset/renovate-de662f2.md b/workspaces/playlist/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..7dd0e84d34 --- /dev/null +++ b/workspaces/playlist/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-playlist-backend': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/playlist/plugins/playlist-backend/package.json b/workspaces/playlist/plugins/playlist-backend/package.json index 3f09176884..0513b7530e 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.1", "@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 168c1872b1..9a9c35cd9a 100644 --- a/workspaces/playlist/yarn.lock +++ b/workspaces/playlist/yarn.lock @@ -2655,7 +2655,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 @@ -11593,10 +11593,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/.changeset/renovate-de662f2.md b/workspaces/shortcuts/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..d9071acb19 --- /dev/null +++ b/workspaces/shortcuts/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-shortcuts': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/shortcuts/plugins/shortcuts/package.json b/workspaces/shortcuts/plugins/shortcuts/package.json index 73ce4da02f..da4c890579 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 85b81def20..ea856d02b3 100644 --- a/workspaces/shortcuts/yarn.lock +++ b/workspaces/shortcuts/yarn.lock @@ -2530,7 +2530,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 @@ -8442,10 +8442,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/.changeset/renovate-de662f2.md b/workspaces/tech-insights/.changeset/renovate-de662f2.md new file mode 100644 index 0000000000..5b365211b0 --- /dev/null +++ b/workspaces/tech-insights/.changeset/renovate-de662f2.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-tech-insights-backend': patch +--- + +Updated dependency `@types/uuid` to `^10.0.0`. diff --git a/workspaces/tech-insights/plugins/tech-insights-backend/package.json b/workspaces/tech-insights/plugins/tech-insights-backend/package.json index dabaf1643f..21e1bd8aff 100644 --- a/workspaces/tech-insights/plugins/tech-insights-backend/package.json +++ b/workspaces/tech-insights/plugins/tech-insights-backend/package.json @@ -73,7 +73,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 d59e967164..5453ce1208 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 @@ -13573,10 +13573,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