From a94ae3e51df8ba604673ca4ece3485811a6fa012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:52:33 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 24039fb..383e757 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.14.9", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "eslint": "^8.57.0", + "eslint": "^9.8.0", "eslint-config-next": "^14.2.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",