Bump p-limit from 2.2.2 to 2.3.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v2.2.2...v2.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d6e17fb017
commit
e5302d2335
|
@ -8401,9 +8401,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"p-limit": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
|
||||
"integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
||||
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
||||
"requires": {
|
||||
"p-try": "^2.0.0"
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"moment": "^2.24.0",
|
||||
"moment-timezone": "^0.5.28",
|
||||
"nextcloud-vue-collections": "^0.7.2",
|
||||
"p-limit": "^2.2.2",
|
||||
"p-limit": "^2.3.0",
|
||||
"p-queue": "^6.3.0",
|
||||
"query-string": "^5.1.1",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
|
|
Loading…
Reference in New Issue