From 7eae4b848c4585ae431cfeeffd875fa9b20e46a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 03:05:01 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 7.2.1 to 7.2.2 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... 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..e707e460ae 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.2.2", "cpx": "^1.5.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0",