From 0e2ad9c5f0d36425de474c1ccdf0999da1551a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:02:53 +0000 Subject: [PATCH] Update @iobroker/testing requirement from ^5.0.4 to ^5.2.2 Updates the requirements on [@iobroker/testing](https://github.com/ioBroker/testing) to permit the latest version. - [Release notes](https://github.com/ioBroker/testing/releases) - [Changelog](https://github.com/ioBroker/testing/blob/master/CHANGELOG.md) - [Commits](https://github.com/ioBroker/testing/compare/v5.0.4...v5.2.2) --- updated-dependencies: - dependency-name: "@iobroker/testing" dependency-version: 5.2.2 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 7239bfb..73c6f21 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@alcalzone/release-script-plugin-iobroker": "^3.7.2", "@alcalzone/release-script-plugin-license": "^3.7.0", "@iobroker/adapter-dev": "^1.4.0", - "@iobroker/testing": "^5.0.4", + "@iobroker/testing": "^5.2.2", "@iobroker/dev-server": "^0.7.8", "mocha": "^11.5.0", "chai": "^4.5.0"