From 0512fe834819e8c4f098b1ec60db3eaedd64b8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:14:18 +0000 Subject: [PATCH] build: Update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53a7989..18c9e0a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "11.0.0", "@vercel/ncc": "0.38.1", - "eslint": "7.32.0", + "eslint": "9.13.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "24.7.0",