diff --git a/server/package.json b/server/package.json index d66ea72..71d458b 100644 --- a/server/package.json +++ b/server/package.json @@ -6,23 +6,23 @@ "keywords": [], "dependencies": { "ejs": "2.3.4", - "grunt": "1.0.1", + "grunt": "1.0.3", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "1.0.0", - "grunt-contrib-coffee": "1.0.0", + "grunt-contrib-coffee": "2.0.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", - "grunt-contrib-jst": "1.0.0", + "grunt-contrib-jst": "2.0.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.0.1", "grunt-sails-linker": "~0.10.1", - "grunt-sync": "0.5.2", + "grunt-sync": "0.6.2", "include-all": "~0.1.6", "rc": "1.0.1", - "sails": "~0.12.4", - "sails-disk": "~0.10.9", + "sails": "~1.0.0", + "sails-disk": "~1.0.0", "sails-mongo": "^0.12.2" }, "scripts": {