From d0966bd56801f9967c16cf5e7483dfe906a4df29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:50:55 -0800 Subject: [PATCH] build(deps): bump concurrently from 7.4.0 to 7.5.0 (#5550) Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Elan Co-authored-by: Matt Driscoll --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd2bd56ef9e..181fd42f0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "chalk": "4.1.2", "cheerio": "1.0.0-rc.10", "chokidar": "3.5.3", - "concurrently": "7.4.0", + "concurrently": "7.5.0", "conventional-changelog-cli": "2.2.2", "cpy-cli": "^4.0.0", "dedent": "0.7.0", @@ -10559,9 +10559,9 @@ } }, "node_modules/concurrently": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", - "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", + "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -41822,9 +41822,9 @@ } }, "concurrently": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.4.0.tgz", - "integrity": "sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.5.0.tgz", + "integrity": "sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 4251d30647c..85fb5f85ec0 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "chalk": "4.1.2", "cheerio": "1.0.0-rc.10", "chokidar": "3.5.3", - "concurrently": "7.4.0", + "concurrently": "7.5.0", "conventional-changelog-cli": "2.2.2", "cpy-cli": "^4.0.0", "dedent": "0.7.0",