From 0416f6ad904a18c0a19d56830dd5ec2094ab0f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:03:22 +0000 Subject: [PATCH] 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c879876..0ab2def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "probot": "^14.0.2" }, "devDependencies": { - "mocha": "^11.7.1", + "mocha": "^11.7.2", "nock": "^14.0.10", "nyc": "^17.1.0", "smee-client": "^4.3.1", @@ -4674,10 +4674,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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz", + "integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==", "dev": true, + "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", diff --git a/package.json b/package.json index d08f6a1..6b97a49 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Rob Anderson (https://github.com/robandpdx)", "license": "MIT", "devDependencies": { - "mocha": "^11.7.1", + "mocha": "^11.7.2", "nock": "^14.0.10", "nyc": "^17.1.0", "smee-client": "^4.3.1",