diff --git a/package.json b/package.json index fa78172..5798ae4 100644 --- a/package.json +++ b/package.json @@ -33,30 +33,30 @@ }, "dependencies": { "microflo": "^0.3.11", - "chance": "^0.5.9", + "chance": "^1.0.4", "coffee-script": "^1.7.1", - "connect-busboy": "0.0.1", + "connect-busboy": "0.0.2", "express": "^4.5.0", - "fbp": "~1.1.0", - "pkginfo": "~0.3.0", - "yaml": "^0.2.3" + "fbp": "~1.5.0", + "pkginfo": "~0.4.0", + "yaml": "^0.3.0" }, "devDependencies": { - "chai": "~1.8.0", - "grunt": "~0.4.1", - "grunt-cli": "~0.1.7", - "grunt-mocha-test": "^0.12.1", + "chai": "~3.5.0", + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", + "grunt-mocha-test": "^0.13.2", "grunt-combine": "~0.8.3", - "grunt-contrib-clean": "^0.5.0", - "grunt-contrib-coffee": "~0.6.6", - "grunt-contrib-compress": "^0.7.0", - "grunt-contrib-connect": "~0.6.0", - "grunt-contrib-copy": "^0.5.0", - "grunt-contrib-uglify": "~0.2.0", - "grunt-exec": "~0.4.0", - "grunt-mocha-phantomjs": "^0.6.0", - "grunt-zip": "^0.13.0", - "mocha": "^1.20.0", - "needle": "^0.7.2" + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-coffee": "~1.0.0", + "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-connect": "~1.0.2", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-uglify": "~2.0.0", + "grunt-exec": "~1.0.1", + "grunt-mocha-phantomjs": "^4.0.0", + "grunt-zip": "^0.17.1", + "mocha": "^3.2.0", + "needle": "^1.4.3" } }