diff --git a/package.json b/package.json index f104739..874c02c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-htmlhint-inline", "description": "Grunt plugin for linting inline html", - "version": "0.1.3", + "version": "0.1.4", "homepage": "https://github.com/kazu69/grunt-htmlhint-inline", "main": "tasks/htmlhint-inline.js", "author": { @@ -27,12 +27,12 @@ "test": "grunt test" }, "dependencies": { - "htmlhint": "^0.9.6", - "tempfile": "^1.1.0" + "htmlhint": "^0.9.12", + "tempfile": "^1.1.1" }, "devDependencies": { "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.11.0" + "grunt-contrib-jshint": "^0.11.3" }, "peerDependencies": { "grunt": "~0.4.5"