From 579e2fd00a9b470ed3028525cca016bea1c61afa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Jul 2018 13:34:54 +0000 Subject: [PATCH] Update dependency concurrently to v3.6.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6b293a8..dd62afe 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/sinon": "5.0.1", "ava": "0.25.0", - "concurrently": "3.6.0", + "concurrently": "3.6.1", "coveralls": "3.0.2", "nyc": "11.8.0", "publish-please": "3.0.3", diff --git a/yarn.lock b/yarn.lock index c6d798c..a42b6e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1236,9 +1236,9 @@ concordance@^3.0.0: semver "^5.3.0" well-known-symbols "^1.0.0" -concurrently@3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.0.tgz#c25e34b156a9d5bd4f256a0d85f6192438ae481f" +concurrently@3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.1.tgz#2f95baec5c4051294dfbb55b57a3b98a3e2b45ec" dependencies: chalk "^2.4.1" commander "2.6.0"