From 05e0a0942584886b332ad8b025971ef753c69f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:09:01 +0000 Subject: [PATCH] Update @typescript-eslint/eslint-plugin requirement Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" 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 ced41e6..dd2b7d1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@iobroker/testing": "^4.1.3", "@types/node": "^20.14.10", "@types/adm-zip": "^0.5.5", - "@typescript-eslint/eslint-plugin": "^8.1.0", + "@typescript-eslint/eslint-plugin": "^8.3.0", "chai": "^4.5.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1",