diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-14 08:23:33 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-05-14 08:43:05 +0000 |
commit | 5550aff634a49ff501cda086ae29fcf8c952bc90 (patch) | |
tree | 1888c40e049a1f77cb58d849e611530ca75a671f /package.json | |
parent | b8e4992ef16623c99811f12a70f3808f3951dd8a (diff) | |
download | nextcloud-server-5550aff634a49ff501cda086ae29fcf8c952bc90.tar.gz nextcloud-server-5550aff634a49ff501cda086ae29fcf8c952bc90.zip |
Bump p-queue from 6.3.0 to 6.4.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@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 bac0871a656..f297adf0ed6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "moment-timezone": "^0.5.28", "nextcloud-vue-collections": "^0.7.2", "p-limit": "^2.3.0", - "p-queue": "^6.3.0", + "p-queue": "^6.4.0", "query-string": "^5.1.1", "regenerator-runtime": "^0.13.5", "select2": "3.5.1", |