From 8d600a598474f80f580bce1acb8dc96c3b9f26af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 08:56:16 +0200 Subject: [PATCH] fix: bump p-queue from 6.5.0 to 6.6.0 (#599) Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.5.0...v6.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc2faf13..e6a753f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15481,9 +15481,9 @@ } }, "p-queue": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz", - "integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==", + "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.4", "p-timeout": "^3.1.0" diff --git a/package.json b/package.json index e01a8c2b..af041ae4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jsdom": "16.3.0", "lodash": "4.17.19", "mozjpeg": "7.0.0", - "p-queue": "6.5.0", + "p-queue": "6.6.0", "pngquant-bin": "5.0.2", "pretty-format": "26.1.0", "react-highlight-words": "0.16.0",