Skip to content

Commit 1c3bc65

Browse files
chore(deps): update dependency eslint-plugin-import to v2.26.0 (#789)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ad8b444 commit 1c3bc65

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-standard": "16.0.3",
3939
"eslint-plugin-algolia": "2.0.0",
4040
"eslint-plugin-eslint-comments": "3.2.0",
41-
"eslint-plugin-import": "2.25.4",
41+
"eslint-plugin-import": "2.26.0",
4242
"eslint-plugin-jest": "25.7.0",
4343
"eslint-plugin-jsdoc": "37.9.7",
4444
"eslint-plugin-jsx-a11y": "6.5.1",

yarn.lock

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7258,10 +7258,10 @@ eslint-import-resolver-node@^0.3.6:
72587258
debug "^3.2.7"
72597259
resolve "^1.20.0"
72607260

7261-
eslint-module-utils@^2.7.2:
7262-
version "2.7.2"
7263-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
7264-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
7261+
eslint-module-utils@^2.7.3:
7262+
version "2.7.3"
7263+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
7264+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
72657265
dependencies:
72667266
debug "^3.2.7"
72677267
find-up "^2.1.0"
@@ -7287,24 +7287,24 @@ [email protected]:
72877287
escape-string-regexp "^1.0.5"
72887288
ignore "^5.0.5"
72897289

7290-
eslint-plugin-import@2.25.4:
7291-
version "2.25.4"
7292-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
7293-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
7290+
eslint-plugin-import@2.26.0:
7291+
version "2.26.0"
7292+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
7293+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
72947294
dependencies:
72957295
array-includes "^3.1.4"
72967296
array.prototype.flat "^1.2.5"
72977297
debug "^2.6.9"
72987298
doctrine "^2.1.0"
72997299
eslint-import-resolver-node "^0.3.6"
7300-
eslint-module-utils "^2.7.2"
7300+
eslint-module-utils "^2.7.3"
73017301
has "^1.0.3"
7302-
is-core-module "^2.8.0"
7302+
is-core-module "^2.8.1"
73037303
is-glob "^4.0.3"
7304-
minimatch "^3.0.4"
7304+
minimatch "^3.1.2"
73057305
object.values "^1.1.5"
7306-
resolve "^1.20.0"
7307-
tsconfig-paths "^3.12.0"
7306+
resolve "^1.22.0"
7307+
tsconfig-paths "^3.14.1"
73087308

73097309
73107310
version "25.7.0"
@@ -9374,13 +9374,6 @@ is-core-module@^2.5.0, is-core-module@^2.8.1:
93749374
dependencies:
93759375
has "^1.0.3"
93769376

9377-
is-core-module@^2.8.0:
9378-
version "2.8.0"
9379-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
9380-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
9381-
dependencies:
9382-
has "^1.0.3"
9383-
93849377
is-data-descriptor@^0.1.4:
93859378
version "0.1.4"
93869379
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -11374,6 +11367,11 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
1137411367
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
1137511368
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
1137611369

11370+
minimist@^1.2.6:
11371+
version "1.2.6"
11372+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
11373+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
11374+
1137711375
minipass-collect@^1.0.2:
1137811376
version "1.0.2"
1137911377
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -13846,7 +13844,7 @@ resolve.exports@^1.1.0:
1384613844
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
1384713845
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
1384813846

13849-
resolve@^1.1.6:
13847+
resolve@^1.1.6, resolve@^1.22.0:
1385013848
version "1.22.0"
1385113849
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
1385213850
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -15394,14 +15392,14 @@ [email protected]:
1539415392
make-error "^1.1.1"
1539515393
yn "3.1.1"
1539615394

15397-
tsconfig-paths@^3.12.0:
15398-
version "3.12.0"
15399-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
15400-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
15395+
tsconfig-paths@^3.14.1:
15396+
version "3.14.1"
15397+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
15398+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
1540115399
dependencies:
1540215400
"@types/json5" "^0.0.29"
1540315401
json5 "^1.0.1"
15404-
minimist "^1.2.0"
15402+
minimist "^1.2.6"
1540515403
strip-bom "^3.0.0"
1540615404

1540715405
tslib@^1.8.1, tslib@^1.9.0:

0 commit comments

Comments
 (0)