From 213d6762d320d701d527319cf621f940a0a83aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:05:05 +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.6.0 to 11.7.0 - [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.6.0...v11.7.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.0 dependency-type: direct:development update-type: version-update:semver-minor 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 54c53e9..4f17b17 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.6.0", + "mocha": "^11.7.1", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0", @@ -5974,9 +5974,9 @@ } }, "node_modules/mocha": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz", - "integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", + "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d1dd262..f0639b8 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.6.0", + "mocha": "^11.7.1", "nyc": "^17.1.0", "sinon": "^21.0.0", "sinon-chai": "^3.7.0",