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
This commit is contained in:
binsky 2024-10-24 23:41:22 +02:00
parent d894689a72
commit af1cbd527e
No known key found for this signature in database
GPG key ID: B438F7FA2E3AC98F

View file

@ -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",