From 3040312dbbebe384eaefebaf6110d0734f4c79ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:20:46 +0000 Subject: [PATCH] Bump concurrently from 7.2.0 to 7.2.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.0...v7.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 0136f5e8..8484fa81 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@typescript-eslint/parser": "4.33.0", "ava": "4.3.0", "babel-loader": "8.2.5", - "concurrently": "7.2.0", + "concurrently": "7.2.1", "copy-webpack-plugin": "11.0.0", "cpy-cli": "^3.1.1", "cross-env": "7.0.3", diff --git a/yarn.lock b/yarn.lock index a65f1c0c..4c46e984 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2506,10 +2506,10 @@ concordance@^5.0.4: semver "^7.3.2" well-known-symbols "^2.0.0" -concurrently@7.2.0: - version "7.2.0" - resolved "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz#4d9b4d1e527b8a8cb101bc2aee317e09496fad43" - integrity sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw== +concurrently@7.2.1: + version "7.2.1" + resolved "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz#88b144060443403060aad46f837dd17451f7e55e" + integrity sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw== dependencies: chalk "^4.1.0" date-fns "^2.16.1"