From d85854c7e6a2f434252d446972cf81239c74d5a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:06:16 +0000 Subject: [PATCH] fix(deps): update dependency concurrently to v9.1.2 (#894) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/auto-pagination-multiple-sources/package.json | 2 +- examples/node/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index a9a65a41..84208136 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-cli": "3.0.7", - "concurrently": "9.1.1", + "concurrently": "9.1.2", "graphql": "16.10.0", "nodemon": "3.1.9", "ts-node": "10.9.2", diff --git a/examples/node/package.json b/examples/node/package.json index 1b0255dd..e62a751a 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-cli": "3.0.7", - "concurrently": "9.1.1", + "concurrently": "9.1.2", "graphql": "16.10.0", "nodemon": "3.1.9", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index 45106dce..7362573f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4025,10 +4025,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -concurrently@9.1.1, concurrently@^9.0.0: - version "9.1.1" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.1.tgz#609dde2ce12f4f12d6a5ea6eace4c38bb7ab2ead" - integrity sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q== +concurrently@9.1.2, concurrently@^9.0.0: + version "9.1.2" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c" + integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ== dependencies: chalk "^4.1.2" lodash "^4.17.21"