From a30d31bb7081cffc492204ba4023f69fc9194032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:47:06 +0000 Subject: [PATCH] Update dependency npm-run-all2 to v6.2.4 --- package.json | 2 +- yarn.lock | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a953447..cd6173b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bunyan": "1.8.15", "cross-env": "7.0.3", "nock": "13.5.5", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "prettier": "3.3.3", "ts-node": "10.9.2" } diff --git a/yarn.lock b/yarn.lock index aa1d4382..8a11d4ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6815,10 +6815,10 @@ npm-normalize-package-bin@^3.0.0: resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832" integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== -npm-run-all2@6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b" - integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg== +npm-run-all2@6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.4.tgz#cdd5c869166ed99d8d651257f20b9497514f2b42" + integrity sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.3" @@ -6827,6 +6827,7 @@ npm-run-all2@6.2.3: pidtree "^0.6.0" read-package-json-fast "^3.0.2" shell-quote "^1.7.3" + which "^3.0.1" npm-run-path@^4.0.1: version "4.0.1" @@ -8569,6 +8570,13 @@ which@^2.0.1: dependencies: isexe "^2.0.0" +which@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1" + integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg== + dependencies: + isexe "^2.0.0" + which@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a"