From a628c7af587e9ec2455c517ec60c40d92d45cc47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 01:26:24 +0000 Subject: [PATCH] Bump p-queue from 6.1.1 to 6.2.0 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc11bf3a6..7493c938a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11940,9 +11940,9 @@ } }, "p-queue": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.1.1.tgz", - "integrity": "sha512-R9gq36Th88xZ+rWAptN5IXLwqkwA1gagCQhT6ZXQ6RxEfmjb9ZW+UBzRVqv9sm5TQmbbI/TsKgGLbOaA61xR5w==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.2.0.tgz", + "integrity": "sha512-B2LXNONcyn/G6uz2UBFsGjmSa0e/br3jznlzhEyCXg56c7VhEpiT2pZxGOfv32Q3FSyugAdys9KGpsv3kV+Sbg==", "requires": { "eventemitter3": "^4.0.0", "p-timeout": "^3.1.0" @@ -11955,9 +11955,9 @@ "dev": true }, "p-timeout": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.1.0.tgz", - "integrity": "sha512-C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "requires": { "p-finally": "^1.0.0" } diff --git a/package.json b/package.json index 8401bf24c..d8719b29c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "moment": "^2.24.0", "nextcloud-vue": "^0.12.6", "p-limit": "^2.2.1", - "p-queue": "^6.1.1", + "p-queue": "^6.2.0", "uuid": "^3.3.3", "v-tooltip": "2.0.2", "vue": "^2.6.10",