From b8bbe7bba95018dd92ab782108a4178ace187a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:56:59 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2 (#9672) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ff707c49dd..f62e0c73fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "chai-string": "^1.4.0", "child-process-promise": "^2.2.1", "clsx": "^2.0.0", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "cypress": "^13.3.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.0", @@ -8322,9 +8322,9 @@ "dev": true }, "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 bce0fcf04f..328af03c9c 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "chai-string": "^1.4.0", "child-process-promise": "^2.2.1", "clsx": "^2.0.0", - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "cypress": "^13.3.1", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.3.0", -- GitLab