From 3a548be1ef245adb7be5cccd4b6c89f9708da367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:42:52 +0000 Subject: [PATCH] build(deps): bump concurrently from 8.2.2 to 9.0.0 in /benchmarks Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0) --- updated-dependencies: - dependency-name: concurrently 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 2ee4c6cc2f5..073c2bf0049 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axios": "^1.6.7", - "concurrently": "^8.2.2", + "concurrently": "^9.0.0", "cronometro": "^3.0.1", "got": "^14.2.0", "mitata": "^0.1.11",