From eaa33801a6bc216d149cdcbcf335ce83a4bc7c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:45:17 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2 (#1090) --- 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 1be9dbd56..c66525d4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "valine": "^1.5.1" }, "devDependencies": { - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "eslint": "^8.50.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1", @@ -4299,9 +4299,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "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 a66ceaa9b..24c5a2077 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "valine": "^1.5.1" }, "devDependencies": { - "concurrently": "^8.2.1", + "concurrently": "^8.2.2", "eslint": "^8.50.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1",