From 2513d5effde86d98e130bb07002ff721561942df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:24:26 +0000 Subject: [PATCH] build(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 f91ef7e..f634c29 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.0", "eslint-plugin-security": "^1.7.1", "react-app-rewired": "^2.2.1", "webpack-cli": "^5.1.4"