From 7e6ed37805db1ffd0eee077d1b0cb415a28494b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:39:30 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v9.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb24a6d6f..7b55b89c8 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "bitcoin-core": "4.2.0", "bufferutil": "4.0.8", "commitizen": "4.3.0", - "concurrently": "9.0.0", + "concurrently": "9.0.1", "connected-react-router": "6.9.3", "cross-env": "7.0.3", "detect-port": "1.6.1", diff --git a/yarn.lock b/yarn.lock index af2927540..32f519b89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5881,10 +5881,10 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.0.tgz#b74e85bfbed9b920c54128f8cf7f91f23cc19112" - integrity sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw== +concurrently@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa" + integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg== dependencies: chalk "^4.1.2" lodash "^4.17.21"