From 66c2f5096eac75615c6382685e8163d1cede9845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:30:50 +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 924d1dc..370b1d9 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.14.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "eslint": "^8.57.0", + "eslint": "^9.14.0", "eslint-config-next": "^14.2.5", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",