From 2870b49f70f20fd828d73984e87c669db56b815c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:58:17 +0000 Subject: [PATCH] Bump concurrently from 7.4.0 to 8.0.1 in /frontend Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 8.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v8.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 78b8401c..36164928 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "autoprefixer": "10.4.12", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.2.0", - "concurrently": "7.4.0", + "concurrently": "8.0.1", "cross-env": "7.0.3", "eslint": "8.25.0", "eslint-plugin-import": "2.26.0",