From 7f6f56ef115ce666577fd9cc10d95bdc4daa111d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 19 May 2018 00:05:55 +0000 Subject: [PATCH] chore(package): update mocha to version 5.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da5ca74..8473f63 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "should": ">= 0.0.1", - "mocha": "~5.1.0", + "mocha": "~5.2.0", "chai": "~4.1.2" }, "preferGlobal": "true",