From 3e17880fce56af86e1ce83e95e1192f1fae8b385 Mon Sep 17 00:00:00 2001 From: Adam Brunner Date: Fri, 8 Jul 2016 15:53:31 +0200 Subject: [PATCH] fix(deps): upgrade dependancies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e6ca59e..4128bc8 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ "devDependencies": { "chai": "3.5.0", "co-mocha": "1.1.2", - "mocha": "2.4.5", + "mocha": "2.5.3", "semantic-release": "4.3.5", - "sinon": "1.17.3" + "sinon": "1.17.4" }, "dependencies": { - "app-root-path": "1.0.0", - "koa-bodyparser": "2.0.1", + "app-root-path": "1.2.1", + "koa-bodyparser": "2.2.0", "koa-cors": "0.0.16", "koa-helmet": "1.0.0", "koa-jade": "2.1.0", @@ -40,7 +40,7 @@ "koa-router": "5.4.0", "koa-ssl": "2.0.0", "koa-static": "2.0.0", - "lodash": "4.6.0", + "lodash": "4.13.1", "logentries-logformat": "0.1.4" } }