From c89c5754cbc35ef2d965a90f5e8f12a32ac09c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:07:16 +0000 Subject: [PATCH] chore(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 c26fe812..4ea8367f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/node": "^18.0.0", "@types/tap": "^15.0.5", "c8": "^7.13.0", - "concurrently": "^7.0.0", + "concurrently": "^8.2.0", "cross-env": "^7.0.3", "del-cli": "^3.0.1", "fastify-tsconfig": "^1.0.1",