Skip to content

Commit 5bba884

Browse files
chore(deps): update dependency eslint-plugin-import to v2.26.0
1 parent 70baf23 commit 5bba884

File tree

2 files changed

+50
-26
lines changed

2 files changed

+50
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "6.8.0",
6161
"eslint-config-airbnb": "17.1.1",
6262
"eslint-config-prettier": "7.2.0",
63-
"eslint-plugin-import": "2.25.2",
63+
"eslint-plugin-import": "2.26.0",
6464
"eslint-plugin-jsx-a11y": "6.4.1",
6565
"eslint-plugin-prettier": "3.4.1",
6666
"eslint-plugin-react": "7.26.1",

yarn.lock

Lines changed: 49 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4513,33 +4513,31 @@ eslint-import-resolver-node@^0.3.6:
45134513
debug "^3.2.7"
45144514
resolve "^1.20.0"
45154515

4516-
eslint-module-utils@^2.7.0:
4517-
version "2.7.0"
4518-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
4519-
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
4516+
eslint-module-utils@^2.7.3:
4517+
version "2.7.4"
4518+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
4519+
integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
45204520
dependencies:
45214521
debug "^3.2.7"
4522-
find-up "^2.1.0"
4523-
pkg-dir "^2.0.0"
45244522

4525-
eslint-plugin-import@2.25.2:
4526-
version "2.25.2"
4527-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
4528-
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
4523+
eslint-plugin-import@2.26.0:
4524+
version "2.26.0"
4525+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
4526+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
45294527
dependencies:
45304528
array-includes "^3.1.4"
45314529
array.prototype.flat "^1.2.5"
45324530
debug "^2.6.9"
45334531
doctrine "^2.1.0"
45344532
eslint-import-resolver-node "^0.3.6"
4535-
eslint-module-utils "^2.7.0"
4533+
eslint-module-utils "^2.7.3"
45364534
has "^1.0.3"
4537-
is-core-module "^2.7.0"
4535+
is-core-module "^2.8.1"
45384536
is-glob "^4.0.3"
4539-
minimatch "^3.0.4"
4537+
minimatch "^3.1.2"
45404538
object.values "^1.1.5"
4541-
resolve "^1.20.0"
4542-
tsconfig-paths "^3.11.0"
4539+
resolve "^1.22.0"
4540+
tsconfig-paths "^3.14.1"
45434541

45444542
eslint-plugin-jsx-a11y@6.4.1:
45454543
version "6.4.1"
@@ -6427,10 +6425,10 @@ is-core-module@^2.2.0:
64276425
dependencies:
64286426
has "^1.0.3"
64296427

6430-
is-core-module@^2.7.0:
6431-
version "2.7.0"
6432-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
6433-
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
6428+
is-core-module@^2.8.1, is-core-module@^2.9.0:
6429+
version "2.10.0"
6430+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
6431+
integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==
64346432
dependencies:
64356433
has "^1.0.3"
64366434

@@ -8082,11 +8080,23 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
80828080
dependencies:
80838081
brace-expansion "^1.1.7"
80848082

8083+
minimatch@^3.1.2:
8084+
version "3.1.2"
8085+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8086+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8087+
dependencies:
8088+
brace-expansion "^1.1.7"
8089+
80858090
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
80868091
version "1.2.5"
80878092
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
80888093
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
80898094

8095+
minimist@^1.2.6:
8096+
version "1.2.6"
8097+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
8098+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
8099+
80908100
minipass-collect@^1.0.2:
80918101
version "1.0.2"
80928102
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -9236,7 +9246,7 @@ path-key@^2.0.0, path-key@^2.0.1:
92369246
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
92379247
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
92389248

9239-
path-parse@^1.0.5, path-parse@^1.0.6:
9249+
path-parse@^1.0.5, path-parse@^1.0.6, path-parse@^1.0.7:
92409250
version "1.0.7"
92419251
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
92429252
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -10701,6 +10711,15 @@ resolve@^1.20.0:
1070110711
is-core-module "^2.2.0"
1070210712
path-parse "^1.0.6"
1070310713

10714+
resolve@^1.22.0:
10715+
version "1.22.1"
10716+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
10717+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
10718+
dependencies:
10719+
is-core-module "^2.9.0"
10720+
path-parse "^1.0.7"
10721+
supports-preserve-symlinks-flag "^1.0.0"
10722+
1070410723
resolve@^2.0.0-next.3:
1070510724
version "2.0.0-next.3"
1070610725
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -11786,6 +11805,11 @@ supports-color@^7.1.0:
1178611805
dependencies:
1178711806
has-flag "^4.0.0"
1178811807

11808+
supports-preserve-symlinks-flag@^1.0.0:
11809+
version "1.0.0"
11810+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
11811+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
11812+
1178911813
svg-tag-names@^1.1.0:
1179011814
version "1.1.1"
1179111815
resolved "https://registry.yarnpkg.com/svg-tag-names/-/svg-tag-names-1.1.1.tgz#9641b29ef71025ee094c7043f7cdde7d99fbd50a"
@@ -12044,14 +12068,14 @@ trim-right@^1.0.1:
1204412068
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1204512069
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
1204612070

12047-
tsconfig-paths@^3.11.0:
12048-
version "3.11.0"
12049-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
12050-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
12071+
tsconfig-paths@^3.14.1:
12072+
version "3.14.1"
12073+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
12074+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
1205112075
dependencies:
1205212076
"@types/json5" "^0.0.29"
1205312077
json5 "^1.0.1"
12054-
minimist "^1.2.0"
12078+
minimist "^1.2.6"
1205512079
strip-bom "^3.0.0"
1205612080

1205712081
tslib@^1.9.0:

0 commit comments

Comments
 (0)