Bump p-queue from 6.0.2 to 6.1.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-12 01:27:15 +00:00 committed by GitHub
parent a84199242a
commit 5962d5c672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -6315,9 +6315,9 @@
"dev": true
},
"eventemitter3": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
"integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
},
"events": {
"version": "3.0.0",
@ -12235,11 +12235,11 @@
"integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="
},
"p-queue": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.0.2.tgz",
"integrity": "sha512-KDmybfRp7PQXk6mRDCtbFWc1E6qUyIXLdmiCQbnKY8+DM0+PodWYLT4dPT/T4x4G+w4PHZXvMB3dZfLEI2vaFA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.1.0.tgz",
"integrity": "sha512-907vNz/cY+JEsqGglo7o/Ia9E/wisahJGOp9HPfbAyCVGERQVmFGA4IyknxY1v+QRBiMKedL3ToOBXNEy9MKQA==",
"requires": {
"eventemitter3": "^3.1.0",
"eventemitter3": "^4.0.0",
"p-timeout": "^3.1.0"
}
},

View file

@ -37,7 +37,7 @@
"linkify-it": "~2.1.0",
"nextcloud-vue": "^0.11.5",
"p-limit": "^2.2.0",
"p-queue": "^6.0.2",
"p-queue": "^6.1.0",
"uuid": "^3.3.2",
"v-tooltip": "2.0.2",
"vue": "^2.6.10",