Skip to content

Commit 35e0c86

Browse files
chore(deps): update dependency yargs-help-output to v5
1 parent fc65f87 commit 35e0c86

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
@@ -2740,21 +2740,6 @@ execa@^6.1.0:
27402740
signal-exit "^3.0.7"
27412741
strip-final-newline "^3.0.0"
27422742

2743-
execa@^7.0.0:
2744-
version "7.1.1"
2745-
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.1.tgz#3eb3c83d239488e7b409d48e8813b76bb55c9c43"
2746-
integrity sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==
2747-
dependencies:
2748-
cross-spawn "^7.0.3"
2749-
get-stream "^6.0.1"
2750-
human-signals "^4.3.0"
2751-
is-stream "^3.0.0"
2752-
merge-stream "^2.0.0"
2753-
npm-run-path "^5.1.0"
2754-
onetime "^6.0.0"
2755-
signal-exit "^3.0.7"
2756-
strip-final-newline "^3.0.0"
2757-
27582743
execa@^8.0.0, execa@^8.0.1:
27592744
version "8.0.1"
27602745
resolved "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
@@ -3644,11 +3629,6 @@ human-signals@^3.0.1:
36443629
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-3.0.1.tgz#c740920859dafa50e5a3222da9d3bf4bb0e5eef5"
36453630
integrity sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==
36463631

3647-
human-signals@^4.3.0:
3648-
version "4.3.1"
3649-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
3650-
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
3651-
36523632
human-signals@^5.0.0:
36533633
version "5.0.0"
36543634
resolved "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
@@ -8149,12 +8129,12 @@ yaml@^2.0.0:
81498129
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
81508130
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
81518131

8152-
yargs-help-output@^4.0.0:
8153-
version "4.0.0"
8154-
resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-4.0.0.tgz#488fa160eb2e6dcf019c5c275f21db9f96920e3f"
8155-
integrity sha512-BncSpHGN9OK92dlq8lIDXrcO1waUt+211XuBcy8k74CZRNnfClyHTwRQvl9spm4K8kBU3Jkimv2oI894fDey+w==
8132+
yargs-help-output@^5.0.0:
8133+
version "5.0.1"
8134+
resolved "https://registry.yarnpkg.com/yargs-help-output/-/yargs-help-output-5.0.1.tgz#afd6adf80128faec362d153712c7ba7c16624a6b"
8135+
integrity sha512-P2crvA6lQZgmL7JjFSWHUVMjWA8jhoODAVt/lN92KD27xut5Hsd4Bg4NY9gJ9QNLobzbJmUpviBnFvLOV81ppA==
81568136
dependencies:
8157-
execa "^7.0.0"
8137+
execa "^8.0.0"
81588138
yargs "^17.0.0"
81598139

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

0 commit comments

Comments
 (0)