From 6378b9486f318e6e842178595d39eef0052eeef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:09:45 +0000 Subject: [PATCH] Bump concurrently from 7.6.0 to 9.2.0 in /frontend/apps/web Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 9.2.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v9.2.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/web/package.json b/frontend/apps/web/package.json index de39867d5..c53d91161 100644 --- a/frontend/apps/web/package.json +++ b/frontend/apps/web/package.json @@ -28,7 +28,7 @@ "@types/change-case": "^2.3.1", "@types/react-router-dom": "^5.1.6", "change-case": "^4.1.2", - "concurrently": "^7.0.0", + "concurrently": "^9.2.0", "csv-parse": "^5.0.3", "cypress": "^9.2.0", "http-server": "^14.0.0",