From: XhmikosR Date: Thu, 24 Mar 2016 07:36:41 +0000 (+0200) Subject: Update grunt-html. X-Git-Tag: v4.0.0-alpha.3~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da6674a2b76782cc662e337762ad28a137091dbf;p=thirdparty%2Fbootstrap.git Update grunt-html. [skip sauce] --- diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json index 158a4048f0..28de60c145 100644 --- a/grunt/npm-shrinkwrap.json +++ b/grunt/npm-shrinkwrap.json @@ -1330,14 +1330,14 @@ "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.6.tgz" }, "grunt-html": { - "version": "6.0.0", - "from": "grunt-html@>=6.0.0 <7.0.0", - "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-6.0.0.tgz", + "version": "7.0.0", + "from": "grunt-html@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-7.0.0.tgz", "dependencies": { "async": { - "version": "1.5.1", - "from": "async@1.5.1", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz" + "version": "1.5.2", + "from": "async@1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz" } } }, diff --git a/package.json b/package.json index e09ce03524..61d850a9d5 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^17.1.0", "grunt-exec": "^0.4.6", - "grunt-html": "^6.0.0", + "grunt-html": "^7.0.0", "grunt-jekyll": "^0.4.2", "grunt-jscs": "^2.8.0", "grunt-line-remover": "0.0.2",