From 521b8d2d5b12464751399cdd215c8aec1a32c6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:13:45 +0000 Subject: [PATCH] deps(dev): bump mocha from 11.7.2 to 11.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 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.2...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ac46ac5..6ea8b336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/mocha": "^10.0.10", "depcheck": "^1.4.7", "dotenv": "^17.2.3", - "mocha": "^11.7.2", + "mocha": "^11.7.3", "np": "^10.2.0", "standard": "^17.1.2", "typescript": "^5.9.3" @@ -7328,9 +7328,9 @@ } }, "node_modules/mocha": { - "version": "11.7.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", - "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", + "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": { diff --git a/package.json b/package.json index 6c980c28..81bd26bd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/mocha": "^10.0.10", "depcheck": "^1.4.7", "dotenv": "^17.2.3", - "mocha": "^11.7.2", + "mocha": "^11.7.3", "np": "^10.2.0", "standard": "^17.1.2", "typescript": "^5.9.3"