From 8853ddb13302275699121cc511bb86daab07c4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 03:21:43 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 7.2.1 to 7.4.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.1 to 7.4.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.4.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/package.json b/tools/build/package.json index 55f285949a..d347764735 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -48,7 +48,7 @@ "@types/semver": "^7.3.9", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "concurrently": "^7.2.1", + "concurrently": "^7.4.0", "cpx": "^1.5.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0",