From 0c730f9fdb233e59fad104ace4f68ad4218ef580 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 14 May 2018 14:13:54 -0400 Subject: [PATCH] Upgrade uglify-js to 3.3.25 (closes #4886, closes #4873) There was an unknown issue before causing uglify to fail, but seems resolved with current version, tested on Node 6, 8, and 10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f5284856..889ab6a85 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "sinon-chai": "^3.0.0", "smash": "0.0", "svg-sprite": "1.4.0", - "uglify-js": "~3.2.0", + "uglify-js": "~3.3.25", "xml2js": "^0.4.17", "xmlbuilder": "^10.0.0" },