From b9409da199ebca515a848489c206b807fab2e65d Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 12 Feb 2020 04:41:06 -0800 Subject: [PATCH] feat(deps)!: pull in yargs-parser@17.0.0 (#1553) BREAKING CHANGE: yargs-parser@17.0.0 no longer implicitly creates arrays out of boolean arguments when duplicates are provided --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09a13e3b9..ea5fc6219 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "string-width": "^4.2.0", "which-module": "^2.0.0", "y18n": "^4.0.0", - "yargs-parser": "^16.1.0" + "yargs-parser": "^17.0.0" }, "devDependencies": { "c8": "^7.0.0",