From 578d62719fe87c50186840b9b2f2898e42e923e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:08:15 +0000 Subject: [PATCH] Update dependency eslint to v9 | datasource | package | from | to | | ---------- | ------- | ------ | ----- | | npm | eslint | 8.49.0 | 9.1.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c81af115..5b69ca45 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "dotenv": "^16.3.1", - "eslint": "^8.26.0", + "eslint": "^9.0.0", "eslint-config-incredible": "^2.4.2", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0",