From cdadd9a236f8599faa2fcb583971d0298ffd125b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:03:33 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 7.4.0 to 7.6.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.6.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... 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 0f1e4ee1..ddd4a498 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "browser-sync-webpack-plugin": "2.3.0", "classlist-polyfill": "1.2.0", "clean-webpack-plugin": "4.0.0", - "concurrently": "7.4.0", + "concurrently": "7.6.0", "cross-env": "7.0.3", "css-loader": "6.7.3", "css-mqpacker": "7.0.0", diff --git a/yarn.lock b/yarn.lock index a68034f8..5ead82de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3579,10 +3579,10 @@ concat-stream@^1.5.0, concat-stream@^1.6.2: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368" - integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA== +concurrently@7.6.0: + version "7.6.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a" + integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw== dependencies: chalk "^4.1.0" date-fns "^2.29.1"