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",