From a10d1241013278b6d1af55a570c0baedcb324201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 07:07:35 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to ^3.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2780437f..4807323a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "diff": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-unicorn": "^52.0.0", - "eslint-plugin-unused-imports": "^3.1.0", + "eslint-plugin-unused-imports": "^3.2.0", "pnpm": "8.12.1", "prettier": "3.2.5", "typescript-eslint": "7.5.0", diff --git a/yarn.lock b/yarn.lock index 0d61747b..0356e03d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1391,10 +1391,10 @@ eslint-plugin-unicorn@^52.0.0: semver "^7.5.4" strip-indent "^3.0.0" -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== +eslint-plugin-unused-imports@^3.0.0, 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"