From d62fa4ea84ee1d6d19e185c76816174b28a3e05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:35:16 +0000 Subject: [PATCH] Bump concurrently from 7.4.0 to 7.6.0 in /backend Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 7.6.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.6.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 80f5f33e..cd6ac120 100644 --- a/backend/package.json +++ b/backend/package.json @@ -61,7 +61,7 @@ "babel-eslint": "10.1.0", "babel-watch": "7.7.0", "bluebird": "3.7.2", - "concurrently": "7.4.0", + "concurrently": "7.6.0", "eslint": "8.25.0", "eslint-config-standard": "17.0.0", "eslint-plugin-import": "2.26.0",