Skip to content
Merged
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/confluence/.changeset/dependabot-fe2790b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@philips-software/backstage-plugin-search-confluence-backend': patch
---

Updated dependency `uuid` to `^11.1.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@backstage/plugin-search-common": "backstage:^",
"p-limit": "^6.2.0",
"retry": "^0.13.1",
"uuid": "^9.0.1",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions workspaces/confluence/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6991,7 +6991,7 @@ __metadata:
msw: "npm:^2.7.3"
p-limit: "npm:^6.2.0"
retry: "npm:^0.13.1"
uuid: "npm:^9.0.1"
uuid: "npm:^11.1.0"
winston: "npm:^3.17.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -26262,12 +26262,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.0, uuid@npm:^11.0.2":
version: 11.0.5
resolution: "uuid@npm:11.0.5"
"uuid@npm:^11.0.0, uuid@npm:^11.0.2, uuid@npm:^11.1.0":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
bin:
uuid: dist/esm/bin/uuid
checksum: 10/0594ecdff3051e15d4a2c614b4c72e73af373bde0a5d156512353c01156975295d024ae8d7151846d7bd4d22ccd251b16ed51b4318fa71505fb20ad984102dc1
checksum: 10/d2da43b49b154d154574891ced66d0c83fc70caaad87e043400cf644423b067542d6f3eb641b7c819224a7cd3b4c2f21906acbedd6ec9c6a05887aa9115a9cf5
languageName: node
linkType: hard

Expand Down
Loading