Skip to content

Commit

Permalink
Merge pull request #779 from CrowdStrike/renovate/yargs-help-output-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency yargs-help-output to v5
  • Loading branch information
kellyselden authored Nov 10, 2023
2 parents fc136c4 + 35e0c86 commit 99368b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 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": "^4.0.0"
"yargs-help-output": "^5.0.0"
},
"volta": {
"node": "18.18.2",
Expand Down
30 changes: 5 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2768,21 +2768,6 @@ execa@^6.1.0:
signal-exit "^3.0.7"
strip-final-newline "^3.0.0"

execa@^7.0.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.1.tgz#3eb3c83d239488e7b409d48e8813b76bb55c9c43"
integrity sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==
dependencies:
cross-spawn "^7.0.3"
get-stream "^6.0.1"
human-signals "^4.3.0"
is-stream "^3.0.0"
merge-stream "^2.0.0"
npm-run-path "^5.1.0"
onetime "^6.0.0"
signal-exit "^3.0.7"
strip-final-newline "^3.0.0"

execa@^8.0.0, execa@^8.0.1:
version "8.0.1"
resolved "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
Expand Down Expand Up @@ -3670,11 +3655,6 @@ human-signals@^3.0.1:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5"
integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==

human-signals@^4.3.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==

human-signals@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
Expand Down Expand Up @@ -8564,12 +8544,12 @@ yaml@^2.0.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==

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==
yargs-help-output@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-5.0.1.tgz#afd6adf80128faec362d153712c7ba7c16624a6b"
integrity sha512-P2crvA6lQZgmL7JjFSWHUVMjWA8jhoODAVt/lN92KD27xut5Hsd4Bg4NY9gJ9QNLobzbJmUpviBnFvLOV81ppA==
dependencies:
execa "^7.0.0"
execa "^8.0.0"
yargs "^17.0.0"

yargs-parser@13.1.2, yargs-parser@^13.1.2:
Expand Down

0 comments on commit 99368b5

Please sign in to comment.