From f3a90c2ad0319cbdd5fdca4671832652fbda8b80 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 28 Aug 2015 13:05:58 -0700 Subject: [PATCH] Pin to yargs@3.19.0 os-locale is not handling spawn errors Closes #8559 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcf8118ee..96b5a801f 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.9" + "yargs": "3.19.0" }, "packageDependencies": { "atom-dark-syntax": "0.27.0",