From 94e06dfabbb43cc1659fb5308e181200d3f5aa79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:08:30 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 8.4.0 to 9.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 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.4.0...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 1ac8acf..a500eb6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-prettier": "^3.3.1", "husky": "^5.1.3", "lint-staged": "^10.5.2", - "mocha": "^8.1.3", + "mocha": "^9.0.1", "nyc": "^15.0.1", "prettier": "^2.2.1", "rimraf": "^3.0.2",