From 9a39edc3612d4533463367e4b7018fd5bc23764a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:26:41 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 8.2.2 to 9.1.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.2) --- 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 f91ef7e..d8eea81 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/morgan": "^1.9.9", "@types/node": "^20.8.4", "@types/node-fetch": "^2.6.7", - "concurrently": "^8.2.2", + "concurrently": "^9.1.2", "eslint-plugin-security": "^1.7.1", "react-app-rewired": "^2.2.1", "webpack-cli": "^5.1.4"