Skip to content

Commit 99368b5

Browse files
authored
Merge pull request #779 from CrowdStrike/renovate/yargs-help-output-5.x
chore(deps): update dependency yargs-help-output to v5
2 parents fc136c4 + 35e0c86 commit 99368b5

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"sinon-chai": "^3.7.0",
4949
"stoppable": "^1.1.0",
5050
"tmp": "0.2.1",
51-
"yargs-help-output": "^4.0.0"
51+
"yargs-help-output": "^5.0.0"
5252
},
5353
"volta": {
5454
"node": "18.18.2",

yarn.lock

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,21 +2768,6 @@ execa@^6.1.0:
27682768
signal-exit "^3.0.7"
27692769
strip-final-newline "^3.0.0"
27702770

2771-
execa@^7.0.0:
2772-
version "7.1.1"
2773-
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.1.tgz#3eb3c83d239488e7b409d48e8813b76bb55c9c43"
2774-
integrity sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==
2775-
dependencies:
2776-
cross-spawn "^7.0.3"
2777-
get-stream "^6.0.1"
2778-
human-signals "^4.3.0"
2779-
is-stream "^3.0.0"
2780-
merge-stream "^2.0.0"
2781-
npm-run-path "^5.1.0"
2782-
onetime "^6.0.0"
2783-
signal-exit "^3.0.7"
2784-
strip-final-newline "^3.0.0"
2785-
27862771
execa@^8.0.0, execa@^8.0.1:
27872772
version "8.0.1"
27882773
resolved "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
@@ -3670,11 +3655,6 @@ human-signals@^3.0.1:
36703655
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5"
36713656
integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==
36723657

3673-
human-signals@^4.3.0:
3674-
version "4.3.1"
3675-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
3676-
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
3677-
36783658
human-signals@^5.0.0:
36793659
version "5.0.0"
36803660
resolved "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
@@ -8564,12 +8544,12 @@ yaml@^2.0.0:
85648544
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
85658545
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
85668546

8567-
yargs-help-output@^4.0.0:
8568-
version "4.0.0"
8569-
resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-4.0.0.tgz#488fa160eb2e6dcf019c5c275f21db9f96920e3f"
8570-
integrity sha512-BncSpHGN9OK92dlq8lIDXrcO1waUt+211XuBcy8k74CZRNnfClyHTwRQvl9spm4K8kBU3Jkimv2oI894fDey+w==
8547+
yargs-help-output@^5.0.0:
8548+
version "5.0.1"
8549+
resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-5.0.1.tgz#afd6adf80128faec362d153712c7ba7c16624a6b"
8550+
integrity sha512-P2crvA6lQZgmL7JjFSWHUVMjWA8jhoODAVt/lN92KD27xut5Hsd4Bg4NY9gJ9QNLobzbJmUpviBnFvLOV81ppA==
85718551
dependencies:
8572-
execa "^7.0.0"
8552+
execa "^8.0.0"
85738553
yargs "^17.0.0"
85748554

85758555
yargs-parser@13.1.2, yargs-parser@^13.1.2:

0 commit comments

Comments
 (0)