From 96cf25d33e6cfa18e6cca0a5a9ce0b4bcbf35fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:01:36 +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 b4acd36..a1d3484 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "axios-mock-adapter": "^1.22.0", - "eslint": "^8.57.1", + "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-unused-imports": "^3.2.0", "husky": "^9.1.6",