From b3c53edafa2ed3f69bcc9765f03b137f8c74c79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 20:57:52 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 9.2.2 to 10.0.0 (#1972) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35fb017b0..911cae100 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "karma-chrome-launcher": "^3.0.0", "karma-mocha": "^2.0.0", "lint-staged": "^12.1.1", - "mocha": "^9.0.2", + "mocha": "^10.0.0", "module-from-string": "^3.1.3", "node-fetch": "^3.0.0", "nyc": "^15.0.0",