From 2484cad20c84558f7a5c6261c195088447233cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 13:42:53 +0000 Subject: [PATCH] chore(dev-deps): bump mocha from 11.7.5 to 11.7.6 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.5 to 11.7.6. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42b07f77f..f6b00927a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "deep-equal-in-any-order": "^1.1.19", "esbuild": "^0.28.0", "eslint-plugin-sf-plugin": "^1.20.33", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "mocha-junit-reporter": "^1.23.3", "mocha-snap": "^5.0.1", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 9f486d6df..528df6a2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4264,10 +4264,10 @@ mocha@^10.7.0: yargs-parser "^20.2.9" yargs-unparser "^2.0.0" -mocha@^11.7.5: - version "11.7.5" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.5.tgz#58f5bbfa5e0211ce7e5ee6128107cefc2515a627" - integrity sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig== +mocha@^11.7.6: + version "11.7.6" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.6.tgz#ebbe22989d04cbb9424a36307320476624c41a33" + integrity sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA== dependencies: browser-stdout "^1.3.1" chokidar "^4.0.1"