From 4aa04e1ac9e3646568a56de9a68a40e041cf77f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 03:37:02 +0000 Subject: [PATCH] Bump mocha from 3.5.3 to 8.1.2 Bumps [mocha](https://github.com/mochajs/mocha) from 3.5.3 to 8.1.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v3.5.3...v8.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b680fb..2ba6ef4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "coveralls": "^2.13.1", "dirty-chai": "^2.0.1", "istanbul": "^1.0.0-alpha.2", - "mocha": "^3.5.0", + "mocha": "^8.1.2", "mocha-lcov-reporter": "^1.3.0", "nodemon": "^1.11.0", "sinon": "^1.17.7",