From 9d8103bb758d7c32b9994084708213f9e7e4ea16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:04:39 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 11.8.0 to 12.0.0 in /clients/js-legacy Bumps [mocha](https://github.com/mochajs/mocha) from 11.8.0 to 12.0.0. - [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.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/js-legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js-legacy/package.json b/clients/js-legacy/package.json index e369152..03ed34b 100644 --- a/clients/js-legacy/package.json +++ b/clients/js-legacy/package.json @@ -59,7 +59,7 @@ "@types/node": "^26.0.0", "chai": "^6.2.2", "gh-pages": "^6.2.0", - "mocha": "^11.0.1", + "mocha": "^12.0.0", "oxfmt": "^0.65.0", "oxlint": "^1.75.0", "shx": "^0.4.0",