From 007cd59f8e2d211b67fea4733158477c01cab7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:16:43 +0000 Subject: [PATCH] chore(deps-dev): update mocha requirement from ^10.6.0 to ^10.7.0 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.0) --- 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..1908df5 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.0", "chai": "^4.4.1" }, "bugs": {