Skip to content
Open
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
5 changes: 5 additions & 0 deletions workspaces/keycloak/.changeset/renovate-1e101c6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-catalog-backend-module-keycloak': patch
---

Updated dependency `@types/uuid` to `^11.0.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@backstage/plugin-catalog-backend": "^3.3.2",
"@backstage/types": "^1.2.2",
"@types/lodash": "4.17.24",
"@types/uuid": "10.0.0",
"@types/uuid": "11.0.0",
"deepmerge": "4.3.1",
"open-cli": "^8.0.0"
},
Expand Down
21 changes: 16 additions & 5 deletions workspaces/keycloak/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ __metadata:
"@keycloak/keycloak-admin-client": "npm:26.5.4"
"@opentelemetry/api": "npm:^1.9.0"
"@types/lodash": "npm:4.17.24"
"@types/uuid": "npm:10.0.0"
"@types/uuid": "npm:11.0.0"
deepmerge: "npm:4.3.1"
jsonwebtoken: "npm:^9.0.0"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -6102,10 +6102,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

Expand Down Expand Up @@ -19142,6 +19144,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"
Expand Down
5 changes: 5 additions & 0 deletions workspaces/mcp-chat/.changeset/renovate-1e101c6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-mcp-chat-backend': patch
---

Updated dependency `@types/uuid` to `^11.0.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@backstage/cli": "^0.33.0",
"@types/express": "^4.17.6",
"@types/supertest": "^6.0.0",
"@types/uuid": "^9.0.0",
"@types/uuid": "^11.0.0",
"supertest": "^7.0.0"
},
"files": [
Expand Down
22 changes: 20 additions & 2 deletions workspaces/mcp-chat/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ __metadata:
"@modelcontextprotocol/sdk": "npm:^1.25.2"
"@types/express": "npm:^4.17.6"
"@types/supertest": "npm:^6.0.0"
"@types/uuid": "npm:^9.0.0"
"@types/uuid": "npm:^11.0.0"
express: "npm:^4.22.0"
express-promise-router: "npm:^4.1.0"
knex: "npm:^3.1.0"
Expand Down Expand Up @@ -8930,7 +8930,16 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.0, @types/uuid@npm:^9.0.1":
"@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

"@types/uuid@npm:^9.0.1":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10/b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
Expand Down Expand Up @@ -25840,6 +25849,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"
Expand Down
5 changes: 5 additions & 0 deletions workspaces/pingidentity/.changeset/renovate-1e101c6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-catalog-backend-module-pingidentity': patch
---

Updated dependency `@types/uuid` to `^11.0.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@backstage/cli": "^0.35.3",
"@backstage/plugin-catalog-backend": "^3.3.2",
"@types/node-fetch": "^2.6.11",
"@types/uuid": "^10.0.0",
"@types/uuid": "^11.0.0",
"msw": "1.3.5"
},
"files": [
Expand Down
21 changes: 16 additions & 5 deletions workspaces/pingidentity/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ __metadata:
"@backstage/plugin-catalog-backend": "npm:^3.3.2"
"@backstage/plugin-catalog-node": "npm:^1.20.1"
"@types/node-fetch": "npm:^2.6.11"
"@types/uuid": "npm:^10.0.0"
"@types/uuid": "npm:^11.0.0"
msw: "npm:1.3.5"
node-fetch: "npm:^2.6.7"
uuid: "npm:^10.0.0"
Expand Down Expand Up @@ -11200,10 +11200,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

Expand Down Expand Up @@ -28913,6 +28915,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"
Expand Down
5 changes: 5 additions & 0 deletions workspaces/tech-insights/.changeset/renovate-1e101c6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-tech-insights-backend': patch
---

Updated dependency `@types/uuid` to `^11.0.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
21 changes: 16 additions & 5 deletions workspaces/tech-insights/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -30779,6 +30781,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"
Expand Down
Loading