From 15a37a6744314e3621b1c89d3b9678a2780bf62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 03:05:26 +0000 Subject: [PATCH] Bump concurrently from 7.3.0 to 7.4.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63ead8c..8356f9e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/HDeiro/weskit#readme", "devDependencies": { "browser-sync": "2.27.10", - "concurrently": "7.3.0", + "concurrently": "7.4.0", "copy-assets": "1.0.3", "esm": "3.2.25", "glob": "8.0.3",