From 98488125eddd2b7099008cda1318ae079acee0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:48:10 +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 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 819c771..ede494d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "browser-sync": "^3.0.4", - "concurrently": "^10.0.0", + "concurrently": "^10.0.3", "sass": "^1.100.0" } }, @@ -706,9 +706,9 @@ "dev": true }, "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", @@ -2704,9 +2704,9 @@ "dev": true }, "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 7cd65d2..8faced8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "ISC", "devDependencies": { "browser-sync": "^3.0.4", - "concurrently": "^10.0.0", + "concurrently": "^10.0.3", "sass": "^1.100.0" } }