From 19e33cba496b85e866b24e45d45377eebf492385 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Mon, 31 Jul 2017 23:44:21 +0300 Subject: [PATCH] Update `longjohn` to latest version to maybe fix SIGSEGV CI errors. --- scripts/dev-bundle-tool-package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 6b0ab17ba4..859a5fa26d 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -56,7 +56,7 @@ var packageJson = { optimism: "0.3.3", 'lru-cache': '4.0.1', 'cordova-lib': "6.4.0", - longjohn: '0.2.11' + longjohn: '0.2.12' } };