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:
parent
59be60985e
commit
921214d369
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue