From 32d6961ab6e775c87d5a3f17afd6d4c3338b9954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 03:46:45 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 6.5.1 to 7.6.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.1 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.1...v7.6.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..52b6b90324b 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.6.0", "cors": "^2.8.5", "coveralls": "^3.1.0", "dns-prefetch-control": "^0.3.0",