Bump p-queue from 6.4.0 to 6.5.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-04 01:21:32 +00:00 committed by GitHub
parent 35167b5f43
commit a9e88fc1df
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

@ -5866,9 +5866,9 @@
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
},
"eventemitter3": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz",
"integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ=="
},
"events": {
"version": "3.0.0",
@ -9169,11 +9169,11 @@
}
},
"p-queue": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz",
"integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==",
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz",
"integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==",
"requires": {
"eventemitter3": "^4.0.0",
"eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0"
}
},

View file

@ -36,7 +36,7 @@
"debounce": "^1.2.0",
"json2csv": "5.0.1",
"p-debounce": "^2.1.0",
"p-queue": "^6.4.0",
"p-queue": "^6.5.0",
"regenerator-runtime": "^0.13.5",
"v-click-outside": "^3.0.1",
"v-clipboard": "^2.2.3",