From 311f5e8cd720531a1417af859c14686a6275aa20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 05:37:51 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 8.1.1 to 9.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.1 to 9.0.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...v9.0.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..2cec7ef 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.1", "nyc": "15.1.0", "rimraf": "3.0.2", "tslint": "6.1.3",