From e022ca803baeec3bedce1c14fc02a1f4770217e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:42:34 +0000 Subject: [PATCH] Bump shell-quote and concurrently Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.9.0 and updates ancestor dependency [concurrently](https://github.com/open-cli-tools/concurrently). These dependencies need to be updated together. Updates `shell-quote` from 1.8.3 to 1.9.0 - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.9.0) Updates `concurrently` from 9.2.1 to 9.2.4 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v9.2.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.9.0 dependency-type: indirect - dependency-name: concurrently dependency-version: 9.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a721742..aef8b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@vitejs/plugin-vue": "^5.2.1", "autoprefixer": "^10.4.20", "axios": "^1.16.0", - "concurrently": "^9.0.1", + "concurrently": "^9.2.4", "laravel-vite-plugin": "^1.2.0", "postcss": "^8.5.15", "tailwindcss": "^3.4.17", @@ -1959,13 +1959,15 @@ } }, "node_modules/concurrently": { - "version": "9.2.1", + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.4.tgz", + "integrity": "sha512-TZ0CEhyzvFjgtAvHTusDMgj7wNdihCh7LLLrzdUOXIhdlnL2JBBGA9eJxR24rtqgmdjh3OA3hrN1rCHj6HM8qA==", "dev": true, "license": "MIT", "dependencies": { "chalk": "4.1.2", "rxjs": "7.8.2", - "shell-quote": "1.8.3", + "shell-quote": "1.9.0", "supports-color": "8.1.1", "tree-kill": "1.2.2", "yargs": "17.7.2" @@ -3324,7 +3326,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.9.0.tgz", + "integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2d5921a..56a284e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@vitejs/plugin-vue": "^5.2.1", "autoprefixer": "^10.4.20", "axios": "^1.16.0", - "concurrently": "^9.0.1", + "concurrently": "^9.2.4", "laravel-vite-plugin": "^1.2.0", "postcss": "^8.5.15", "tailwindcss": "^3.4.17",