From a83ac5aa6dc49cdb7d664787a55d628aad01e8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:12:58 +0000 Subject: [PATCH] chore(deps-dev): update mocha requirement from ^10.6.0 to ^10.7.3 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/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.6.0...v10.7.3) --- updated-dependencies: - dependency-name: mocha 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 f963b87..c6cb0a9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@iobroker/adapter-dev": "^1.3.0", "@iobroker/testing": "^4.1.3", "@types/node": "^20.14.11", - "mocha": "^10.6.0", + "mocha": "^10.7.3", "chai": "^4.4.1" }, "bugs": {