From 80f9ac1c2b11738cd255a460a053dee3abfaed98 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 12 Sep 2017 01:19:23 +0000 Subject: [PATCH] chore(package): update mocha to version 3.5.3 Closes #96 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c5f7f4..9f0edbd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "istanbul": "0.4.5", "jscs": "3.0.7", "jsinspect": "0.12.5", - "mocha": "3.5.0" + "mocha": "3.5.3" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",