From 3e9095ac6ceb65d7114a5b3fd2923c390b1826f5 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 1 Nov 2019 17:07:28 -0700 Subject: [PATCH] feat(deps)!: yargs-parser now throws on invalid combinations of config --- 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",