From d3a330d927a2fdb0196e145c4a2b3315dbe829ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:59:44 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 9.1.2 to 9.2.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.2 to 9.2.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6aaeff..1d92a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.16", "autoprefixer": "^10.4.21", "axios": "^1.9.0", - "concurrently": "^9.0.1", + "concurrently": "^9.2.0", "laravel-vite-plugin": "^1.2.0", "postcss": "^8.5.3", "postcss-nesting": "^13.0.1", @@ -1316,11 +1316,10 @@ } }, "node_modules/concurrently": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", - "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.0.tgz", + "integrity": "sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 1723c4a..95d08ad 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@tailwindcss/typography": "^0.5.16", "autoprefixer": "^10.4.21", "axios": "^1.9.0", - "concurrently": "^9.0.1", + "concurrently": "^9.2.0", "laravel-vite-plugin": "^1.2.0", "postcss": "^8.5.3", "postcss-nesting": "^13.0.1",