summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-07 01:17:52 +0000
committerGitHub <noreply@github.com>2020-06-07 01:17:52 +0000
commit8e4f8f8aa473c1a39abbc2929534eb9fedbaf58b (patch)
treeab5e92caf2cddd5cf9ac52bf2b26d3e63b376e7a
parent9efb9d245bfbe08ead6b9d71c87095b7528fbec9 (diff)
Bump p-limit from 2.3.0 to 3.0.1
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v2.3.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 4d67cb9b..fe6f5d37 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9588,9 +9588,9 @@
"dev": true
},
"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.1",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.1.tgz",
+ "integrity": "sha512-mw/p92EyOzl2MhauKodw54Rx5ZK4624rNfgNaBguFZkHzyUG9WsDzFF5/yQVEJinbJDdP4jEfMN+uBquiGnaLg==",
"requires": {
"p-try": "^2.0.0"
}
@@ -9602,6 +9602,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 d29c8f90..a0025421 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",
"moment": "^2.26.0",
- "p-limit": "^2.3.0",
+ "p-limit": "^3.0.1",
"p-queue": "^6.4.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.5",