From b3337c81ffe236b302cdbcd9e1a7f7424262f3d8 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 4 Aug 2016 03:55:30 -0400 Subject: [PATCH] chore(package): update mocha to version 3.0.1 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde6388..c82ef49 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "chai": "^3.5.0", "istanbul": "^0.4.2", "lodash": "^4.7.0", - "mocha": "^2.4.5" + "mocha": "^3.0.1" } }