diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-22 23:18:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 23:18:29 +0000 |
commit | fb78f2d374ba78ac57aa1d905f6528b0ff127810 (patch) | |
tree | 1ccaa09f82bda073073a9f410c0aadbc07ed3884 /package.json | |
parent | 30cd6d57574107a735437840a3de4abbd721222e (diff) | |
download | nextcloud-server-fb78f2d374ba78ac57aa1d905f6528b0ff127810.tar.gz nextcloud-server-fb78f2d374ba78ac57aa1d905f6528b0ff127810.zip |
Bump p-limit from 3.1.0 to 4.0.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v3.1.0...v4.0.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>
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 cb9444c18de..caedfdce74d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "moment": "^2.29.1", "moment-timezone": "^0.5.33", "nextcloud-vue-collections": "^0.9.0", - "p-limit": "^3.1.0", + "p-limit": "^4.0.0", "p-queue": "^7.1.0", "query-string": "^7.0.1", "regenerator-runtime": "^0.13.9", |