From 137a152e90d14b26aeb494d358d6472802c47ee7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:19:56 +0000 Subject: [PATCH] Bump p-queue from 6.6.0 to 6.6.1 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1) Signed-off-by: dependabot-preview[bot] --- 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 9c8635b..e77adb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9167,9 +9167,9 @@ } }, "p-queue": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz", - "integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz", + "integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==", "requires": { "eventemitter3": "^4.0.4", "p-timeout": "^3.1.0" diff --git a/package.json b/package.json index 05df3a8..1d72c28 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "debounce": "^1.2.0", "json2csv": "5.0.1", "p-debounce": "^2.1.0", - "p-queue": "^6.6.0", + "p-queue": "^6.6.1", "regenerator-runtime": "^0.13.7", "v-click-outside": "^3.0.1", "v-clipboard": "^2.2.3",