From 32749181276bbab8a822f5017e114b8c3bbf2723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:01:51 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 11.7.1 to 11.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.3. - [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.3) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6506f6..1249759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^24.3.0", "chai": "^4.5.0", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "nyc": "^17.1.0", "ts-node": "^10.9.2", "tsc-watch": "^7.1.1" @@ -2636,9 +2636,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.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.3.tgz", + "integrity": "sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw==", "dev": true, "dependencies": { "browser-stdout": "^1.3.1", @@ -6390,9 +6390,9 @@ "dev": true }, "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.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.3.tgz", + "integrity": "sha512-iorDKDzBKgVk/npVkW2S+b57ekA9+xKWijVvNpgPMl1odxeB4HavgiydLN54Lhyn/jpcM+Z/BohCzIvHmfaPCw==", "dev": true, "requires": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 9d67541..6cb9b84 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^24.3.0", "chai": "^4.5.0", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "nyc": "^17.1.0", "ts-node": "^10.9.2", "tsc-watch": "^7.1.1"