From bdd50346b223fa98f5c7965a4489a4e0296cdabc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 May 2020 01:21:05 +0000 Subject: [PATCH] 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] --- 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 5af5ebe..caa655a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8103,9 +8103,9 @@ } }, "p-queue": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.3.0.tgz", - "integrity": "sha512-fg5dJlFpd5+3CgG3/0ogpVZUeJbjiyXFg0nu53hrOYsybqSiDyxyOpad0Rm6tAiGjgztAwkyvhlYHC53OiAJOA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz", + "integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==", "requires": { "eventemitter3": "^4.0.0", "p-timeout": "^3.1.0" diff --git a/package.json b/package.json index c321139..1288ed5 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.3.0", + "p-queue": "^6.4.0", "regenerator-runtime": "^0.13.5", "v-click-outside": "^3.0.1", "v-clipboard": "^2.2.2",