From 7109cd13432ef0b84f30a3db2a929478c8e0e162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:04:54 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import-helpers to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 810cd48..50c46df 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-import-helpers": "1.3.1", + "eslint-plugin-import-helpers": "2.0.1", "jest": "28.1.3", "prettier": "3.3.3", "ts-jest": "28.0.8", diff --git a/yarn.lock b/yarn.lock index 7a1014d..a60b1d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1684,10 +1684,10 @@ eslint-module-utils@^2.12.0: dependencies: debug "^3.2.7" -eslint-plugin-import-helpers@1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-1.3.1.tgz#48721a702e758b5d2220ee119d6199e6e29b6819" - integrity sha512-MrACDozK6TmTJoCFHD71Ew3r5210Za3zlTrhX+fQGsyvxceaFvAI9AcvZ/8oSU0pZ61G3nDEn6mXY0T4S8cJEg== +eslint-plugin-import-helpers@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-2.0.1.tgz#3a5c451b0fe303987931b369cb89d6a3b7eca2d5" + integrity sha512-MSiQZV0k+bQlt7RnHZrJxDBE948urZthusQt78FKmQ5/WLm5PpS8L16+2JVGBiSffneOAe4fud8RdYmqPveo8A== eslint-plugin-import@2.31.0: version "2.31.0"