From d419039de1efed17c5585b6b315d1ff24df8ad81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:02:48 +0000 Subject: [PATCH] chore(deps-dev): bump mocha in the test-tooling group Bumps the test-tooling group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `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 dependency-group: test-tooling ... 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 8187362..f78a2b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^10.0.3", "glob": "^13.0.6", "markdownlint-cli": "^0.48.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "node-html-parser": "^6.1.0", "nyc": "^18.0.0", "rimraf": "^6.1.3", @@ -6567,9 +6567,9 @@ "optional": true }, "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 5ca9dc4..e92052f 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "eslint": "^10.0.3", "glob": "^13.0.6", "markdownlint-cli": "^0.48.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "nyc": "^18.0.0", "rimraf": "^6.1.3", "typescript": "^5.9.3",