From 7f17ec96001c31ccd3c25b3d98d14bf74462bd3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 00:41:15 +0000 Subject: [PATCH] chore(deps): update dependency yargs-help-output to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26c1346d3..21a2abd86 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "sinon-chai": "^3.7.0", "stoppable": "^1.1.0", "tmp": "0.2.1", - "yargs-help-output": "^3.0.0" + "yargs-help-output": "^4.0.0" }, "volta": { "node": "16.20.1", diff --git a/yarn.lock b/yarn.lock index 0f6cc537c..8b23487cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7882,10 +7882,10 @@ yaml@^2.0.0: resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073" integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA== -yargs-help-output@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-3.0.0.tgz#f5841c536524d279d2e84c60f9aece7c44e064f0" - integrity sha512-YJYKVFMJULuaCDxsgTUCt+JrDXxsiv7rU2cZbHNIqpeuXeUtF9V7L5mjKemYGAk160gg6gg5+gyke5FSPvj9/A== +yargs-help-output@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-4.0.0.tgz#488fa160eb2e6dcf019c5c275f21db9f96920e3f" + integrity sha512-BncSpHGN9OK92dlq8lIDXrcO1waUt+211XuBcy8k74CZRNnfClyHTwRQvl9spm4K8kBU3Jkimv2oI894fDey+w== dependencies: execa "^7.0.0" yargs "^17.0.0"