From 0ab96ac524f3f09848940cb4155749b8da9e4120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 22:53:01 +0000 Subject: [PATCH] chore(deps-dev): 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 25874c1..8524364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "http-server": "^14.1.1", "jszip": "^3.10.1", "marked": "^18.0.3", - "mocha": "^11.0.1", + "mocha": "^11.7.6", "mocha-multi": "^1.1.7", "simple-git": "^3.27.0", "sinon": "^22.0.0", @@ -3899,9 +3899,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 fb73fcf..d9c347c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "http-server": "^14.1.1", "jszip": "^3.10.1", "marked": "^18.0.3", - "mocha": "^11.0.1", + "mocha": "^11.7.6", "mocha-multi": "^1.1.7", "simple-git": "^3.27.0", "sinon": "^22.0.0",