From e4a77ba0a8f86bc42b5704608d55f3992f0b47ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 12:04:12 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 7.2.0 to 8.3.2 Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.3.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/v7.2.0...v8.3.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 794cbf3..3b409a8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "chai": "^4.1.2", "cz-conventional-changelog": "3.2.0", - "mocha": "^7.0.0", + "mocha": "^8.3.2", "nock": "^12.0.0", "nyc": "^15.0.0", "rewire": "^5.0.0",