From c9e045d3b4079fee1534c7c755c9a1a2d2a3d79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:11:47 +0000 Subject: [PATCH] chore(deps-dev): bump mocha in the test-tools group Bumps the test-tools group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 11.7.2 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.2...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-tools ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bf60be..38351d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "chai": "^4.5.0", "eslint": "^8.57.1", "js-yaml": "^4.1.0", - "mocha": "^11.7.2", + "mocha": "^11.7.4", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0", @@ -5975,9 +5975,9 @@ } }, "node_modules/mocha": { - "version": "11.7.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", - "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", + "version": "11.7.4", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz", + "integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==", "dev": true, "license": "MIT", "dependencies": { @@ -5989,6 +5989,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 7d8ea12..977b152 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "chai": "^4.5.0", "eslint": "^8.57.1", "js-yaml": "^4.1.0", - "mocha": "^11.7.2", + "mocha": "^11.7.4", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0",