From f7113cfc4e28b2ce8625abe7c751a9f2223b660e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:28:58 +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..bd84665 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.10.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "24.7.0",