From fc048c0a3bd48564de59448c28547c8a0b7e5336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:26:42 +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 c871060f..15701999 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.8", "postcss": "^8", "tailwindcss": "^3.3.0"