From b8210d243343bb8438c2221524e42a28787fbf9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:55:52 +0000 Subject: [PATCH] fix(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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 013bf7d4..b005976f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gulp": "^5.0.1", "gulp-cli": "^3.1.0", "gulp-typescript": "^6.0.0-alpha.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "sinon": "^22.0.0", "typescript": "^5.9.3" } @@ -2277,9 +2277,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, "dependencies": { "browser-stdout": "^1.3.1", @@ -5353,9 +5353,9 @@ "dev": true }, "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, "requires": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index c77e3973..e29c5d21 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gulp": "^5.0.1", "gulp-cli": "^3.1.0", "gulp-typescript": "^6.0.0-alpha.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "sinon": "^22.0.0", "typescript": "^5.9.3" }