summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-18 01:42:45 +0000
committerGitHub <noreply@github.com>2020-07-18 01:42:45 +0000
commit661c92f2248236bfc24977a8e590e30d35b3ca31 (patch)
treeb6dc2f941d507f29977181807311f156e816a5b7
parent5c4dde8e0c74e957f54f50fc887800d929444ec1 (diff)
parentfec026c7d9e4b34abf7aeaebd1fd7d320878aac9 (diff)
Merge pull request #1707 from nextcloud/dependabot/npm_and_yarn/p-limit-3.0.2
-rw-r--r--package-lock.json17
-rw-r--r--package.json2
2 files changed, 15 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 3ee1cbc3..dbf49183 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8449,9 +8449,9 @@
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
},
"p-limit": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.2.tgz",
+ "integrity": "sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==",
"requires": {
"p-try": "^2.0.0"
}
@@ -8463,6 +8463,17 @@
"dev": true,
"requires": {
"p-limit": "^2.0.0"
+ },
+ "dependencies": {
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ }
}
},
"p-queue": {
diff --git a/package.json b/package.json
index 16dfcca7..6306e1cf 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",
"moment": "^2.27.0",
- "p-limit": "^2.3.0",
+ "p-limit": "^3.0.2",
"p-queue": "^6.5.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.5",