From 2a248d3a478f7cfab36c8791d66b9ecf55fefde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 00:29:46 +0000 Subject: [PATCH] Bump concurrently in /generators/client/templates/common Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 5.3.0 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v5.3.0...v7.6.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/client/templates/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/common/package.json b/generators/client/templates/common/package.json index 36d09105d837..b1ebbb3df47e 100644 --- a/generators/client/templates/common/package.json +++ b/generators/client/templates/common/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "concurrently": "5.3.0", + "concurrently": "7.6.0", "cypress": "5.4.0", "typescript": "4.0.3", "wait-on": "5.2.0"