diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-24 23:32:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 23:32:36 +0000 |
commit | b46d6aa4ab38c5362cd3b6bd76fff38c17bc1f82 (patch) | |
tree | ee29d1507c6fa96fe45d6f12af092bb582215ccb /package.json | |
parent | 8700bac686d0a78d05d26c3b9b972024df27f1ce (diff) | |
download | nextcloud-server-b46d6aa4ab38c5362cd3b6bd76fff38c17bc1f82.tar.gz nextcloud-server-b46d6aa4ab38c5362cd3b6bd76fff38c17bc1f82.zip |
build(deps): bump p-limit from 4.0.0 to 6.1.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.1.0)
---
updated-dependencies:
- dependency-name: p-limit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 70e5ecc4522..b739c2bd3fa 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0", "node-vibrant": "^3.1.6", - "p-limit": "^4.0.0", + "p-limit": "^6.1.0", "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.1.7", |