From 601d925d5ddb76596d322dfc60accc4e71443430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 01:01:50 +0000 Subject: [PATCH] Bump mocha from 11.7.0 to 11.7.1 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.1. - [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.0...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 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 783e907..79561a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-config-pythoncoderas-combo": "^1.1.3", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "prettier": "^3.6.0", "ts-node": "^10.9.1", "typescript": "^5.8.3" @@ -3650,9 +3650,9 @@ } }, "node_modules/mocha": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz", - "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", + "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d0fb574..a07f19e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-config-pythoncoderas-combo": "^1.1.3", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "prettier": "^3.6.0", "ts-node": "^10.9.1", "typescript": "^5.8.3"