From 3903f0ab15d952a061a05bb5326c5a0d0cf29c00 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 12:16:18 +0000 Subject: [PATCH] chore(package): update mocha to version 7.2.0 Closes #19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14aaed1..1eb4df8 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "eslint-config-guo": "^0.5.0", "eslint-plugin-promise": "^3.5.0", "istanbul": "^0.4.5", - "mocha": "^4.0.0" + "mocha": "^7.2.0" } }