Merge pull request #56684 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/p-queue-9.0.1

build(deps): bump p-queue from 9.0.0 to 9.0.1 in /build/frontend-legacy
This commit is contained in:
github-actions[bot] 2025-11-25 21:42:55 +01:00 committed by GitHub
commit ccc0e9fbd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -60,7 +60,7 @@
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.2.0",
"p-queue": "^9.0.0",
"p-queue": "^9.0.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.3.1",
@ -13360,9 +13360,10 @@
}
},
"node_modules/p-queue": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.0.tgz",
"integrity": "sha512-KO1RyxstL9g1mK76530TExamZC/S2Glm080Nx8PE5sTd7nlduDQsAfEl4uXX+qZjLiwvDauvzXavufy3+rJ9zQ==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz",
"integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==",
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1",
"p-timeout": "^7.0.0"

View file

@ -76,7 +76,7 @@
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.2.0",
"p-queue": "^9.0.0",
"p-queue": "^9.0.1",
"path": "^0.12.7",
"pinia": "^2.3.1",
"query-string": "^9.3.1",