From 332a875007488ce2f9cf43cdc278613dafd02c87 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2019 13:58:00 +0000 Subject: [PATCH] chore(package): update mocha to version 6.2.1 Closes #10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d4962c..36f9566 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^5.12.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.16.0", - "mocha": "^5.2.0", + "mocha": "^6.2.1", "nodemon": "^1.18.9", "npm-run-all": "^4.1.5", "nyc": "^13.1.0",