Skip to content

Commit d4705f4

Browse files
authored
chore: upgrade to version of yargs-parser that does not populate value for unset boolean (#1104)
BREAKING CHANGE: yargs-parser does not populate 'false' when boolean flag is not passed
1 parent 3f0746c commit d4705f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"string-width": "^2.0.0",
2424
"which-module": "^2.0.0",
2525
"y18n": "^3.2.1",
26-
"yargs-parser": "^9.0.2"
26+
"yargs-parser": "^10.0.0"
2727
},
2828
"devDependencies": {
2929
"chai": "^4.1.2",

0 commit comments

Comments
 (0)