From 5a18238e5f23b3694e2a938b54c1c8293733f862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:22:47 +0000 Subject: [PATCH] Bump mocha in the development-dependencies group across 1 directory Bumps the development-dependencies group with 1 update in the / directory: [mocha](https://github.com/mochajs/mocha). Updates `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 dependency-group: development-dependencies ... 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 39c19b6c8f5..a0cd2ff19bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "fast-json-stable-stringify": "^2.1.0", "fdir": "^6.5.0", "hast-util-to-string": "^3.0.1", - "mocha": "^11.7.4", + "mocha": "^11.7.5", "prettier": "^3.6.2", "quicktype": "^23.2.6", "rehype-parse": "^9.0.1", @@ -4424,9 +4424,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ec660dd619f..d264e2f5e04 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fast-json-stable-stringify": "^2.1.0", "fdir": "^6.5.0", "hast-util-to-string": "^3.0.1", - "mocha": "^11.7.4", + "mocha": "^11.7.5", "prettier": "^3.6.2", "quicktype": "^23.2.6", "rehype-parse": "^9.0.1",