From 45c1ccab9e4fbd8eaa072f80be5989ec974e3b07 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 18 May 2017 17:39:26 +0200 Subject: [PATCH] Upgrade mocha dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20c450ef..764bf54a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "istanbul": "~0.4.3", "jshint": "~2.6.0", - "mocha": "~1.21.4", + "mocha": "~3.4.1", "nock": "~2.11.0", "redis": "~0.12.1", "semver": "~1.1.4",