From 1b5e9d239245a5a81a353731c9bb857f89a62c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:55:06 -0400 Subject: [PATCH] chore(deps-dev): bump mocha from 8.4.0 to 9.0.2 (#776) Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 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.4.0...v9.0.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57dd44b..a261bbc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-mocha": "^9.0.0", "jsdoc": "^3.6.4", "jsdoc-baseline": "^0.1.5", - "mocha": "^8.4.0", + "mocha": "^9.0.2", "sinon": "^11.1.1" } }