mirror of
https://github.com/nextcloud/server.git
synced 2026-02-09 22:05:33 -05:00
Bump p-queue from 7.1.0 to 7.2.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
4c8c0031e9
commit
e54fdccbf8
4 changed files with 13 additions and 13 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -54,7 +54,7 @@
|
|||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.1.0",
|
||||
"p-queue": "^7.2.0",
|
||||
"path": "^0.12.7",
|
||||
"query-string": "^7.1.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
|
|
@ -14868,12 +14868,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/p-queue": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.1.0.tgz",
|
||||
"integrity": "sha512-V+0vPJbhYkBqknPp0qnaz+dWcj8cNepfXZcsVIVEHPbFQXMPwrzCNIiM4FoxGtwHXtPzVCPHDvqCr1YrOJX2Gw==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz",
|
||||
"integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^4.0.7",
|
||||
"p-timeout": "^5.0.0"
|
||||
"p-timeout": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
|
|
@ -31201,12 +31201,12 @@
|
|||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.1.0.tgz",
|
||||
"integrity": "sha512-V+0vPJbhYkBqknPp0qnaz+dWcj8cNepfXZcsVIVEHPbFQXMPwrzCNIiM4FoxGtwHXtPzVCPHDvqCr1YrOJX2Gw==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz",
|
||||
"integrity": "sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==",
|
||||
"requires": {
|
||||
"eventemitter3": "^4.0.7",
|
||||
"p-timeout": "^5.0.0"
|
||||
"p-timeout": "^5.0.2"
|
||||
}
|
||||
},
|
||||
"p-timeout": {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
"moment-timezone": "^0.5.34",
|
||||
"nextcloud-vue-collections": "^0.9.0",
|
||||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.1.0",
|
||||
"p-queue": "^7.2.0",
|
||||
"path": "^0.12.7",
|
||||
"query-string": "^7.1.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
|
|
|
|||
Loading…
Reference in a new issue