From 09339609e77518a592018d642b23299e0d9230e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:52:06 +0000 Subject: [PATCH] Update mocha requirement from ^11.7.5 to ^11.7.6 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.6/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.6 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 493de94..31a8c2d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@iobroker/types": "^7.1.0", "@types/node-schedule": "^2.1.8", "chai": "^4.5.0", - "mocha": "^11.7.5" + "mocha": "^11.7.6" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.scenes/issues"