From 6763081a80d454bdbc080a55a1e8f8c8ad1857ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:06:08 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 11.8.0 to 12.0.1 Bumps [mocha](https://github.com/mochajs/mocha) from 11.8.0 to 12.0.1. - [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/v11.8.0...v12.0.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 12.0.1 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 9eb9183adc..9568d3103e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "bindings": "^1.5.0", "cross-env": "^10.1.0", "eslint": "^9.39.1", - "mocha": "^11.7.5", + "mocha": "^12.0.1", "nan": "^2.23.1", "neostandard": "^0.13.0", "require-inject": "^1.4.4"