Merge pull request #570 from nextcloud/dependabot/npm_and_yarn/p-queue-6.6.1

This commit is contained in:
dependabot-preview[bot] 2020-08-22 01:28:10 +00:00 committed by GitHub
commit a794c35a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9167,9 +9167,9 @@
}
},
"p-queue": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz",
"integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==",
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz",
"integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==",
"requires": {
"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.6.0",
"p-queue": "^6.6.1",
"regenerator-runtime": "^0.13.7",
"v-click-outside": "^3.0.1",
"v-clipboard": "^2.2.3",