Bump p-queue from 6.6.1 to 6.6.2

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-12 07:20:52 +00:00
committed by GitHub
parent 1cea90165d
commit 784bb6e7c5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -16047,12 +16047,12 @@
"dev": true "dev": true
}, },
"p-queue": { "p-queue": {
"version": "6.6.1", "version": "6.6.2",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
"integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
"requires": { "requires": {
"eventemitter3": "^4.0.4", "eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0" "p-timeout": "^3.2.0"
} }
}, },
"p-retry": { "p-retry": {

View File

@@ -49,7 +49,7 @@
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.1", "moment": "^2.29.1",
"nextcloud-vue-collections": "^0.8.1", "nextcloud-vue-collections": "^0.8.1",
"p-queue": "^6.6.1", "p-queue": "^6.6.2",
"url-search-params-polyfill": "^8.1.0", "url-search-params-polyfill": "^8.1.0",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-at": "^2.5.0-beta.2", "vue-at": "^2.5.0-beta.2",