From 1b2c8cfdc2985162ee17cc500975ac684a344d90 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 12:11:53 +0000 Subject: [PATCH] chore(package): update mocha to version 7.2.0 Closes #41 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c12f3cb..57e1f63 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "express": "^4.16.3", "husky": "^0.14.3", "lint-staged": "^7.0.4", - "mocha": "^5.1.1", + "mocha": "^7.2.0", "strip-ansi": "^4.0.0", "supertest": "^3.0.0" },