From 4a0d1740b6b0abf9cd5fc8e22afbe4ccab2684ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 20:58:28 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 3.5.3 to 8.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 3.5.3 to 8.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/v3.5.3...v8.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 ab5b6ac..f3a078c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", "jscodeshift": "^0.6.4", - "mocha": "^3.0.2", + "mocha": "^8.2.0", "rollup": "^0.36.0", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-json": "^4.0.0",