From 1b4f9e5215e7678f71281e675dc4b3dde9fcd07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 13:50:21 +0000 Subject: [PATCH] build(deps-dev): bump concurrently from 7.2.0 to 7.2.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... 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 9f71fd8..ccda85e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "~16.11.36", "@typescript-eslint/parser": "^5.25.0", "@vercel/ncc": "^0.33.4", - "concurrently": "^7.2.0", + "concurrently": "^7.2.1", "eslint": "^8.15.0", "eslint-plugin-github": "^4.3.6", "eslint-plugin-jest": "^26.2.2", @@ -2263,9 +2263,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz", - "integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz", + "integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -8201,9 +8201,9 @@ "dev": true }, "concurrently": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.0.tgz", - "integrity": "sha512-4KIVY5HopDRhN3ndAgfFOLsMk1PZUPgghlgTMZ5Pb5aTrqYg86RcZaIZC2Cz+qpZ9DsX36WHGjvWnXPqdnblhw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.2.1.tgz", + "integrity": "sha512-7cab/QyqipqghrVr9qZmoWbidu0nHsmxrpNqQ7r/67vfl1DWJElexehQnTH1p+87tDkihaAjM79xTZyBQh7HLw==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index cdb6cf2..1849605 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "~16.11.36", "@typescript-eslint/parser": "^5.25.0", "@vercel/ncc": "^0.33.4", - "concurrently": "^7.2.0", + "concurrently": "^7.2.1", "eslint": "^8.15.0", "eslint-plugin-github": "^4.3.6", "eslint-plugin-jest": "^26.2.2",