From f688ec483c121f32411fa2f1b6de589e98080ecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:30:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-unused-imports to ^4.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"