From 3a7211403ef96523a2651901d5882180ec207331 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 21 Feb 2019 22:42:59 +0000 Subject: [PATCH] chore(package): update mocha to version 6.0.1 Closes #4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c111539..adea80f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.4.0", - "mocha": "^5.2.0", + "mocha": "^6.0.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^13.1.0" },