From 331a0f2610fc73efbc9409718f421ff3640dc0c7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 23 Feb 2019 23:03:29 +0000 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update mocha to version 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ba8c79..b31c640 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "devDependencies": { "chai": "4.1.2", "coveralls": "3.0.3", - "mocha": "6.0.0", + "mocha": "6.0.1", "nyc": "13.3.0", "xo": "0.24.0" },