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-ae4b871.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 `p-limit` to `^6.2.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@backstage/errors": "backstage:^",
"@backstage/plugin-search-backend-node": "backstage:^",
"@backstage/plugin-search-common": "backstage:^",
"p-limit": "^3.1.0",
"p-limit": "^6.2.0",
"retry": "^0.13.1",
"uuid": "^9.0.1",
"winston": "^3.17.0"
Expand Down
18 changes: 17 additions & 1 deletion workspaces/confluence/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6994,7 +6994,7 @@ __metadata:
"@types/uuid": "npm:^9.0.8"
jest-fetch-mock: "npm:^3.0.3"
msw: "npm:^2.7.0"
p-limit: "npm:^3.1.0"
p-limit: "npm:^6.2.0"
retry: "npm:^0.13.1"
uuid: "npm:^9.0.1"
winston: "npm:^3.17.0"
Expand Down Expand Up @@ -21001,6 +21001,15 @@ __metadata:
languageName: node
linkType: hard

"p-limit@npm:^6.2.0":
version: 6.2.0
resolution: "p-limit@npm:6.2.0"
dependencies:
yocto-queue: "npm:^1.1.1"
checksum: 10/70e8df3e5f1c173c9bd9fa8390a3c5c2797505240ae42973536992b1f5f59a922153c2f35ff1bf36fb72a0f025b0f13fca062a4233e830adad446960d56b4d84
languageName: node
linkType: hard

"p-locate@npm:^3.0.0":
version: 3.0.0
resolution: "p-locate@npm:3.0.0"
Expand Down Expand Up @@ -27266,6 +27275,13 @@ __metadata:
languageName: node
linkType: hard

"yocto-queue@npm:^1.1.1":
version: 1.1.1
resolution: "yocto-queue@npm:1.1.1"
checksum: 10/f2e05b767ed3141e6372a80af9caa4715d60969227f38b1a4370d60bffe153c9c5b33a862905609afc9b375ec57cd40999810d20e5e10229a204e8bde7ef255c
languageName: node
linkType: hard

"yoctocolors-cjs@npm:^2.1.2":
version: 2.1.2
resolution: "yoctocolors-cjs@npm:2.1.2"
Expand Down
Loading