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

Bump p-queue from 6.6.0 to 6.6.1
This commit is contained in:
Roeland Jago Douma 2020-08-24 09:59:37 +02:00 committed by GitHub
commit 773506a79b
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

@ -7569,9 +7569,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

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