From f5907caaae43043586da470297bc8d5e8ad9c867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:30:55 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.2.0 to 8.2.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.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 3b161c6fc..fb66e2510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@manypkg/get-packages": "^2.2.0", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.6.0", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "eslint": "^8.46.0", "husky": "^8.0.3", "jest": "^28.1.3", @@ -5250,9 +5250,9 @@ } }, "node_modules/concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -18859,9 +18859,9 @@ } }, "concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6ee8f011a..55da26732 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@manypkg/get-packages": "^2.2.0", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.6.0", - "concurrently": "^8.2.0", + "concurrently": "^8.2.1", "eslint": "^8.46.0", "husky": "^8.0.3", "jest": "^28.1.3",