Bump p-queue from 6.3.0 to 6.4.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-10 01:26:06 +00:00
committed by GitHub
parent f1340b24fa
commit cc9078584f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -13773,9 +13773,9 @@
"dev": true "dev": true
}, },
"p-queue": { "p-queue": {
"version": "6.3.0", "version": "6.4.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.3.0.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz",
"integrity": "sha512-fg5dJlFpd5+3CgG3/0ogpVZUeJbjiyXFg0nu53hrOYsybqSiDyxyOpad0Rm6tAiGjgztAwkyvhlYHC53OiAJOA==", "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==",
"requires": { "requires": {
"eventemitter3": "^4.0.0", "eventemitter3": "^4.0.0",
"p-timeout": "^3.1.0" "p-timeout": "^3.1.0"

View File

@@ -47,7 +47,7 @@
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.25.3", "moment": "^2.25.3",
"nextcloud-vue-collections": "^0.7.2", "nextcloud-vue-collections": "^0.7.2",
"p-queue": "^6.3.0", "p-queue": "^6.4.0",
"url-search-params-polyfill": "^8.1.0", "url-search-params-polyfill": "^8.1.0",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-at": "^2.5.0-beta.2", "vue-at": "^2.5.0-beta.2",