Bump p-queue from 3.2.0 to 4.0.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v3.2.0...v4.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-11 02:21:51 +00:00
parent 4df067611e
commit 42d479d3f2
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View file

@ -5304,6 +5304,11 @@
"integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
"dev": true
},
"eventemitter3": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz",
"integrity": "sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA=="
},
"events": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.0.0.tgz",
@ -10811,9 +10816,12 @@
}
},
"p-queue": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-3.2.0.tgz",
"integrity": "sha512-D2OjWeETS1Bjov7d82VclyMRigjZtMdALWV04u0H2zPvV3sYC8f6sYBgQ2Z0OHoBGUYh9S8cHtJqMAO8xaHEwg=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-4.0.0.tgz",
"integrity": "sha512-3cRXXn3/O0o3+eVmUroJPSj/esxoEFIm0ZOno/T+NzG/VZgPOqQ8WKmlNqubSEpZmCIngEy34unkHGg83ZIBmg==",
"requires": {
"eventemitter3": "^3.1.0"
}
},
"p-reduce": {
"version": "1.0.0",

View file

@ -38,7 +38,7 @@
"linkify-it": "~2.1.0",
"nextcloud-vue": "^0.9.0",
"p-limit": "^2.2.0",
"p-queue": "^3.2.0",
"p-queue": "^4.0.0",
"uuid": "^3.3.2",
"v-tooltip": "2.0.0-rc.33",
"vue": "^2.6.8",