From 7de9d80f7369d6ceb4bc4e9eb61166c4cce67a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:37:47 +0000 Subject: [PATCH] Bump concurrently from 10.0.0 to 10.0.3 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 10.0.0 to 10.0.3. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v10.0.0...v10.0.3) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14b5a53..ed13f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "21.0.2", "browser-sync": "^3.0.4", - "concurrently": "^10.0.0", + "concurrently": "^10.0.3", "conventional-github-releaser": "^3.1.5", "docsify-cli": "^4.4.4", "finepack": "^2.12.17", @@ -2944,9 +2944,9 @@ } }, "node_modules/concurrently": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.0.tgz", - "integrity": "sha512-DRrk10z3sVPpguNe8od2cGNqZGqbT15rwAnxD4dG3b78mdNNb/gJyr8T834Oj518WcBmTktrt4FhdwZn09ZWSg==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.3.tgz", + "integrity": "sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==", "dev": true, "dependencies": { "chalk": "5.6.2", @@ -21355,9 +21355,9 @@ } }, "concurrently": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.0.tgz", - "integrity": "sha512-DRrk10z3sVPpguNe8od2cGNqZGqbT15rwAnxD4dG3b78mdNNb/gJyr8T834Oj518WcBmTktrt4FhdwZn09ZWSg==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.3.tgz", + "integrity": "sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==", "dev": true, "requires": { "chalk": "5.6.2", diff --git a/package.json b/package.json index e25012f..f18f4ec 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@commitlint/cli": "^21.0.2", "@commitlint/config-conventional": "21.0.2", "browser-sync": "^3.0.4", - "concurrently": "^10.0.0", + "concurrently": "^10.0.3", "conventional-github-releaser": "^3.1.5", "docsify-cli": "^4.4.4", "finepack": "^2.12.17", diff --git a/yarn.lock b/yarn.lock index 70734e3..5104cb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1807,10 +1807,10 @@ concat-with-sourcemaps@^1.0.0: dependencies: source-map "^0.6.1" -concurrently@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.0.tgz#ceb3782d36a620ae7c05ff8085076c0d96323479" - integrity sha512-DRrk10z3sVPpguNe8od2cGNqZGqbT15rwAnxD4dG3b78mdNNb/gJyr8T834Oj518WcBmTktrt4FhdwZn09ZWSg== +concurrently@^10.0.3: + version "10.0.3" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-10.0.3.tgz#0ae4bf732e958b1a607b47896dcaa836b72514e8" + integrity sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA== dependencies: chalk "5.6.2" rxjs "7.8.2"