mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
commit
ccc0e9fbd3
2 changed files with 6 additions and 5 deletions
9
build/frontend-legacy/package-lock.json
generated
9
build/frontend-legacy/package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue