From 18aa75cb9b5cf58b91aba239f4a3abbbb992c0af Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 09:16:06 +0000 Subject: [PATCH] Update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eef3245..a46406c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", "esbuild": "0.21.5", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-plugin-import": "2.29.1", "tape": "5.8.1", "ts-node": "10.9.2",