From 05f149cc0df761816124cc05009e9a1228141ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:26:45 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 7.6.0 to 8.2.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.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 f3732a9..1c30cf6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/yamljs": "^0.2.31", "chokidar-cli": "^3.0.0", "compressing": "^1.9.0", - "concurrently": "^7.6.0", + "concurrently": "^8.2.0", "cross-env": "^7.0.3", "esbuild": "^0.17.19", "minimist": "^1.2.8",