From 2dfa9206e817b7b951e0e847691be095477ba196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:40:48 +0000 Subject: [PATCH] update mocha requirement from ^10.6.0 to ^10.7.0 (#460) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e01032d..54b11180 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "chai": "^4.4.1", "eslint": "^8.57.0", "gulp": "^4.0.2", - "mocha": "^10.6.0" + "mocha": "^10.7.0" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.web/issues"