aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-03-24 09:36:41 +0200
committerXhmikosR <[email protected]>2016-03-24 09:47:01 +0200
commitda6674a2b76782cc662e337762ad28a137091dbf (patch)
tree1a2172e20acdf5010238d799c4e1911af2bbee5f
parent29552226bbf5caa3d3db8960b856ff47115cfcf8 (diff)
downloadbootstrap-da6674a2b76782cc662e337762ad28a137091dbf.tar.xz
bootstrap-da6674a2b76782cc662e337762ad28a137091dbf.zip
Update grunt-html.
[skip sauce]
-rw-r--r--grunt/npm-shrinkwrap.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
index 158a4048f..28de60c14 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": "[email protected]",
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz"
+ "version": "1.5.2",
+ "from": "[email protected]",
+ "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
}
}
},
diff --git a/package.json b/package.json
index e09ce0352..61d850a9d 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",