From aa6a69497307c050d75131d1fa80fafac722ec01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 14:58:55 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 5.2.0 to 7.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 7.2.0. - [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...v7.2.0) 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..9f92aaf 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": "^7.2.0", "mocha-junit-reporter": "^1.17.0", "nyc": "^14.0.0", "path": "^0.12.7",