From da4f3195c81a59d01108615848d7b93a906ef89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:07:22 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.2.2 to 9.1.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef2b95bb..7af83c19 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "babel-jest": "^29.7.0", "babel-polyfill": "6.26.0", "chokidar": "^3.6.0", - "concurrently": "^8.2.2", + "concurrently": "^9.1.0", "cypress": "^13.15.1", "eslint": "^8.57.0", "eslint-config-prettier": "8.10.0",