From 774144322a2c333d0855566f75bccd3128c92f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 11:07:05 +0000 Subject: [PATCH] Bump concurrently from 6.2.0 to 6.2.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... 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 50a826d4..60832b54 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@typescript-eslint/parser": "4.29.0", "ava": "3.15.0", "babel-loader": "8.2.2", - "concurrently": "6.2.0", + "concurrently": "6.2.1", "copy-webpack-plugin": "9.0.1", "cpy-cli": "^3.1.1", "cross-env": "7.0.3", diff --git a/yarn.lock b/yarn.lock index 42562ca2..978d98f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2564,10 +2564,10 @@ concordance@^5.0.1, concordance@^5.0.4: semver "^7.3.2" well-known-symbols "^2.0.0" -concurrently@6.2.0: - version "6.2.0" - resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d" - integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g== +concurrently@6.2.1: + version "6.2.1" + resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf" + integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g== dependencies: chalk "^4.1.0" date-fns "^2.16.1"