From 2b4a0020bcef8f9b1704b7e368f7af27965d39c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 04:13:08 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 6.5.1 to 8.2.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.1 to 8.2.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.1...v8.2.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 146887543bd..c60b11f1bb6 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "ajv-pack": "^0.3.1", "autocannon": "^7.0.0", "branch-comparer": "^1.0.2", - "concurrently": "^6.0.0", + "concurrently": "^8.2.0", "cors": "^2.8.5", "coveralls": "^3.1.0", "dns-prefetch-control": "^0.3.0",