From 74799cef35fc7907a8aa9769441a48bf0ec3d7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:26:57 +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 | 39 ++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d243a95c0bca6..6aa5879b326f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.11.1", "node-vibrant": "^3.1.6", - "p-limit": "^4.0.0", + "p-limit": "^5.0.0", "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.1.7", @@ -4173,6 +4173,20 @@ "@nextcloud/vue": "^8.0.0-beta || ^8.0.0" } }, + "node_modules/@nextcloud/upload/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==", + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@nextcloud/vue": { "version": "8.2.0", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", @@ -7338,6 +7352,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/babel-loader/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==", + "dev": true, + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/babel-loader/node_modules/p-locate": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", @@ -20913,14 +20942,14 @@ } }, "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" diff --git a/package.json b/package.json index 50faa5e505bd2..9ff8f05be13ad 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "natural-orderby": "^3.0.2", "nextcloud-vue-collections": "^0.11.1", "node-vibrant": "^3.1.6", - "p-limit": "^4.0.0", + "p-limit": "^5.0.0", "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.1.7",