From ea8ca32c18b3c4c2b3552a5c3eab55b8aa81f749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:21:22 +0000 Subject: [PATCH] deps(dev): bump mocha from 11.7.1 to 11.7.2 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.2. - [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.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 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 954ea0cb..261ffe68 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.1", - "mocha": "^11.7.1", + "mocha": "^11.7.2", "np": "^10.2.0", "standard": "^17.1.2", "typescript": "^5.9.2" @@ -7328,9 +7328,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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", + "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e3c6b2e..37b72836 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/mocha": "^10.0.10", "depcheck": "^1.4.7", "dotenv": "^17.2.1", - "mocha": "^11.7.1", + "mocha": "^11.7.2", "np": "^10.2.0", "standard": "^17.1.2", "typescript": "^5.9.2"