Skip to content

Commit 8e0ba0a

Browse files
chore(deps): bump uuid from 11.1.0 to 14.0.0 in /workspaces/orchestrator (#2886)
* chore(deps): bump uuid from 11.1.0 to 14.0.0 in /workspaces/orchestrator Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add changeset Signed-off-by: Kim Tsao <ktsao@redhat.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Tsao <ktsao@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Tsao <ktsao@redhat.com>
1 parent 1d039ce commit 8e0ba0a

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
3+
---
4+
5+
Update uuid to v14.0.0

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"react-use": "^17.4.0",
9191
"swr": "^2.0.0",
9292
"tss-react": "^4.9.18",
93-
"uuid": "^11.0.3",
93+
"uuid": "^14.0.0",
9494
"vscode-languageserver-types": "3.17.5"
9595
},
9696
"devDependencies": {

workspaces/orchestrator/yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12921,7 +12921,7 @@ __metadata:
1292112921
react-use: "npm:^17.4.0"
1292212922
swr: "npm:^2.0.0"
1292312923
tss-react: "npm:^4.9.18"
12924-
uuid: "npm:^11.0.3"
12924+
uuid: "npm:^14.0.0"
1292512925
vscode-languageserver-types: "npm:3.17.5"
1292612926
peerDependencies:
1292712927
"@mui/icons-material": ^5.17.1
@@ -37098,7 +37098,7 @@ __metadata:
3709837098
languageName: node
3709937099
linkType: hard
3710037100

37101-
"uuid@npm:^11.0.0, uuid@npm:^11.0.2, uuid@npm:^11.0.3, uuid@npm:^11.1.0":
37101+
"uuid@npm:^11.0.0, uuid@npm:^11.0.2, uuid@npm:^11.1.0":
3710237102
version: 11.1.0
3710337103
resolution: "uuid@npm:11.1.0"
3710437104
bin:
@@ -37107,6 +37107,15 @@ __metadata:
3710737107
languageName: node
3710837108
linkType: hard
3710937109

37110+
"uuid@npm:^14.0.0":
37111+
version: 14.0.0
37112+
resolution: "uuid@npm:14.0.0"
37113+
bin:
37114+
uuid: dist-node/bin/uuid
37115+
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
37116+
languageName: node
37117+
linkType: hard
37118+
3711037119
"uuid@npm:^3.3.2, uuid@npm:^3.4.0":
3711137120
version: 3.4.0
3711237121
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)