From 9fcd0b8fc47c0d6671bfaf15bb14c44a6bb085c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:06:50 +0000 Subject: [PATCH] chore(deps): bump concurrently from 10.0.3 to 10.0.4 Bumps [concurrently](https://github.com/open-cli-tools/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: concurrently dependency-version: 10.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f31008c..0dc3683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@typescript-eslint/eslint-plugin": "^8.64.0", "@typescript-eslint/parser": "8.64.0", "@vscode/test-electron": "^3.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "esbuild": "^0.28.1", "eslint": "^10.7.0", "mocha": "11.7.6", @@ -1634,15 +1634,15 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.3.tgz", - "integrity": "sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.4.tgz", + "integrity": "sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==", "dev": true, "license": "MIT", "dependencies": { "chalk": "5.6.2", "rxjs": "7.8.2", - "shell-quote": "1.8.4", + "shell-quote": "1.9.0", "supports-color": "10.2.2", "tree-kill": "1.2.2", "yargs": "18.0.0" diff --git a/package.json b/package.json index fd17b09..89316bc 100644 --- a/package.json +++ b/package.json @@ -305,7 +305,7 @@ "@typescript-eslint/eslint-plugin": "^8.64.0", "@typescript-eslint/parser": "8.64.0", "@vscode/test-electron": "^3.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.4", "esbuild": "^0.28.1", "eslint": "^10.7.0", "mocha": "11.7.6",