From 25aa18863c37ee8015b6a90fc81628d276ad4cdd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 12 Feb 2019 06:30:33 +0000 Subject: [PATCH] fix(package): update yargs to version 13.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22dfc9cb..ebfab431 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "teen_process": "^1.9.0", "temp": "^0.9.0", "ws": "^6.0.0", - "yargs": "^12.0.1" + "yargs": "^13.1.0" }, "scripts": { "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",