From ccae64aedc6fe3d8baba4f314141409766a50133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:43:06 +0000 Subject: [PATCH] Update @iobroker/legacy-testing requirement from ^0.3.6 to ^0.3.7 Updates the requirements on [@iobroker/legacy-testing](https://github.com/ioBroker/legacy-testing) to permit the latest version. - [Release notes](https://github.com/ioBroker/legacy-testing/releases) - [Commits](https://github.com/ioBroker/legacy-testing/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: "@iobroker/legacy-testing" 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 aa2e313..270a18b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@alcalzone/release-script": "^3.5.9", "@alcalzone/release-script-plugin-iobroker": "^3.6.0", "@alcalzone/release-script-plugin-license": "^3.5.9", - "@iobroker/legacy-testing": "^0.3.6", + "@iobroker/legacy-testing": "^0.3.7", "mocha": "^10.2.0", "chai": "^4.3.7" },