From b20a5394c99b3ca4be50c228f5827999baa8b029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:13:02 +0000 Subject: [PATCH] Build(deps-dev): Bump concurrently from 9.2.1 to 10.0.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/local-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/local-dashboard/package.json b/apps/local-dashboard/package.json index 2d8890ac..cd475db4 100644 --- a/apps/local-dashboard/package.json +++ b/apps/local-dashboard/package.json @@ -43,7 +43,7 @@ "@types/react": "^19.1.6", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^6.0.1", - "concurrently": "^9.1.2", + "concurrently": "^10.0.0", "shadcn": "^4.0.5", "tailwindcss": "^4.2.1", "typescript": "^5.8.3",