diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d64615d0..72ceb32b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -865,22 +865,22 @@ "version": "0.4.1" }, "grunt-contrib-jshint": { - "version": "0.7.2", + "version": "0.10.0", "dependencies": { "jshint": { - "version": "2.3.0", + "version": "2.5.2", "dependencies": { "shelljs": { - "version": "0.1.4" + "version": "0.3.0" }, "underscore": { - "version": "1.4.4" + "version": "1.6.0" }, "cli": { - "version": "0.4.5", + "version": "0.6.3", "dependencies": { "glob": { - "version": "3.2.9", + "version": "3.2.11", "dependencies": { "inherits": { "version": "2.0.1" @@ -890,7 +890,7 @@ } }, "minimatch": { - "version": "0.2.14", + "version": "0.3.0", "dependencies": { "lru-cache": { "version": "2.5.0" @@ -900,10 +900,58 @@ } } }, + "htmlparser2": { + "version": "3.7.2", + "dependencies": { + "domhandler": { + "version": "2.2.0" + }, + "domutils": { + "version": "1.5.0" + }, + "domelementtype": { + "version": "1.1.1" + }, + "readable-stream": { + "version": "1.1.13-1", + "dependencies": { + "core-util-is": { + "version": "1.0.1" + }, + "isarray": { + "version": "0.0.1" + }, + "string_decoder": { + "version": "0.10.25-1" + }, + "inherits": { + "version": "2.0.1" + } + } + }, + "entities": { + "version": "1.0.0" + } + } + }, "console-browserify": { - "version": "0.1.6" + "version": "1.1.0", + "dependencies": { + "date-now": { + "version": "0.1.4" + } + } + }, + "exit": { + "version": "0.1.2" + }, + "strip-json-comments": { + "version": "0.1.3" } } + }, + "hooker": { + "version": "0.2.3" } } }, diff --git a/package.json b/package.json index 3ddb8b6e..e044fed7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt-contrib-connect": "~0.5.0", "grunt-contrib-compress": "~0.5.2", "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-jshint": "~0.7.2", + "grunt-contrib-jshint": "~0.10.0", "grunt-ddescribe-iit": "~0.0.1", "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", "grunt-jscs-checker": "~0.4.0",