Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-import to v2.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 12, 2021
1 parent b271584 commit 5da5711
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-css-modules": "2.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-fail-comment": "1.0.0",
"eslint-plugin-import": "2.25.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-no-secrets": "0.8.9",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3939,12 +3939,13 @@ eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"

eslint-module-utils@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
eslint-module-utils@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
dependencies:
debug "^3.2.7"
find-up "^2.1.0"
pkg-dir "^2.0.0"

eslint-plugin-css-modules@2.11.0:
Expand All @@ -3968,17 +3969,17 @@ eslint-plugin-fail-comment@1.0.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-fail-comment/-/eslint-plugin-fail-comment-1.0.0.tgz#2c5f819ae4baaa3613b1794ef0e402ed80c0988f"
integrity sha512-b8e6nbqeu9eJ5b9oVCr/TOu9sO9lLDdzk+cTV8+QKF9GdfRL0hyk3pAkyGVAqe+L8w2oTmfcyVknnMG5ffVuqQ==

eslint-plugin-import@2.25.1:
version "2.25.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.1.tgz#b4b23bef08309f91303e528b13ecdffc42f8bb89"
integrity sha512-YiQtY+ehqQXb6dvdrFUVdl3hsTvl+g3aKoTLZFIy1j/mKxjrLcRISI2rA7dNmEReJdr5xzjLld6vJ8pC1bfCfw==
eslint-plugin-import@2.25.2:
version "2.25.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
dependencies:
array-includes "^3.1.4"
array.prototype.flat "^1.2.5"
debug "^2.6.9"
doctrine "^2.1.0"
eslint-import-resolver-node "^0.3.6"
eslint-module-utils "^2.6.2"
eslint-module-utils "^2.7.0"
has "^1.0.3"
is-core-module "^2.7.0"
is-glob "^4.0.3"
Expand Down

0 comments on commit 5da5711

Please sign in to comment.