mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 02:31:33 -04:00
chore(deps): Bump p-queue from 9.2.0 to 9.3.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: p-queue dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
70fb60e559
commit
69ce0cbb86
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -32,7 +32,7 @@
|
|||
"color": "^5.0.3",
|
||||
"debounce": "^3.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"p-queue": "^9.2.0",
|
||||
"p-queue": "^9.3.0",
|
||||
"pinia": "^3.0.4",
|
||||
"sortablejs": "^1.15.7",
|
||||
"vue": "^3.5.34",
|
||||
|
|
@ -13146,9 +13146,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "9.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.2.0.tgz",
|
||||
"integrity": "sha512-dWgLE8AH0HjQ9fe74pUkKkvzzYT18Inp4zra3lKHnnwqGvcfcUBrvF2EAVX+envufDNBOzpPq/IBUONDbI7+3g==",
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz",
|
||||
"integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.4",
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"color": "^5.0.3",
|
||||
"debounce": "^3.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"p-queue": "^9.2.0",
|
||||
"p-queue": "^9.3.0",
|
||||
"pinia": "^3.0.4",
|
||||
"sortablejs": "^1.15.7",
|
||||
"vue": "^3.5.34",
|
||||
|
|
|
|||
Loading…
Reference in a new issue