From 8aa919733837681c09057c6e5d604632d81af415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:03:20 +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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dc693c..70ebe15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "^24.0.10", "@types/sinon": "^17.0.4", "chai": "^5.1.2", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "publint": "^0.3.9", "rollup": "^4.44.1", "rollup-plugin-esbuild-minify": "^1.3.0", @@ -1726,10 +1726,11 @@ } }, "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, + "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/package.json b/package.json index 0d53542..453395f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/node": "^24.0.10", "@types/sinon": "^17.0.4", "chai": "^5.1.2", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "publint": "^0.3.9", "rollup": "^4.44.1", "rollup-plugin-esbuild-minify": "^1.3.0",