From 02a5ae5cc96f58cdad6edb72830511744a3d7d2f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2019 14:23:37 +0000 Subject: [PATCH] chore(package): update mocha to version 6.2.1 Closes #41 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c12f3cb..c292730 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": "^6.2.1", "strip-ansi": "^4.0.0", "supertest": "^3.0.0" },