From 8ee8762ffb8954eb6e13f0214f306892c8cafc34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 21:03:21 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cf84b72..7cefda4f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unicorn": "^47.0.0", - "eslint-plugin-unused-imports": "^2.0.0", + "eslint-plugin-unused-imports": "^3.0.0", "mocha": "^10.2.0", "mocha-testdata": "^1.2.0", "nyc": "^15.1.0",