From 127daaed6abe617c710c07859ad420b41a015090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:21:17 +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 dc3e3303..1e408e19 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": "^48.0.1", - "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",