From 01983dc45910e03f409b57870e717664bb1cf7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 10:25:10 +0000 Subject: [PATCH] Bump mocha from 7.2.0 to 8.3.0 Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.3.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/v7.2.0...v8.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2718a7..31d1ba7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "chai": "^4.1.2", - "mocha": "^7.0.1", + "mocha": "^8.3.0", "nyc": "^15.0.0" } }