Skip to content

Commit 8176536

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.26.0
1 parent 862c24b commit 8176536

File tree

2 files changed

+52
-69
lines changed

2 files changed

+52
-69
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-config-prettier": "6.15.0",
7272
"eslint-plugin-cypress": "2.12.1",
7373
"eslint-plugin-eslint-comments": "3.2.0",
74-
"eslint-plugin-import": "2.22.1",
74+
"eslint-plugin-import": "2.26.0",
7575
"eslint-plugin-jest": "24.1.3",
7676
"eslint-plugin-prettier": "3.2.0",
7777
"eslint-plugin-react": "7.27.1",

yarn.lock

+51-68
Original file line numberDiff line numberDiff line change
@@ -6067,7 +6067,7 @@ array-ify@^1.0.0:
60676067
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
60686068
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
60696069

6070-
array-includes@^3.1.1, array-includes@^3.1.3, array-includes@^3.1.4:
6070+
array-includes@^3.1.3, array-includes@^3.1.4:
60716071
version "3.1.4"
60726072
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
60736073
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
@@ -6100,7 +6100,7 @@ array-unique@^0.3.2:
61006100
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
61016101
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
61026102

6103-
array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.5:
6103+
array.prototype.flat@^1.2.5:
61046104
version "1.2.5"
61056105
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
61066106
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
@@ -7879,11 +7879,6 @@ constants-browserify@^1.0.0:
78797879
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
78807880
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
78817881

7882-
contains-path@^0.1.0:
7883-
version "0.1.0"
7884-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
7885-
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
7886-
78877882
content-disposition@0.5.4:
78887883
version "0.5.4"
78897884
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
@@ -8937,14 +8932,6 @@ dns-txt@^2.0.2:
89378932
dependencies:
89388933
buffer-indexof "^1.0.0"
89398934

8940-
doctrine@1.5.0:
8941-
version "1.5.0"
8942-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
8943-
integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
8944-
dependencies:
8945-
esutils "^2.0.2"
8946-
isarray "^1.0.0"
8947-
89488935
doctrine@^2.1.0:
89498936
version "2.1.0"
89508937
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -9674,7 +9661,7 @@ eslint-config-react-app@^6.0.0:
96749661
dependencies:
96759662
confusing-browser-globals "^1.0.10"
96769663

9677-
eslint-import-resolver-node@^0.3.4, eslint-import-resolver-node@^0.3.6:
9664+
eslint-import-resolver-node@^0.3.6:
96789665
version "0.3.6"
96799666
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
96809667
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
@@ -9693,14 +9680,22 @@ eslint-loader@^2.2.1:
96939680
object-hash "^1.1.4"
96949681
rimraf "^2.6.1"
96959682

9696-
eslint-module-utils@^2.6.0, eslint-module-utils@^2.7.2:
9683+
eslint-module-utils@^2.7.2:
96979684
version "2.7.2"
96989685
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
96999686
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
97009687
dependencies:
97019688
debug "^3.2.7"
97029689
find-up "^2.1.0"
97039690

9691+
eslint-module-utils@^2.7.3:
9692+
version "2.7.3"
9693+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
9694+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
9695+
dependencies:
9696+
debug "^3.2.7"
9697+
find-up "^2.1.0"
9698+
97049699
eslint-plugin-cypress@2.12.1:
97059700
version "2.12.1"
97069701
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz#9aeee700708ca8c058e00cdafe215199918c2632"
@@ -9724,24 +9719,24 @@ eslint-plugin-flowtype@^5.2.0:
97249719
lodash "^4.17.15"
97259720
string-natural-compare "^3.0.1"
97269721

9727-
eslint-plugin-import@2.22.1:
9728-
version "2.22.1"
9729-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
9730-
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
9722+
eslint-plugin-import@2.26.0:
9723+
version "2.26.0"
9724+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
9725+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
97319726
dependencies:
9732-
array-includes "^3.1.1"
9733-
array.prototype.flat "^1.2.3"
9734-
contains-path "^0.1.0"
9727+
array-includes "^3.1.4"
9728+
array.prototype.flat "^1.2.5"
97359729
debug "^2.6.9"
9736-
doctrine "1.5.0"
9737-
eslint-import-resolver-node "^0.3.4"
9738-
eslint-module-utils "^2.6.0"
9730+
doctrine "^2.1.0"
9731+
eslint-import-resolver-node "^0.3.6"
9732+
eslint-module-utils "^2.7.3"
97399733
has "^1.0.3"
9740-
minimatch "^3.0.4"
9741-
object.values "^1.1.1"
9742-
read-pkg-up "^2.0.0"
9743-
resolve "^1.17.0"
9744-
tsconfig-paths "^3.9.0"
9734+
is-core-module "^2.8.1"
9735+
is-glob "^4.0.3"
9736+
minimatch "^3.1.2"
9737+
object.values "^1.1.5"
9738+
resolve "^1.22.0"
9739+
tsconfig-paths "^3.14.1"
97459740

