diff --git a/package.json b/package.json index b1a34401..012b7a0f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "diff": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^55.0.0", - "eslint-plugin-unused-imports": "^4.0.1", + "eslint-plugin-unused-imports": "^4.1.3", "pnpm": "8.12.1", "prettier": "3.3.2", "typescript-eslint": "7.18.0", diff --git a/yarn.lock b/yarn.lock index d7cd5d09..8c724bec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1393,12 +1393,10 @@ eslint-plugin-unused-imports@^3.0.0: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-unused-imports@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.1.tgz#b78916ecb82ae6d0f54efb33879c6c7ecb52f080" - integrity sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ== - dependencies: - eslint-rule-composer "^0.3.0" +eslint-plugin-unused-imports@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.3.tgz#079ef6f51914a981e657b3834935a6a417bf3f45" + integrity sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA== eslint-rule-composer@^0.3.0: version "0.3.0"