From e536be235f1182ed0a3e768fed84ed439558e1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 04:09:52 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 6.5.1 to 8.0.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.1 to 8.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.1...v8.0.1) --- 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..6f88f86ebb4 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.0.1", "cors": "^2.8.5", "coveralls": "^3.1.0", "dns-prefetch-control": "^0.3.0",