From 9640c5a8672abe4fd3dc289b222dc65d32c819a2 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 24 Nov 2016 19:20:05 -0500 Subject: [PATCH] chore(package): update mocha to version 3.2.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65f3463..87f6ad3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "istanbul": "0.4.5", "jscs": "3.0.7", "jsinspect": "0.8.0", - "mocha": "3.1.2" + "mocha": "3.2.0" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",