summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Decker <kpdecker@gmail.com>2015-11-18 01:13:47 -0600
committerKevin Decker <kpdecker@gmail.com>2015-11-18 01:13:47 -0600
commit0f00f31f6b905981c778ea69b4f931aa5673b7af (patch)
tree0a201843f2d106c67f26e50b21f252b87bc55ae3
parent9f59de9657ac8aa3b2773e056956e63fe197fe29 (diff)
parent1dc417f1a5b4ec5a81bc3113e63476b18d0efc17 (diff)
downloadhandlebars.js-0f00f31f6b905981c778ea69b4f931aa5673b7af.zip
handlebars.js-0f00f31f6b905981c778ea69b4f931aa5673b7af.tar.gz
handlebars.js-0f00f31f6b905981c778ea69b4f931aa5673b7af.tar.bz2
Merge pull request #1132 from plynchnlm/master
Update uglify-js to avoid vulnerability
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6053803..1da9b09 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"source-map": "^0.4.4"
},
"optionalDependencies": {
- "uglify-js": "~2.4"
+ "uglify-js": "~2.6"
},
"devDependencies": {
"aws-sdk": "^2.1.49",