From 1afc7c80b86b0d88219bdbeecef624eca1f874f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:14:02 +0000 Subject: [PATCH] chore(deps): bump p-limit from 4.0.0 to 5.0.0 Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fd3681b9..e5a8d11a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "downloadjs": "^1.4.7", "ical.js": "^1.5.0", "moment": "^2.29.4", - "p-limit": "^4.0.0", + "p-limit": "^5.0.0", "qr-image": "^3.2.0", "string-natural-compare": "^3.0.1", "uuid": "^9.0.0", @@ -13527,14 +13527,14 @@ "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" }, "node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", + "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", "dependencies": { "yocto-queue": "^1.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -27886,9 +27886,9 @@ "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" }, "p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", + "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", "requires": { "yocto-queue": "^1.0.0" } diff --git a/package.json b/package.json index 91a323f37..374bf9cc2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "downloadjs": "^1.4.7", "ical.js": "^1.5.0", "moment": "^2.29.4", - "p-limit": "^4.0.0", + "p-limit": "^5.0.0", "qr-image": "^3.2.0", "string-natural-compare": "^3.0.1", "uuid": "^9.0.0",