Skip to content

Commit 2da0cca

Browse files
reedlodenmgol
authored andcommitted
Build: Update grunt-contrib-uglify because of a security issue in uglify
Update grunt-contrib-uglify dependency to v0.9.2 in order to avoid a security issue fixed in uglify-js v2.4.24. mishoo/UglifyJS#751 https://zyan.scripts.mit.edu/blog/backdooring-js/ (cherry-picked from 835e921) Closes gh-2556
1 parent 41a04e5 commit 2da0cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"grunt-cli": "0.1.13",
3333
"grunt-compare-size": "0.4.0",
3434
"grunt-contrib-jshint": "0.11.2",
35-
"grunt-contrib-uglify": "0.7.0",
35+
"grunt-contrib-uglify": "0.9.2",
3636
"grunt-contrib-watch": "0.6.1",
3737
"grunt-git-authors": "2.0.1",
3838
"grunt-jscs": "2.1.0",

0 commit comments

Comments
 (0)