From fcf80c498af63995a829845004387404a7f96f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:54:16 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 8.0.1 to 8.1.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 3a04deb4e..bef8250ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.5", "babel-loader": "9.1.2", - "concurrently": "8.0.1", + "concurrently": "8.1.0", "conventional-changelog-cli": "^2.2.2", "cpr": "3.0.1", "dotenv": "^16.0.3", @@ -17960,9 +17960,9 @@ } }, "node_modules/concurrently": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz", - "integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.1.0.tgz", + "integrity": "sha512-0AB6eOAtaW/r/kX2lCdolaWtT191ICeuJjEJvI9hT3zbPFuZ/iZaJwMRKwbuwADome7OKxk73L7od+fsveZ7tA==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -62799,9 +62799,9 @@ } }, "concurrently": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz", - "integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.1.0.tgz", + "integrity": "sha512-0AB6eOAtaW/r/kX2lCdolaWtT191ICeuJjEJvI9hT3zbPFuZ/iZaJwMRKwbuwADome7OKxk73L7od+fsveZ7tA==", "dev": true, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index dd237b9e9..ea38176c9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.5", "babel-loader": "9.1.2", - "concurrently": "8.0.1", + "concurrently": "8.1.0", "conventional-changelog-cli": "^2.2.2", "cpr": "3.0.1", "dotenv": "^16.0.3",