From 2ed6b8b6463ce89afcd328f85fe25c3f3075813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:54:02 +0000 Subject: [PATCH] build(deps): bump concurrently from 9.2.1 to 10.0.3 in /benchmarks Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.3. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.3) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/package.json b/benchmarks/package.json index 5e068f87177..5579875cc6e 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axios": "^1.6.7", - "concurrently": "^9.0.0", + "concurrently": "^10.0.3", "cronometro": "^6.0.3", "got": "^15.0.0", "mitata": "^1.0.4",