From 163b1893d78adc9cec5ffd6a55f43f86526a2192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:29:03 +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 275ce857..2c9efa80 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unicorn": "^49.0.0", - "eslint-plugin-unused-imports": "^2.0.0", + "eslint-plugin-unused-imports": "^3.1.0", "mocha": "^10.2.0", "mocha-testdata": "^1.2.0", "nyc": "^15.1.0",