From 906b26db0d7bf61d8f7e2190d3ef5769f7049353 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 26 Oct 2017 02:51:35 +0100 Subject: [PATCH] fix(package): update yargs to version 10.0.3 (#447) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e765f3b..638ff93e 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "source-map-support": "^0.5.0" }, "dependencies": { - "yargs": "^9.0.1" + "yargs": "^10.0.3" } }