From dc3616b87bf4f0a3dc1013942ac1fa56c8c688ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:36:37 +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..b7a28ef 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.2.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jest": "24.7.0",