From 74aa46fcdb869e2d08a0de4fed157aac954ca294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:03:42 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.1 to 11.7.4 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.1...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 943622d..3b18cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", "glob": "^11.0.3", - "mocha": "^11.7.1", + "mocha": "^11.7.4", "prettier": "3.6.2", "ts-node": "^10.9.2", "typescript": "5.5.4", @@ -1922,10 +1922,11 @@ } }, "node_modules/mocha": { - "version": "11.7.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", - "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", + "version": "11.7.4", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz", + "integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==", "dev": true, + "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", @@ -1935,6 +1936,7 @@ "find-up": "^5.0.0", "glob": "^10.4.5", "he": "^1.2.0", + "is-path-inside": "^3.0.3", "js-yaml": "^4.1.0", "log-symbols": "^4.1.0", "minimatch": "^9.0.5", diff --git a/package.json b/package.json index 2d49422..5660eba 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", "glob": "^11.0.3", - "mocha": "^11.7.1", + "mocha": "^11.7.4", "prettier": "3.6.2", "ts-node": "^10.9.2", "typescript": "5.5.4",