From b323f78790f7978ab6a776ea4d24a393be8a4cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:23:10 +0000 Subject: [PATCH] Update mocha requirement from ^11.7.4 to ^11.7.5 Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68d7288..ab7bf40 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@iobroker/eslint-config": "^2.2.0", "@iobroker/build-tools": "^2.0.15", "@iobroker/legacy-testing": "^2.0.2", - "mocha": "^11.7.4", + "mocha": "^11.7.5", "chai": "^4.5.0" }, "bugs": {