From ef2c8e38d885691390b62c8f825cd6145230e80c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 13:06:13 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 5.2.0 to 8.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 8.0.1. - [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/v5.2.0...v8.0.1) 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 31f65c2..1ce0050 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "coveralls": "^3.0.1", "cz-conventional-changelog": "^2.1.0", "husky": "^3.0.0", - "mocha": "^5.1.1", + "mocha": "^8.0.1", "mocha-junit-reporter": "^1.17.0", "nyc": "^14.0.0", "path": "^0.12.7",