diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-31 06:26:02 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-07-31 06:39:08 +0000 |
commit | 3e70007fd3e5f45ce51d98f7186f0c7df547d999 (patch) | |
tree | bd2c4fd450a1b2aab08d61a2d32d631181c8efc5 /package-lock.json | |
parent | 3e994c6ba04e377a9595cb25a7cbbbc73e0dd672 (diff) | |
download | nextcloud-server-3e70007fd3e5f45ce51d98f7186f0c7df547d999.tar.gz nextcloud-server-3e70007fd3e5f45ce51d98f7186f0c7df547d999.zip |
Bump p-queue from 6.4.0 to 6.6.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.4.0 to 6.6.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.6.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-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 768e80e747d..32eee5f7d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10660,11 +10660,11 @@ } }, "p-queue": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz", - "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz", + "integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==", "requires": { - "eventemitter3": "^4.0.0", + "eventemitter3": "^4.0.4", "p-timeout": "^3.1.0" } }, |