summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza <40746210+hamza221@users.noreply.github.com>2024-04-02 10:26:48 +0200
committerGitHub <noreply@github.com>2024-04-02 10:26:48 +0200
commit6312fa615b1fadb95092fc4718b31a3aa7ceecdd (patch)
treeacab60ad22c6df54ca1df29e85f3266b09b1a02f
parent9863fc74b6e9b699ca748d08c062e8b04d5d323d (diff)
parent030c8cbbee4a54cc3f8e357ad366d41dbca0e512 (diff)
Merge pull request #3693 from nextcloud/dependabot/npm_and_yarn/p-limit-5.0.0
chore(deps): bump p-limit from 4.0.0 to 5.0.0
-rw-r--r--package-lock.json42
-rw-r--r--package.json2
2 files changed, 35 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 9b07ee6c..8f3c37f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
"ical.js": "^1.5.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
- "p-limit": "^4.0.0",
+ "p-limit": "^5.0.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^9.0.1",
@@ -9939,6 +9939,22 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/find-cache-dir/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,
+ "peer": 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/find-cache-dir/node_modules/p-locate": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
@@ -15132,14 +15148,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"
@@ -27106,6 +27122,16 @@
"p-locate": "^6.0.0"
}
},
+ "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,
+ "peer": true,
+ "requires": {
+ "yocto-queue": "^1.0.0"
+ }
+ },
"p-locate": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
@@ -30783,9 +30809,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 2266e002..47323076 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"ical.js": "^1.5.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
- "p-limit": "^4.0.0",
+ "p-limit": "^5.0.0",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^9.0.1",