aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2015-08-24 12:24:56 -0700
committerMichał Gołębiowski <m.goleb@gmail.com>2015-09-07 22:19:47 +0200
commit835e9218beef8f0c559da314fac01cb85dacb740 (patch)
tree750866a4151d1e36091997c5a19c798e8ddbda05 /package.json
parentb7a7dea95f84d6d8e5a8186d4fb09a762baf79bb (diff)
downloadjquery-835e9218beef8f0c559da314fac01cb85dacb740.tar.gz
jquery-835e9218beef8f0c559da314fac01cb85dacb740.zip
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. https://github.com/mishoo/UglifyJS2/issues/751 https://zyan.scripts.mit.edu/blog/backdooring-js/ Closes gh-2556
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f1d517209..b78f11a13 100644
--- a/package.json
+++ b/package.json
@@ -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",