From 3755b4af566ae79bd2e8ea36f8791ed54cf2d1b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:29:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to ^4.4.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36fed7d0..c8c29494 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.4.1", "pnpm": "9.11.0", "prettier": "3.5.3", "tsm": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 79d296fc..efc64aab 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.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.4.1.tgz#a831f0a2937d7631eba30cb87091ab7d3a5da0e1" + integrity sha512-oZGYUz1X3sRMGUB+0cZyK2VcvRX5lm/vB56PgNNcU+7ficUCKm66oZWKUubXWnOuPjQ8PvmXtCViXBMONPe7tQ== eslint-rule-composer@^0.3.0: version "0.3.0"