diff --git a/package.json b/package.json index a2f8e85f..70b21287 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "diff": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^51.0.1", - "eslint-plugin-unused-imports": "^3.0.0", + "eslint-plugin-unused-imports": "^3.1.0", "pnpm": "8.12.1", "prettier": "3.2.5", "typescript-eslint": "0.0.1-alpha.0", diff --git a/yarn.lock b/yarn.lock index 1fed0efa..27ac9cf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1305,10 +1305,10 @@ eslint-plugin-unicorn@^51.0.1: semver "^7.5.4" strip-indent "^3.0.0" -eslint-plugin-unused-imports@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz" - integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw== +eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602" + integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw== dependencies: eslint-rule-composer "^0.3.0"