diff --git a/package.json b/package.json index 95a32843..e6aa409f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "diff": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^54.0.0", - "eslint-plugin-unused-imports": "^4.0.0", + "eslint-plugin-unused-imports": "^4.0.1", "pnpm": "8.12.1", "prettier": "3.3.2", "typescript-eslint": "7.15.0", diff --git a/yarn.lock b/yarn.lock index cb1fa53e..30a3d2a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1408,10 +1408,10 @@ eslint-plugin-unused-imports@^3.0.0: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-unused-imports@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65" - integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ== +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"