diff --git a/package.json b/package.json index 6efeebb..3073226 100644 --- a/package.json +++ b/package.json @@ -25,21 +25,21 @@ "homepage": "https://github.com/pwmckenna/node-travis-ci", "bugs": "https://github.com/pwmckenna/node-travis-ci/issues", "dependencies": { - "github": "~0.1.10", - "lodash": "~1.3.1", - "request": "~2.22.0", - "underscore.string": "~2.2.0rc" - }, - "devDependencies": { - "grunt": "~0.4.1", - "grunt-cli": "~0.1.9", - "grunt-contrib-jshint": "~0.10.0", - "grunt-env": "~0.4.0", - "grunt-mocha-test": "~0.5.0", - "grunt-release": "~0.7.0", - "matchdep": "~0.1.2", - "mocha": "~1.12.0", - "q": "~1.0.0", - "should": "~1.2.2" - } + "github": "0.2.4", + "lodash": "4.12.0", + "request": "2.72.0", + "underscore.string": "2.2.0rc" + }, + "devDependencies": { + "grunt": "1.0.1", + "grunt-cli": "1.2.0", + "grunt-contrib-jshint": "1.0.0", + "grunt-env": "0.4.0", + "grunt-mocha-test": "0.12.7", + "grunt-release": "0.13.1", + "matchdep": "1.0.1", + "mocha": "2.4.5", + "q": "1.4.1", + "should": "8.3.2" + } }