From bb3b144b9be1a65c2ecde93ee8a5a463fd74cbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 12:05:37 +0000 Subject: [PATCH] Bump concurrently from 6.0.2 to 6.1.0 Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.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 ef814024..39c18ce3 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@typescript-eslint/parser": "4.22.1", "ava": "3.15.0", "babel-loader": "8.2.2", - "concurrently": "6.0.2", + "concurrently": "6.1.0", "copy-webpack-plugin": "8.1.1", "cpy-cli": "^3.1.1", "cross-env": "7.0.3", diff --git a/yarn.lock b/yarn.lock index d2f9b48f..b5e5329f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2477,10 +2477,10 @@ concordance@^5.0.1: semver "^7.3.2" well-known-symbols "^2.0.0" -concurrently@6.0.2: - version "6.0.2" - resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.0.2.tgz#4ecdfc78a72a6f626a3a5d3c2a7a81962f3663e3" - integrity sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q== +concurrently@6.1.0: + version "6.1.0" + resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.1.0.tgz#00d22525d3fcdce7f34cc7f3c9753f90a57d6208" + integrity sha512-jy+xj49pvqeKjc2TAVXRIhrgPG51eBKDZti0kZ41kaWk9iLbyWBjH6KMFpW7peOLkEymD+ZM83Lx6UEy3N/M9g== dependencies: chalk "^4.1.0" date-fns "^2.16.1"