From af1cbd527e0a379e6574dbcf87e54624774cf2b2 Mon Sep 17 00:00:00 2001 From: binsky Date: Thu, 24 Oct 2024 23:41:22 +0200 Subject: [PATCH] required version pinning of uglify-js to 3.17.4 as dependency of grunt-contrib-uglify to avoid / work around a critical build error (JS_Parse_Error [SyntaxError]: Calling delete on expression not allowed in strict mode) on the shipped js/vendor/forge.0.6.9.min.js file fixes #823 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index db469e27..4726d188 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "grunt-contrib-jshint": "^3.0.0", "grunt-contrib-nodeunit": "^5.0.0", "grunt-contrib-sass": "^2.0.0", + "uglify-js": "3.17.4", "grunt-contrib-uglify": "^5.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-html2js": "^0.8.0",