Bump p-queue from 6.4.0 to 6.6.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-31 06:26:02 +00:00 committed by npmbuildbot[bot]
parent 3e994c6ba0
commit 3e70007fd3
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

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

View File

@ -63,7 +63,7 @@
"moment-timezone": "^0.5.31",
"nextcloud-vue-collections": "^0.7.2",
"p-limit": "^3.0.2",
"p-queue": "^6.4.0",
"p-queue": "^6.6.0",
"query-string": "^5.1.1",
"regenerator-runtime": "^0.13.5",
"select2": "3.5.1",