From 48848fa3e850601c45074d9b69887a93e1d05e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:06:05 -0400 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2 (#578) Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Dover --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63313ba54..e60f7e697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^6.8.0", "@vscode/l10n-dev": "^0.0.29", "chai": "^4.3.10", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "esbuild": "^0.19.5", "eslint": "^8.51.0", "eslint-plugin-react": "^7.33.2", @@ -2403,9 +2403,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", - "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.2.tgz", + "integrity": "sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 14126a8f6..213147764 100644 --- a/package.json +++ b/package.json @@ -942,7 +942,7 @@ "@typescript-eslint/parser": "^6.8.0", "@vscode/l10n-dev": "^0.0.29", "chai": "^4.3.10", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "esbuild": "^0.19.5", "eslint": "^8.51.0", "eslint-plugin-react": "^7.33.2",