From e1a1fe252e0c52937abb9f6a518aae060d141198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:35:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 263307e..431a69a 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -25,7 +25,7 @@ "@next/eslint-plugin-next": "^15.1.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prefer-arrow-functions": "^3.4.1",