From e69c25b844b90eb7ec740d8ec389e98e99a26fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:14:48 +0000 Subject: [PATCH] build(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 | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7177cf93..95455110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "extract-zip": "^2.0.1", "glob": "^11.0.3", "minimatch": "^10.0.1", - "mocha": "^11.7.1", + "mocha": "^11.7.4", "sinon": "^21.0.0", "split2": "^4.2.0", "stacktrace-parser": "^0.1.11", @@ -4973,6 +4973,16 @@ "node": ">=0.12.0" } }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", @@ -5766,10 +5776,11 @@ "optional": true }, "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", @@ -5779,6 +5790,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 99ebd951..6f9a0e4e 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "extract-zip": "^2.0.1", "glob": "^11.0.3", "minimatch": "^10.0.1", - "mocha": "^11.7.1", + "mocha": "^11.7.4", "sinon": "^21.0.0", "split2": "^4.2.0", "stacktrace-parser": "^0.1.11",