Skip to content

Commit

Permalink
Merge pull request #707 from CrowdStrike/renovate/yargs-help-output-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency yargs-help-output to v4
  • Loading branch information
kellyselden authored Jul 27, 2023
2 parents 117bb22 + 7f17ec9 commit e2e0736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e2e0736

Please sign in to comment.