diff --git a/api/package.json b/api/package.json index 078d02fd..3bd43f47 100644 --- a/api/package.json +++ b/api/package.json @@ -37,7 +37,7 @@ "eslint-plugin-n": "17.4.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "46.0.1", - "eslint-plugin-unused-imports": "3.1.0", + "eslint-plugin-unused-imports": "3.2.0", "my-pixiv-types": "*", "prettier": "2.8.8", "qs": "6.12.1", diff --git a/types/package.json b/types/package.json index a2efe088..cc05fe79 100644 --- a/types/package.json +++ b/types/package.json @@ -27,7 +27,7 @@ "eslint-plugin-n": "17.4.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "46.0.1", - "eslint-plugin-unused-imports": "3.1.0", + "eslint-plugin-unused-imports": "3.2.0", "prettier": "2.8.8", "typescript": "5.4.5", "yarn-run-all": "3.1.1" diff --git a/view/package.json b/view/package.json index b5ecde7e..4fa95a96 100644 --- a/view/package.json +++ b/view/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-unicorn": "46.0.1", - "eslint-plugin-unused-imports": "3.1.0", + "eslint-plugin-unused-imports": "3.2.0", "eslint-plugin-vue": "9.25.0", "husky": "9.0.11", "lint-staged": "15.2.2", diff --git a/yarn.lock b/yarn.lock index acaa7456..d5e44cd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7131,10 +7131,10 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^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== +eslint-plugin-unused-imports@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d" + integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ== dependencies: eslint-rule-composer "^0.3.0"