From 343393ee4924b5e2d6bf3e828c08c21acc16e2e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Jul 2021 08:52:28 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 6.2.1 to 9.0.2 Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.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/v6.2.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 507ae5a..c1ea4da 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "6.5.1", "eslint-config-airbnb-base": "13.2.0", "eslint-plugin-import": "2.18.2", - "mocha": "6.2.1", + "mocha": "9.0.2", "mocha-lcov-reporter": "1.3.0", "proxyquire": "2.1.3", "rimraf": "3.0.0",