97469741
eslint-plugin-import@^2.22.1:
97479742
version "2.25.4"
@@ -13691,16 +13686,6 @@ load-json-file@^1.0.0:
1369113686
pinkie-promise "^2.0.0"
1369213687
strip-bom "^2.0.0"
1369313688

13694-
load-json-file@^2.0.0:
13695-
version "2.0.0"
13696-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
13697-
integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
13698-
dependencies:
13699-
graceful-fs "^4.1.2"
13700-
parse-json "^2.2.0"
13701-
pify "^2.0.0"
13702-
strip-bom "^3.0.0"
13703-
1370413689
load-json-file@^4.0.0:
1370513690
version "4.0.0"
1370613691
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -14420,6 +14405,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
1442014405
dependencies:
1442114406
brace-expansion "^1.1.7"
1442214407

14408+
minimatch@^3.1.2:
14409+
version "3.1.2"
14410+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
14411+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
14412+
dependencies:
14413+
brace-expansion "^1.1.7"
14414+
1442314415
minimist-options@4.1.0:
1442414416
version "4.1.0"
1442514417
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -14442,6 +14434,11 @@ minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.
1444214434
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
1444314435
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
1444414436

14437+
minimist@^1.2.6:
14438+
version "1.2.6"
14439+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
14440+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
14441+
1444514442
minipass-collect@^1.0.2:
1444614443
version "1.0.2"
1444714444
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -15318,7 +15315,7 @@ object.pick@^1.3.0:
1531815315
dependencies:
1531915316
isobject "^3.0.1"
1532015317

15321-
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.5:
15318+
object.values@^1.1.0, object.values@^1.1.5:
1532215319
version "1.1.5"
1532315320
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
1532415321
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -15899,13 +15896,6 @@ path-type@^1.0.0:
1589915896
pify "^2.0.0"
1590015897
pinkie-promise "^2.0.0"
1590115898

15902-
path-type@^2.0.0:
15903-
version "2.0.0"
15904-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
15905-
integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
15906-
dependencies:
15907-
pify "^2.0.0"
15908-
1590915899
path-type@^3.0.0:
1591015900
version "3.0.0"
1591115901
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -17575,14 +17565,6 @@ read-pkg-up@^1.0.1:
1757517565
find-up "^1.0.0"
1757617566
read-pkg "^1.0.0"
1757717567

17578-
read-pkg-up@^2.0.0:
17579-
version "2.0.0"
17580-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
17581-
integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
17582-
dependencies:
17583-
find-up "^2.0.0"
17584-
read-pkg "^2.0.0"
17585-
1758617568
read-pkg-up@^3.0.0:
1758717569
version "3.0.0"
1758817570
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
@@ -17609,15 +17591,6 @@ read-pkg@^1.0.0:
1760917591
normalize-package-data "^2.3.2"
1761017592
path-type "^1.0.0"
1761117593

17612-
read-pkg@^2.0.0:
17613-
version "2.0.0"
17614-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
17615-
integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
17616-
dependencies:
17617-
load-json-file "^2.0.0"
17618-
normalize-package-data "^2.3.2"
17619-
path-type "^2.0.0"
17620-
1762117594
read-pkg@^3.0.0:
1762217595
version "3.0.0"
1762317596
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -20127,7 +20100,7 @@ ts-pnp@1.2.0, ts-pnp@^1.1.6:
2012720100
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
2012820101
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
2012920102

20130-
tsconfig-paths@^3.12.0, tsconfig-paths@^3.9.0:
20103+
tsconfig-paths@^3.12.0:
2013120104
version "3.12.0"
2013220105
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
2013320106
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
@@ -20137,6 +20110,16 @@ tsconfig-paths@^3.12.0, tsconfig-paths@^3.9.0:
2013720110
minimist "^1.2.0"
2013820111
strip-bom "^3.0.0"
2013920112

20113+
tsconfig-paths@^3.14.1:
20114+
version "3.14.1"
20115+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
20116+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
20117+
dependencies:
20118+
"@types/json5" "^0.0.29"
20119+
json5 "^1.0.1"
20120+
minimist "^1.2.6"
20121+
strip-bom "^3.0.0"
20122+
2014020123
tslib@^1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
2014120124
version "1.14.1"
2014220125
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)