From a03a320dbf5c0ce33d829a857fc04a651c0bb53e Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 29 Feb 2020 17:45:47 -0800 Subject: [PATCH] feat(deps): yargs-parser with 'greedy-array' configuration (#1569) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 089e36608..89b688163 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": "^17.0.1" + "yargs-parser": "^17.1.0" }, "devDependencies": { "c8": "^7.0.0",