From 99dc57cda03fbe17ea6cba0de723e15406835aed Mon Sep 17 00:00:00 2001 From: Luca Greco Date: Tue, 26 Nov 2019 16:25:15 +0100 Subject: [PATCH] chore: Updated mocha to version 4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7258eab..e80698c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gruntify-eslint": "^4.0.0", "istanbul-lib-instrument": "^3.3.0", "jsdom": "^9.6.0", - "mocha": "^3.1.0", + "mocha": "^6.2.2", "nyc": "^14.1.1", "selenium-webdriver": "^4.0.0-alpha.1", "serve-static": "^1.13.1",