From a3289c71a69258d509ec89ee423fe5b56ff772d2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 10:23:04 +0000 Subject: [PATCH] chore(package): update mocha to version 7.1.1 Closes #41 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37a9613..6934fc9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "json-stable-stringify": "^1.0.1", - "mocha": "^6.2.2", + "mocha": "^7.1.1", "nyc": "^14.1.1", "stream-to-string": "^1.2.0", "thought": "^2.0.0",