From f6570faa996e009b69e4293a03a1062d653c9a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:34:50 +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 ab7bf40..2e2c24d 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.5", + "mocha": "^11.7.6", "chai": "^4.5.0" }, "bugs": {