From 53b12eafc54a5f50674185a0ab9dd7c1f7c59c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:28:50 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 5.2.0 to 5.3.0 Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1cc716a6ac4..d56f16b3056 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "chai": "4.2.0", "chai-as-promised": "7.1.1", "chalk": "4.1.0", - "concurrently": "5.2.0", + "concurrently": "5.3.0", "coveralls": "3.1.0", "cross-env": "7.0.2", "fs-extra": "9.0.1", diff --git a/yarn.lock b/yarn.lock index bd71efa87a3..099a6b8db31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5248,10 +5248,10 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.2.0.tgz#ead55121d08a0fc817085584c123cedec2e08975" - integrity sha512-XxcDbQ4/43d6CxR7+iV8IZXhur4KbmEJk1CetVMUqCy34z9l0DkszbY+/9wvmSnToTej0SYomc2WSRH+L0zVJw== +concurrently@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.3.0.tgz#7500de6410d043c912b2da27de3202cb489b1e7b" + integrity sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ== dependencies: chalk "^2.4.2" date-fns "^2.0.1"