From f5bc63970689469b7cdb9d0fb2a991920e62f905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:31:39 +0000 Subject: [PATCH] Update @iobroker/eslint-config requirement from ^2.0.1 to ^2.0.2 Updates the requirements on [@iobroker/eslint-config](https://github.com/ioBroker/ioBroker.eslint-config) to permit the latest version. - [Release notes](https://github.com/ioBroker/ioBroker.eslint-config/releases) - [Commits](https://github.com/ioBroker/ioBroker.eslint-config/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: "@iobroker/eslint-config" dependency-version: 2.0.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 8de07085..ca530102 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@alcalzone/release-script-plugin-license": "^3.7.0", "@iobroker/adapter-dev": "^1.4.0", "@iobroker/build-tools": "^2.0.15", - "@iobroker/eslint-config": "^2.0.1", + "@iobroker/eslint-config": "^2.0.2", "@iobroker/testing": "^5.0.4", "@iobroker/vis-2-widgets-react-dev": "^4.0.4", "@types/node-schedule": "^2.1.7",