From 5fd847b4b12de46fc22bc6d505ea92fdf6bea432 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 1 Jun 2017 02:30:16 +0100 Subject: [PATCH] fix(package): update yargs to version 8.0.1 (#385) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14b6ec64..7b3da64a 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "source-map-support": "^0.4.11" }, "dependencies": { - "yargs": "^7.0.1" + "yargs": "^8.0.1" } }