From 7fba17182eed216244dca9a05d09522122bb1d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 05:00:15 +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"