From 03c896f19846209219b407bd99975e04485bc80c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 11:50:18 +0000 Subject: [PATCH] chore(package): update mocha to version 7.2.0 Closes #213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e36792c..19543468 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-mocha": "^6.0.0", "eslint-watch": "^6.0.0", "husky": "^3.0.0", - "mocha": "^6.1.4", + "mocha": "^7.2.0", "mocha-junit-reporter": "^1.23.1", "nock": "^11.0.0", "nodemon": "^2.0.1",