From 95fb3b3880497aa127a74bb6790beae1f2c97f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:09:25 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v8 --- flink-runtime-web/web-dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-runtime-web/web-dashboard/package.json b/flink-runtime-web/web-dashboard/package.json index cfdba32a8ce80..95d2b484d9fcb 100644 --- a/flink-runtime-web/web-dashboard/package.json +++ b/flink-runtime-web/web-dashboard/package.json @@ -51,8 +51,8 @@ "@types/jasmine": "3.10.18", "@types/jasminewd2": "~2.0.10", "@types/node": "16.18.123", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "8.19.1", + "@typescript-eslint/parser": "8.19.1", "eslint": "8.57.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4",