]> source.dussan.org Git - jquery.git/commitdiff
Build: Update grunt-contrib-uglify because of a security issue in uglify
authorReed Loden <reed@reedloden.com>
Mon, 24 Aug 2015 19:24:56 +0000 (12:24 -0700)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 7 Sep 2015 20:19:47 +0000 (22:19 +0200)
Update grunt-contrib-uglify dependency to v0.9.2 in order to
avoid a security issue fixed in uglify-js v2.4.24.

https://github.com/mishoo/UglifyJS2/issues/751
https://zyan.scripts.mit.edu/blog/backdooring-js/

Closes gh-2556

package.json

index f1d517209b2481ad416100dd83930db6d4262b40..b78f11a13a70e3e20c2bad4b92839d204ef7dc45 100644 (file)
@@ -32,7 +32,7 @@
     "grunt-cli": "0.1.13",
     "grunt-compare-size": "0.4.0",
     "grunt-contrib-jshint": "0.11.2",
-    "grunt-contrib-uglify": "0.9.1",
+    "grunt-contrib-uglify": "0.9.2",
     "grunt-contrib-watch": "0.6.1",
     "grunt-git-authors": "2.0.1",
     "grunt-jscs": "2.1.0",