From b7fa8bb0165f99f50e18869efe7c38ae77ad461e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:09:04 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.2.1 to 9.2.3 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 9.2.3. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v9.2.3) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b014ed3dafc65..35a80e9dd4268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@vue/test-utils": "^2.4.10", "@vue/tsconfig": "^0.9.1", "@zip.js/zip.js": "^2.8.26", - "concurrently": "^9.2.1", + "concurrently": "^9.2.3", "cypress": "^15.17.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", @@ -6407,15 +6407,15 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", - "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", + "version": "9.2.3", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.3.tgz", + "integrity": "sha512-ihjs0E2SxvDgq/MK418hX6YycQgKhsqxpbZuZbHo0yKfqDWdymWMjWYIpCIzqDDLLKClHlXev8whW/8WXmJ0BA==", "dev": true, "license": "MIT", "dependencies": { "chalk": "4.1.2", "rxjs": "7.8.2", - "shell-quote": "1.8.3", + "shell-quote": "1.8.4", "supports-color": "8.1.1", "tree-kill": "1.2.2", "yargs": "17.7.2" @@ -14674,9 +14674,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 685c76992ce26..bd1e1941b3a6a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@vue/test-utils": "^2.4.10", "@vue/tsconfig": "^0.9.1", "@zip.js/zip.js": "^2.8.26", - "concurrently": "^9.2.1", + "concurrently": "^9.2.3", "cypress": "^15.17.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1",