From 6aa1ab0bdb6e66582a98d4b43a38523bd2b3847f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:24:59 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 8.2.2 to 9.1.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.1.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.1.1) --- 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..dd18aa9 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.1", "eslint-plugin-security": "^1.7.1", "react-app-rewired": "^2.2.1", "webpack-cli": "^5.1.4"