From ebee59d9022da538410e69a5c025019ed46d13d2 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 26 Oct 2019 23:43:00 -0700 Subject: [PATCH] fix!: update to yargs-parser with fix for array default values (#1463) BREAKING CHANGE: yargs-parser@16.0.0 drops support for Node 6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9717d51a4..0ba9619fc 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": "^15.0.0" + "yargs-parser": "^16.0.0" }, "devDependencies": { "chai": "^4.2.0",