From 4294c6c372c64ec7a5193a30b88446f3d5fb4683 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 20 Jan 2017 13:55:14 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9c889fc..11547c0 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "co-body": "^4.2.0", "config": "^1.20.4", "koa": "^1.2.0", - "koa-router": "^5.4.0", + "koa-router": "^7.1.0", "koa-static": "^2.0.0", "mongodb": "^2.1.20", "nodemailer": "^2.4.2", "nodemailer-openpgp": "^1.0.2", - "npmlog": "^2.0.4", + "npmlog": "^4.0.2", "openpgp": "^2.3.0" }, "devDependencies": { @@ -32,10 +32,10 @@ "co-mocha": "^1.1.2", "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", - "grunt-jscs": "^2.8.0", - "grunt-mocha-test": "^0.12.7", - "mocha": "^2.5.3", + "grunt-jscs": "^3.0.1", + "grunt-mocha-test": "^0.13.2", + "mocha": "^3.2.0", "sinon": "^1.17.4", - "supertest": "^1.2.0" + "supertest": "^2.0.1" } }