From db28df2170563fea67defabe31f104bf057c8e29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:14:15 +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..3ff131d 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.6.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "24.7.0",