From de7828b793e7a080d23ee4d48218cffe01613ac8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 3 Oct 2017 04:54:51 +0000 Subject: [PATCH] chore(package): update mocha to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2323afd..b349282 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "devDependencies": { "chai": "^3.5.0", - "mocha": "^3.2.0" + "mocha": "^4.0.0" } }