diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c7a82a780..21c2e79e5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -579,16 +579,16 @@ } }, "grunt-contrib-jshint": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.0.tgz", "dependencies": { "hooker": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" }, "jshint": { - "version": "2.5.11", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.6.0.tgz", "dependencies": { "cli": { "version": "0.6.5", @@ -647,8 +647,20 @@ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz" }, "domutils": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.0.tgz" + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "dependencies": { + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "dependencies": { + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" + } + } + } + } }, "entities": { "version": "1.0.0", @@ -1017,8 +1029,8 @@ } }, "load-grunt-tasks": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-2.0.0.tgz", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.1.0.tgz", "dependencies": { "findup-sync": { "version": "0.2.1", diff --git a/package.json b/package.json index ad1149ae8..d69d0a2c0 100755 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ "grunt-contrib-compress": "^0.13.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-crx": "^0.3.4", "grunt-markdown": "^0.7.0", "grunt-shell": "^1.1.1", - "load-grunt-tasks": "^2.0.0", + "load-grunt-tasks": "^3.1.0", "npm-shrinkwrap": "^5.1.0" }, "repository": {