From bbaeadf58238ed4e7bd97e8f2baf3da2c77bbd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 15:05:18 +0300 Subject: [PATCH] Bump mocha from 9.2.2 to 10.0.0 (#5153) 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] 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 1d5032df9..62f63deb7 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,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",