diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-22 03:33:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 03:33:05 +0000 |
commit | f14dcd40ba558fba9c9f48562b70273d01a4d865 (patch) | |
tree | 5ff429012318bc60b7ea304fad73c955f0371932 | |
parent | 698b654a18ccec74b91d18e3505b28caa8d7b4ba (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/p-limit-6.2.0.tar.gz nextcloud-server-dependabot/npm_and_yarn/p-limit-6.2.0.zip |
chore(deps): bump p-limit from 6.1.0 to 6.2.0dependabot/npm_and_yarn/p-limit-6.2.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v6.1.0...v6.2.0)
---
updated-dependencies:
- dependency-name: p-limit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 988fd6c0f64..36c871cec08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", - "p-limit": "^6.1.0", + "p-limit": "^6.2.0", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", @@ -19239,9 +19239,9 @@ } }, "node_modules/p-limit": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.1.0.tgz", - "integrity": "sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", + "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", "license": "MIT", "dependencies": { "yocto-queue": "^1.1.1" diff --git a/package.json b/package.json index eb4c9593fea..f1f9b649f7c 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "moment": "^2.30.1", "moment-timezone": "^0.5.46", "nextcloud-vue-collections": "^0.13.0", - "p-limit": "^6.1.0", + "p-limit": "^6.2.0", "p-queue": "^8.1.0", "path": "^0.12.7", "pinia": "^2.3.1", |