From 216b0fecc6c8073e40a2acefa25afcc45dad364f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:29:45 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 8.1.1 to 9.0.2 Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.1 to 9.0.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/v8.1.1...v9.0.2) 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 a1fda47..288d843 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "14.0.27", "benchmark": "2.1.4", "chai": "4.2.0", - "mocha": "8.1.1", + "mocha": "9.0.2", "nyc": "15.1.0", "rimraf": "3.0.2", "tslint": "6.1.3",