From e472b6baf0f55cae7cf2ab6b7cd4ab796b93633c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:24:40 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- react-tasklist/src/main/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-tasklist/src/main/frontend/package.json b/react-tasklist/src/main/frontend/package.json index aa9767ff..400957aa 100644 --- a/react-tasklist/src/main/frontend/package.json +++ b/react-tasklist/src/main/frontend/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "autoprefixer": "^10.0.1", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-next": "14.2.3", "postcss": "^8", "tailwindcss": "^3.3.0"