From: alexlamsl Date: Sun, 10 Sep 2017 13:56:07 +0000 (+0800) Subject: update dependencies X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?p=html-minifier.git;a=commitdiff_plain;h=668d238719680a641417f71a513bbc4f759066bc update dependencies chalk 2.1.0 grunt-browserify 5.2.0 uglify-js 3.1.0 --- diff --git a/package.json b/package.json index 159f90c..170142b 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,11 @@ "ncname": "1.0.x", "param-case": "2.1.x", "relateurl": "0.2.x", - "uglify-js": "3.0.x" + "uglify-js": "3.1.x" }, "devDependencies": { "grunt": "1.0.x", - "grunt-browserify": "5.0.x", + "grunt-browserify": "5.2.x", "grunt-contrib-uglify": "3.0.x", "gruntify-eslint": "4.0.x", "phantomjs-prebuilt": "2.1.x", @@ -73,7 +73,7 @@ }, "benchmarkDependencies": { "brotli": "1.3.x", - "chalk": "2.0.x", + "chalk": "2.1.x", "cli-table": "0.3.x", "lzma": "2.3.x", "minimize": "2.1.x",