From 89090f1e880845ec637efa14e1b276a1cd80a1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 08:45:19 +0000 Subject: [PATCH] Bump mocha from 9.2.2 to 11.7.4 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 11.7.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.2.2...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 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 e697782..6521f25 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "^7.0.0", "jsbi": "^4.1.0", "lint-staged": "^12.2.2", - "mocha": "^9.1.4", + "mocha": "^11.7.4", "mocha-junit-reporter": "^2.0.2", "prettier": "^2.5.1", "serverless-domain-manager": "^6.0.3",