From 4f4e494ad76c6152d56db369666701e7502a815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:03:05 +0000 Subject: [PATCH] chore(deps): 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.4 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.4...v1.9.0) Updates `concurrently` from 10.0.3 to 10.0.4 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v10.0.3...v10.0.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.9.0 dependency-type: indirect - dependency-name: concurrently dependency-version: 10.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cfe534c0cae8..d730c914cca1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.33", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", diff --git a/package.json b/package.json index 384d32148e227..bc30c3ac7bd93 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.33", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1",