From f02d9287269cb616e32a48fd2a027cad5a6ebd4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:25:53 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e92b9f..ccf2fb4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/ramda": "0.30.0", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-import": "2.29.1", "husky": "9.0.11",