From fec026c7d9e4b34abf7aeaebd1fd7d320878aac9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 01:15:51 +0000 Subject: Bump p-limit from 2.3.0 to 3.0.2 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 2.3.0 to 3.0.2. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v2.3.0...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 ++++++++++++++--- package.json | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea947af8..09a8daf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8442,9 +8442,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" } @@ -8456,6 +8456,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 1d2e0057..39fba600 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", -- cgit v1.2.3