diff --git a/package.json b/package.json index 79ea557..e21193d 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ ], "dependencies" : {}, "devDependencies": { - "jasmine-node": "1.14.x", - "grunt": "0.4.x", - "grunt-cli": "0.1.x", - "grunt-saucelabs": "8.3.x", - "grunt-contrib-connect": "~0.1.2", - "grunt-contrib-watch": "~0.2.0" + "jasmine-node": "1.14.5", + "grunt": "0.4.5", + "grunt-cli": "0.1.13", + "grunt-saucelabs": "8.3.2", + "grunt-contrib-connect": "0.8.0", + "grunt-contrib-watch": "0.6.1" }, "scripts": { "test": "jasmine-node --verbose spec",