Bump p-queue from 6.2.0 to 6.2.1

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-17 02:15:07 +00:00 committed by GitHub
parent 5bcea74da7
commit 7605fd5814
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

@ -12776,9 +12776,9 @@
}
},
"p-queue": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.2.0.tgz",
"integrity": "sha512-B2LXNONcyn/G6uz2UBFsGjmSa0e/br3jznlzhEyCXg56c7VhEpiT2pZxGOfv32Q3FSyugAdys9KGpsv3kV+Sbg==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.2.1.tgz",
"integrity": "sha512-wV8yC/rkuWpgu9LGKJIb48OynYSrE6lVl2Bx6r8WjbyVKrFAzzQ/QevAvwnDjlD+mLt8xy0LTDOU1freOvMTCg==",
"requires": {
"eventemitter3": "^4.0.0",
"p-timeout": "^3.1.0"

View file

@ -39,7 +39,7 @@
"moment": "^2.24.0",
"nextcloud-vue": "^0.12.7",
"p-limit": "^2.2.1",
"p-queue": "^6.2.0",
"p-queue": "^6.2.1",
"uuid": "^3.3.3",
"v-tooltip": "2.0.2",
"vue": "^2.6.10",