From f117aa8fac3ab204e03eb49fe269e8aa3d74c311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:45:38 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to ^4.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36fed7d0..2608a4fa 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-etc": "^2.0.3", "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-unicorn": "^55.0.0", - "eslint-plugin-unused-imports": "^4.1.4", + "eslint-plugin-unused-imports": "^4.3.0", "pnpm": "9.11.0", "prettier": "3.5.3", "tsm": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 79d296fc..e8a92905 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1501,10 +1501,10 @@ eslint-plugin-unused-imports@^3.0.0: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-unused-imports@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738" - integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ== +eslint-plugin-unused-imports@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.3.0.tgz#69ff9c4f83f02f7789808bbbab77636cb742af50" + integrity sha512-ZFBmXMGBYfHttdRtOG9nFFpmUvMtbHSjsKrS20vdWdbfiVYsO3yA2SGYy9i9XmZJDfMGBflZGBCm70SEnFQtOA== eslint-rule-composer@^0.3.0: version "0.3.0"