From ac2f2648960c3229dcc0062112fa7f0ed9f312bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:23:47 +0000 Subject: [PATCH] Update eslint requirement from ^8.48.0 to ^8.50.0 (#1414) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6311ebc7..15e5a254a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/iobroker": "^4.0.5", "alcalzone-shared": "^4.0.8", "chai": "^4.3.8", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "gulp": "^4.0.2", "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.4",