From bf1ebf837ba75e661b0a957a6ebf277a07c70945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 20:12:24 +0000 Subject: [PATCH] Bump mocha from 9.2.2 to 10.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. - [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/v9.2.2...v10.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45bcc94017..89edf38882 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "jake": "^10.8.5", "JSONStream": "^1.3.5", "lint-staged": "^12.3.7", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "mock-fs": "^5.1.2", "mysql": "^2.18.1", "mysql2": "^2.3.3",