From 669fad29159aae0f4d1ee8b75bd2f272be430670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:08:51 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.4 to 11.7.5 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 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 48eb16a..3e8067f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "execa": "^9.6.0", "husky": "^9.1.7", "lint-staged": "^16.2.6", - "mocha": "^11.7.4", + "mocha": "^11.7.5", "prettier": "^3.7.3", "rimraf": "^6.1.0", "typescript": "^5.9.3" @@ -4718,9 +4718,9 @@ } }, "node_modules/mocha": { - "version": "11.7.4", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz", - "integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==", + "version": "11.7.5", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", + "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index a483f7f..646206c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "execa": "^9.6.0", "husky": "^9.1.7", "lint-staged": "^16.2.6", - "mocha": "^11.7.4", + "mocha": "^11.7.5", "prettier": "^3.7.3", "rimraf": "^6.1.0", "typescript": "^5.9.3"