From e5302d2335a76d5ef97694c156b7aa996db7cf28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 09:48:13 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 702afc174e5..9f553f182c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 93d98a558c9..1aac0edb5e1 100644 --- a/package.json +++ b/package.json @@ -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",