diff options
Diffstat (limited to 'node_modules/html-minifier/package.json')
-rw-r--r-- | node_modules/html-minifier/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/html-minifier/package.json b/node_modules/html-minifier/package.json index a5e49f188..159f90c03 100644 --- a/node_modules/html-minifier/package.json +++ b/node_modules/html-minifier/package.json @@ -1,7 +1,7 @@ { "name": "html-minifier", "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.", - "version": "3.5.1", + "version": "3.5.3", "keywords": [ "cli", "compress", @@ -56,7 +56,7 @@ "dependencies": { "camel-case": "3.0.x", "clean-css": "4.1.x", - "commander": "2.9.x", + "commander": "2.11.x", "he": "1.1.x", "ncname": "1.0.x", "param-case": "2.1.x", @@ -67,13 +67,13 @@ "grunt": "1.0.x", "grunt-browserify": "5.0.x", "grunt-contrib-uglify": "3.0.x", - "gruntify-eslint": "3.1.x", + "gruntify-eslint": "4.0.x", "phantomjs-prebuilt": "2.1.x", "qunitjs": "2.x" }, "benchmarkDependencies": { "brotli": "1.3.x", - "chalk": "1.1.x", + "chalk": "2.0.x", "cli-table": "0.3.x", "lzma": "2.3.x", "minimize": "2.1.x", |