diff --git a/package.json b/package.json index 55f8078f..88a7b74d 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ "jade": "~1.3.0", "marked": "~0.3.0", "optimist": "~0.6.0", - "protagonist": "~0.10.0", + "protagonist": "~0.11.0", "highlight.js": "~8.0.0", "moment": "~2.6.0", - "stylus": "~0.43.1", - "cli-color": "~0.2.3" + "stylus": "~0.44.0", + "cli-color": "~0.3.2" }, "devDependencies": { "grunt-contrib-coffee": "~0.10.0", @@ -51,6 +51,6 @@ "grunt-mocha-cov": "~0.2.0", "grunt-coffeelint": "0.0.10", "sinon": "~1.9.0", - "async": "~0.7.0" + "async": "~0.8.0" } }