From 91de762688f0ba2c4901ef18bf506a34607ca4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:01:54 +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 c76a5686..e97d7d7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@vercel/ncc": "^0.38.3", "c8": "^10.1.3", "chai": "^5.1.2", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "mocha-suppress-logs": "^0.6.0", "sinon": "^21.0.0", "typescript": "^5.9.2" @@ -1763,10 +1763,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 e8661858..7b192cd3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@vercel/ncc": "^0.38.3", "c8": "^10.1.3", "chai": "^5.1.2", - "mocha": "^11.7.1", + "mocha": "^11.7.3", "mocha-suppress-logs": "^0.6.0", "sinon": "^21.0.0", "typescript": "^5.9.2"