From 3a20c0439b9f72c82ac0d643d73ffeb1c95477ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 05:28:57 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 8.1.1 to 8.2.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.1 to 8.2.1. - [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...v8.2.1) 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 532545f..c4e7c69 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": "8.2.1", "nyc": "15.1.0", "rimraf": "3.0.2", "tslint": "6.1.3",