From 62fa063ae90f3be364af77a137e422d40e5b5ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:10:54 +0000 Subject: [PATCH] chore(deps-dev): update @iobroker/legacy-testing requirement 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/v1.0.11...v1.0.12) --- 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 a617731..12b3ebc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@alcalzone/release-script-plugin-license": "^3.7.0", "@foxriver76/eslint-config": "^1.0.4", "@iobroker/adapter-dev": "^1.3.0", - "@iobroker/legacy-testing": "^1.0.11", + "@iobroker/legacy-testing": "^1.0.12", "@iobroker/testing": "^4.1.3", "@iobroker/ws": "^1.1.2", "chai": "^4.4.1",