diff --git a/package.json b/package.json index 8c9214d..6ef544f 100644 --- a/package.json +++ b/package.json @@ -37,22 +37,22 @@ "test": "grunt coverage" }, "dependencies": { - "request": "~2.34.0", - "underscore": "~1.6.0", - "sphere-node-utils": "~0.4.1" + "request": "2.40.0", + "underscore": "1.6.0", + "sphere-node-utils": "0.4.13" }, "devDependencies": { - "coveralls": "~2.10.0", - "grunt": "~0.4.4", - "grunt-bump": "~0.0.13", - "grunt-coffeelint": "~0.0.8", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-coffee": "~0.10.1", - "grunt-contrib-concat": "~0.4.0", - "grunt-contrib-watch": "~0.6.1", - "grunt-shell": "~0.6.4", - "istanbul": "~0.2.4", - "jasmine-node": "~1.13.1", + "coveralls": "2.10.0", + "grunt": "0.4.4", + "grunt-bump": "0.0.13", + "grunt-coffeelint": "0.0.8", + "grunt-contrib-clean": "0.5.0", + "grunt-contrib-coffee": "0.10.1", + "grunt-contrib-concat": "0.4.0", + "grunt-contrib-watch": "0.6.1", + "grunt-shell": "0.6.4", + "istanbul": "0.2.7", + "jasmine-node": "1.13.1", "sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master" } }