Skip to content

Commit 3b9091e

Browse files
backstage-goalie[bot]Github changeset workflow
authored andcommitted
chore(deps): update dependency @types/uuid to v11
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent f88bec8 commit 3b9091e

File tree

12 files changed

+92
-21
lines changed

12 files changed

+92
-21
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-catalog-backend-module-keycloak': patch
3+
---
4+
5+
Updated dependency `@types/uuid` to `^11.0.0`.

workspaces/keycloak/plugins/catalog-backend-module-keycloak/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@backstage/plugin-catalog-backend": "^3.3.2",
5959
"@backstage/types": "^1.2.2",
6060
"@types/lodash": "4.17.24",
61-
"@types/uuid": "10.0.0",
61+
"@types/uuid": "11.0.0",
6262
"deepmerge": "4.3.1",
6363
"open-cli": "^8.0.0"
6464
},

workspaces/keycloak/yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ __metadata:
11831183
"@keycloak/keycloak-admin-client": "npm:26.5.4"
11841184
"@opentelemetry/api": "npm:^1.9.0"
11851185
"@types/lodash": "npm:4.17.24"
1186-
"@types/uuid": "npm:10.0.0"
1186+
"@types/uuid": "npm:11.0.0"
11871187
deepmerge: "npm:4.3.1"
11881188
jsonwebtoken: "npm:^9.0.0"
11891189
lodash: "npm:^4.17.21"
@@ -6102,10 +6102,12 @@ __metadata:
61026102
languageName: node
61036103
linkType: hard
61046104

6105-
"@types/uuid@npm:10.0.0":
6106-
version: 10.0.0
6107-
resolution: "@types/uuid@npm:10.0.0"
6108-
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
6105+
"@types/uuid@npm:11.0.0":
6106+
version: 11.0.0
6107+
resolution: "@types/uuid@npm:11.0.0"
6108+
dependencies:
6109+
uuid: "npm:*"
6110+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
61096111
languageName: node
61106112
linkType: hard
61116113

@@ -19142,6 +19144,15 @@ __metadata:
1914219144
languageName: node
1914319145
linkType: hard
1914419146

19147+
"uuid@npm:*":
19148+
version: 13.0.0
19149+
resolution: "uuid@npm:13.0.0"
19150+
bin:
19151+
uuid: dist-node/bin/uuid
19152+
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
19153+
languageName: node
19154+
linkType: hard
19155+
1914519156
"uuid@npm:^10.0.0":
1914619157
version: 10.0.0
1914719158
resolution: "uuid@npm:10.0.0"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-mcp-chat-backend': patch
3+
---
4+
5+
Updated dependency `@types/uuid` to `^11.0.0`.

workspaces/mcp-chat/plugins/mcp-chat-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@backstage/cli": "^0.33.0",
4747
"@types/express": "^4.17.6",
4848
"@types/supertest": "^6.0.0",
49-
"@types/uuid": "^9.0.0",
49+
"@types/uuid": "^11.0.0",
5050
"supertest": "^7.0.0"
5151
},
5252
"files": [

workspaces/mcp-chat/yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ __metadata:
25202520
"@modelcontextprotocol/sdk": "npm:^1.25.2"
25212521
"@types/express": "npm:^4.17.6"
25222522
"@types/supertest": "npm:^6.0.0"
2523-
"@types/uuid": "npm:^9.0.0"
2523+
"@types/uuid": "npm:^11.0.0"
25242524
express: "npm:^4.22.0"
25252525
express-promise-router: "npm:^4.1.0"
25262526
knex: "npm:^3.1.0"
@@ -8930,7 +8930,16 @@ __metadata:
89308930
languageName: node
89318931
linkType: hard
89328932

8933-
"@types/uuid@npm:^9.0.0, @types/uuid@npm:^9.0.1":
8933+
"@types/uuid@npm:^11.0.0":
8934+
version: 11.0.0
8935+
resolution: "@types/uuid@npm:11.0.0"
8936+
dependencies:
8937+
uuid: "npm:*"
8938+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
8939+
languageName: node
8940+
linkType: hard
8941+
8942+
"@types/uuid@npm:^9.0.1":
89348943
version: 9.0.8
89358944
resolution: "@types/uuid@npm:9.0.8"
89368945
checksum: 10/b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
@@ -25840,6 +25849,15 @@ __metadata:
2584025849
languageName: node
2584125850
linkType: hard
2584225851

25852+
"uuid@npm:*":
25853+
version: 13.0.0
25854+
resolution: "uuid@npm:13.0.0"
25855+
bin:
25856+
uuid: dist-node/bin/uuid
25857+
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
25858+
languageName: node
25859+
linkType: hard
25860+
2584325861
"uuid@npm:^10.0.0":
2584425862
version: 10.0.0
2584525863
resolution: "uuid@npm:10.0.0"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-catalog-backend-module-pingidentity': patch
3+
---
4+
5+
Updated dependency `@types/uuid` to `^11.0.0`.

workspaces/pingidentity/plugins/catalog-backend-module-pingidentity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@backstage/cli": "^0.35.3",
4343
"@backstage/plugin-catalog-backend": "^3.3.2",
4444
"@types/node-fetch": "^2.6.11",
45-
"@types/uuid": "^10.0.0",
45+
"@types/uuid": "^11.0.0",
4646
"msw": "1.3.5"
4747
},
4848
"files": [

workspaces/pingidentity/yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ __metadata:
14051405
"@backstage/plugin-catalog-backend": "npm:^3.3.2"
14061406
"@backstage/plugin-catalog-node": "npm:^1.20.1"
14071407
"@types/node-fetch": "npm:^2.6.11"
1408-
"@types/uuid": "npm:^10.0.0"
1408+
"@types/uuid": "npm:^11.0.0"
14091409
msw: "npm:1.3.5"
14101410
node-fetch: "npm:^2.6.7"
14111411
uuid: "npm:^10.0.0"
@@ -11200,10 +11200,12 @@ __metadata:
1120011200
languageName: node
1120111201
linkType: hard
1120211202

11203-
"@types/uuid@npm:^10.0.0":
11204-
version: 10.0.0
11205-
resolution: "@types/uuid@npm:10.0.0"
11206-
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
11203+
"@types/uuid@npm:^11.0.0":
11204+
version: 11.0.0
11205+
resolution: "@types/uuid@npm:11.0.0"
11206+
dependencies:
11207+
uuid: "npm:*"
11208+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
1120711209
languageName: node
1120811210
linkType: hard
1120911211

@@ -28913,6 +28915,15 @@ __metadata:
2891328915
languageName: node
2891428916
linkType: hard
2891528917

28918+
"uuid@npm:*":
28919+
version: 13.0.0
28920+
resolution: "uuid@npm:13.0.0"
28921+
bin:
28922+
uuid: dist-node/bin/uuid
28923+
checksum: 10/2742b24d1e00257e60612572e4d28679423469998cafbaf1fe9f1482e3edf9c40754b31bfdb3d08d71b29239f227a304588f75210b3b48f2609f0673f1feccef
28924+
languageName: node
28925+
linkType: hard
28926+
2891628927
"uuid@npm:^10.0.0":
2891728928
version: 10.0.0
2891828929
resolution: "uuid@npm:10.0.0"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-tech-insights-backend': patch
3+
---
4+
5+
Updated dependency `@types/uuid` to `^11.0.0`.

0 commit comments

Comments
 (0)