From 618e0375ba39cdb6b541f28e9f51da01074e8559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:41:59 +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 befa462e..d607c02b 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",