From f6a3d3c6aea4b1d52d552f82aaa9ab070800f165 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:18:36 +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..3fbe49c 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.9.1", "eslint-config-next": "^14.2.5", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",