From 8d20385b7e64a8b882fc4e07f9dcdaef7137b3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:29:29 +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.1 to 11.7.2 - [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.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-tools ... 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 961a2f5..71a7335 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.1", + "mocha": "^11.7.2", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0", @@ -5975,9 +5975,9 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", + "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 710d66d..a7706ff 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.1", + "mocha": "^11.7.2", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0",