From c10c38cca04298f96b55a7e374a9a134abefffa7 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 4 Nov 2019 20:18:09 -0800 Subject: [PATCH] feat(deps)!: yargs-parser now throws on invalid combinations of config (#1470) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a06d33a..e73bd443b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "string-width": "^3.0.0", "which-module": "^2.0.0", "y18n": "^4.0.0", - "yargs-parser": "^16.0.0" + "yargs-parser": "^16.1.0" }, "devDependencies": { "c8": "^6.0.1",