From 8784c1d9d8ebee6cdfda5908c14a1bc87aaf3f33 Mon Sep 17 00:00:00 2001 From: "backstage-goalie[bot]" <97962292+backstage-goalie[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:53:24 +0000 Subject: [PATCH] Update dependency @types/uuid to v11 Signed-off-by: Renovate Bot --- .../.changeset/renovate-2be7d2a.md | 5 +++++ .../tech-insights-backend/package.json | 2 +- workspaces/tech-insights/yarn.lock | 21 ++++++++++++++----- 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 workspaces/tech-insights/.changeset/renovate-2be7d2a.md diff --git a/workspaces/tech-insights/.changeset/renovate-2be7d2a.md b/workspaces/tech-insights/.changeset/renovate-2be7d2a.md new file mode 100644 index 00000000000..4e0aa1f063c --- /dev/null +++ b/workspaces/tech-insights/.changeset/renovate-2be7d2a.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-tech-insights-backend': patch +--- + +Updated dependency `@types/uuid` to `^11.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 226b6fd6133..6303c996fa3 100644 --- a/workspaces/tech-insights/plugins/tech-insights-backend/package.json +++ b/workspaces/tech-insights/plugins/tech-insights-backend/package.json @@ -76,7 +76,7 @@ "@types/lodash": "^4.14.151", "@types/semver": "^7.3.8", "@types/supertest": "^6.0.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "supertest": "^7.0.0", "wait-for-expect": "^4.0.0" }, diff --git a/workspaces/tech-insights/yarn.lock b/workspaces/tech-insights/yarn.lock index fecff2185c8..05645b21b89 100644 --- a/workspaces/tech-insights/yarn.lock +++ b/workspaces/tech-insights/yarn.lock @@ -1466,7 +1466,7 @@ __metadata: "@types/luxon": "npm:^3.0.0" "@types/semver": "npm:^7.3.8" "@types/supertest": "npm:^6.0.0" - "@types/uuid": "npm:^10.0.0" + "@types/uuid": "npm:^11.0.0" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" knex: "npm:^3.0.0" @@ -12613,10 +12613,12 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^10.0.0": - version: 10.0.0 - resolution: "@types/uuid@npm:10.0.0" - checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944 +"@types/uuid@npm:^11.0.0": + version: 11.0.0 + resolution: "@types/uuid@npm:11.0.0" + dependencies: + uuid: "npm:*" + checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f languageName: node linkType: hard @@ -30788,6 +30790,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:*": + version: 13.0.0 + resolution: "uuid@npm:13.0.0" + bin: + uuid: dist-node/bin/uuid + checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef + languageName: node + linkType: hard + "uuid@npm:^10.0.0": version: 10.0.0 resolution: "uuid@npm:10.0.0"