Bump p-queue from 6.5.0 to 6.6.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-07-27 10:54:42 +00:00
committed by GitHub
parent 5862f202f0
commit ea2e171c0f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16955,9 +16955,9 @@
"dev": true
},
"p-queue": {
"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==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz",
"integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==",
"requires": {
"eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0"