Merge pull request #300 from nextcloud/dependabot/npm_and_yarn/p-limit-2.2.0
This commit is contained in:
commit
2c209f0d32
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -10674,9 +10674,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"p-limit": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
|
||||
"integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz",
|
||||
"integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==",
|
||||
"requires": {
|
||||
"p-try": "^2.0.0"
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"markdown-it-task-lists": "~2.1.1",
|
||||
"linkify-it": "~2.1.0",
|
||||
"nextcloud-vue": "^0.8.0",
|
||||
"p-limit": "^2.1.0",
|
||||
"p-limit": "^2.2.0",
|
||||
"p-queue": "^3.1.0",
|
||||
"uuid": "^3.3.2",
|
||||
"v-tooltip": "2.0.0-rc.33",
|
||||
|
|
Loading…
Reference in a new issue