From 4b341f93607438f69521f2304e02c3b4019ed820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 03:37:40 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 6.5.1 to 7.5.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.1 to 7.5.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.1...v7.5.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..788958db657 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": "^7.5.0", "cors": "^2.8.5", "coveralls": "^3.1.0", "dns-prefetch-control": "^0.3.0",