Skip to content

Commit 837c8e3

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.28.1
1 parent ca77deb commit 837c8e3

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint": "6.8.0",
5454
"eslint-config-algolia": "14.0.1",
5555
"eslint-config-prettier": "6.15.0",
56-
"eslint-plugin-import": "2.28.0",
56+
"eslint-plugin-import": "2.28.1",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.31.1",

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,10 +4409,10 @@ eslint-module-utils@^2.8.0:
44094409
dependencies:
44104410
debug "^3.2.7"
44114411

4412-
4413-
version "2.28.0"
4414-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
4415-
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
4412+
4413+
version "2.28.1"
4414+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
4415+
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
44164416
dependencies:
44174417
array-includes "^3.1.6"
44184418
array.prototype.findlastindex "^1.2.2"
@@ -4423,13 +4423,12 @@ [email protected]:
44234423
eslint-import-resolver-node "^0.3.7"
44244424
eslint-module-utils "^2.8.0"
44254425
has "^1.0.3"
4426-
is-core-module "^2.12.1"
4426+
is-core-module "^2.13.0"
44274427
is-glob "^4.0.3"
44284428
minimatch "^3.1.2"
44294429
object.fromentries "^2.0.6"
44304430
object.groupby "^1.0.0"
44314431
object.values "^1.1.6"
4432-
resolve "^1.22.3"
44334432
semver "^6.3.1"
44344433
tsconfig-paths "^3.14.2"
44354434

@@ -5693,10 +5692,10 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
56935692
dependencies:
56945693
has "^1.0.3"
56955694

5696-
is-core-module@^2.12.0, is-core-module@^2.12.1:
5697-
version "2.12.1"
5698-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
5699-
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
5695+
is-core-module@^2.13.0:
5696+
version "2.13.0"
5697+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
5698+
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
57005699
dependencies:
57015700
has "^1.0.3"
57025701

@@ -8545,15 +8544,6 @@ resolve@^1.22.1:
85458544
path-parse "^1.0.7"
85468545
supports-preserve-symlinks-flag "^1.0.0"
85478546

8548-
resolve@^1.22.3:
8549-
version "1.22.3"
8550-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
8551-
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
8552-
dependencies:
8553-
is-core-module "^2.12.0"
8554-
path-parse "^1.0.7"
8555-
supports-preserve-symlinks-flag "^1.0.0"
8556-
85578547
resolve@^2.0.0-next.3:
85588548
version "2.0.0-next.3"
85598549
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"

0 commit comments

Comments
 (0)