From d8bf98a413cee01ee0f926cd0e97e68e38c88fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:42:55 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.2.4 to 10.0.4 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.4 to 10.0.4. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.4...v10.0.4) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.4 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 49c869e..7360059 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", - "concurrently": "^9.0.1", + "concurrently": "^10.0.4", "laravel-vite-plugin": "^3.1", "tailwindcss": "^4.0.0", "vite": "^8.0.0"