Skip to content

Commit

Permalink
Update dependency eslint-plugin-import to v2.27.4 (laurent22#7717)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2023
1 parent 88a9131 commit af7cbcb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cspell": "5.21.2",
"eslint": "8.31.0",
"eslint-interactive": "10.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.31.11",
"fs-extra": "11.1.0",
Expand Down
54 changes: 51 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9169,6 +9169,18 @@ __metadata:
languageName: node
linkType: hard

"array.prototype.flat@npm:^1.3.1":
version: 1.3.1
resolution: "array.prototype.flat@npm:1.3.1"
dependencies:
call-bind: ^1.0.2
define-properties: ^1.1.4
es-abstract: ^1.20.4
es-shim-unscopables: ^1.0.0
checksum: 5a8415949df79bf6e01afd7e8839bbde5a3581300e8ad5d8449dea52639e9e59b26a467665622783697917b43bf39940a6e621877c7dd9b3d1c1f97484b9b88b
languageName: node
linkType: hard

"array.prototype.flatmap@npm:^1.3.0":
version: 1.3.0
resolution: "array.prototype.flatmap@npm:1.3.0"
Expand Down Expand Up @@ -14922,6 +14934,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.7":
version: 0.3.7
resolution: "eslint-import-resolver-node@npm:0.3.7"
dependencies:
debug: ^3.2.7
is-core-module: ^2.11.0
resolve: ^1.22.1
checksum: 3379aacf1d2c6952c1b9666c6fa5982c3023df695430b0d391c0029f6403a7775414873d90f397e98ba6245372b6c8960e16e74d9e4a3b0c0a4582f3bdbe3d6e
languageName: node
linkType: hard

"eslint-interactive@npm:10.3.0":
version: 10.3.0
resolution: "eslint-interactive@npm:10.3.0"
Expand All @@ -14947,7 +14970,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-module-utils@npm:^2.7.3":
"eslint-module-utils@npm:^2.7.3, eslint-module-utils@npm:^2.7.4":
version: 2.7.4
resolution: "eslint-module-utils@npm:2.7.4"
dependencies:
Expand All @@ -14971,7 +14994,32 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:2.26.0, eslint-plugin-import@npm:^2.26.0":
"eslint-plugin-import@npm:2.27.4":
version: 2.27.4
resolution: "eslint-plugin-import@npm:2.27.4"
dependencies:
array-includes: ^3.1.6
array.prototype.flat: ^1.3.1
array.prototype.flatmap: ^1.3.0
debug: ^3.2.7
doctrine: ^2.1.0
eslint-import-resolver-node: ^0.3.7
eslint-module-utils: ^2.7.4
has: ^1.0.3
is-core-module: ^2.11.0
is-glob: ^4.0.3
minimatch: ^3.1.2
object.values: ^1.1.6
resolve: ^1.22.1
semver: ^6.3.0
tsconfig-paths: ^3.14.1
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
checksum: e298a9b1fde6d86737520c7da1d851d1facbf1883e29eddfd374a813eb05a647108c072d5c852b6bf535886c435a419f2fee1d6ae3a324d6f7877d957a796e37
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.26.0":
version: 2.26.0
resolution: "eslint-plugin-import@npm:2.26.0"
dependencies:
Expand Down Expand Up @@ -27770,7 +27818,7 @@ __metadata:
cspell: 5.21.2
eslint: 8.31.0
eslint-interactive: 10.3.0
eslint-plugin-import: 2.26.0
eslint-plugin-import: 2.27.4
eslint-plugin-promise: 6.1.1
eslint-plugin-react: 7.31.11
fs-extra: 11.1.0
Expand Down

0 comments on commit af7cbcb

Please sign in to comment.