diff --git a/package-lock.json b/package-lock.json index 9fd3681b9d..e5a8d11a97 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 91a323f379..374bf9cc24 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",