From d2af6c89974cda47e2e7afb163b0589fa76e4fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:08:03 +0000 Subject: [PATCH] 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef32f6b1b..5f426eb6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "globals": "17.6.0", "husky": "9.1.7", "lint-staged": "16.4.0", - "mocha": "11.7.5", + "mocha": "11.7.6", "mock-fs": "5.3.0", "npm-run-all": "4.1.5", "prettier-eslint": "16.4.2", @@ -5172,9 +5172,9 @@ } }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fa482b28f..4b1d264e4 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "globals": "17.6.0", "husky": "9.1.7", "lint-staged": "16.4.0", - "mocha": "11.7.5", + "mocha": "11.7.6", "mock-fs": "5.3.0", "npm-run-all": "4.1.5", "prettier-eslint": "16.4.2",