Bump p-queue from 4.0.0 to 5.0.0

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v4.0.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-08 01:25:00 +00:00
parent 59be60985e
commit 921214d369
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11313,9 +11313,9 @@
}
},
"p-queue": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-4.0.0.tgz",
"integrity": "sha512-3cRXXn3/O0o3+eVmUroJPSj/esxoEFIm0ZOno/T+NzG/VZgPOqQ8WKmlNqubSEpZmCIngEy34unkHGg83ZIBmg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-5.0.0.tgz",
"integrity": "sha512-6QfeouDf236N+MAxHch0CVIy8o/KBnmhttKjxZoOkUlzqU+u9rZgEyXH3OdckhTgawbqf5rpzmyR+07+Lv0+zg==",
"requires": {
"eventemitter3": "^3.1.0"
}

View file

@ -38,7 +38,7 @@
"linkify-it": "~2.1.0",
"nextcloud-vue": "^0.9.7",
"p-limit": "^2.2.0",
"p-queue": "^4.0.0",
"p-queue": "^5.0.0",
"uuid": "^3.3.2",
"v-tooltip": "2.0.0-rc.33",
"vue": "^2.6.10",