From 507bb92391b3aa0bdc7cb5fadb1ab9a1273c98fe Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 31 Aug 2015 00:20:19 -0700 Subject: [PATCH] :arrow_up: upgrade to yargs@3.23.0 no more spawn-sync --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a94c1ba0..1061f10aa 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "theorist": "^1.0.2", "typescript-simple": "1.0.0", "underscore-plus": "^1.6.6", - "yargs": "3.19.0" + "yargs": "^3.23.0" }, "packageDependencies": { "atom-dark-syntax": "0.27.0",