From dfe69be21c0b420540bcbeb81001f5aaf58cc431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 06:23:38 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump concurrently from 10.0.3 to 10.0.5 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 10.0.3 to 10.0.5. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v10.0.3...v10.0.5) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.5 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 623b765a..f63ffb61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@playwright/test": "^1.61.0", "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-terser": "^1.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.5", "jsonc": "^2.0.0", "minimatch": "^10.2.5", "parse5": "^8.0.1", @@ -4321,15 +4321,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.5", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.5.tgz", + "integrity": "sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==", "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" @@ -5893,9 +5893,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", - "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", + "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 a1b61c3d..b2183583 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@playwright/test": "^1.61.0", "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-terser": "^1.0.0", - "concurrently": "^10.0.3", + "concurrently": "^10.0.5", "jsonc": "^2.0.0", "minimatch": "^10.2.5", "parse5": "^8.0.1",