Skip to content

Commit 5fe9957

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

File tree

2 files changed

+48
-35
lines changed

2 files changed

+48
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-prettier": "8.5.0",
4242
"eslint-config-standard": "16.0.3",
4343
"eslint-plugin-eslint-plugin": "4.1.0",
44-
"eslint-plugin-import": "2.25.4",
44+
"eslint-plugin-import": "2.26.0",
4545
"eslint-plugin-node": "11.1.0",
4646
"eslint-plugin-promise": "6.0.0",
4747
"eslint-plugin-standard": "5.0.0",

yarn.lock

Lines changed: 47 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,10 +3216,10 @@ eslint-import-resolver-node@^0.3.6:
32163216
debug "^3.2.7"
32173217
resolve "^1.20.0"
32183218

3219-
eslint-module-utils@^2.7.2:
3220-
version "2.7.2"
3221-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz#1d0aa455dcf41052339b63cada8ab5fd57577129"
3222-
integrity sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==
3219+
eslint-module-utils@^2.7.3:
3220+
version "2.7.3"
3221+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
3222+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
32233223
dependencies:
32243224
debug "^3.2.7"
32253225
find-up "^2.1.0"
@@ -3240,24 +3240,24 @@ [email protected]:
32403240
eslint-utils "^3.0.0"
32413241
estraverse "^5.2.0"
32423242

3243-
eslint-plugin-import@2.25.4:
3244-
version "2.25.4"
3245-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
3246-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
3243+
eslint-plugin-import@2.26.0:
3244+
version "2.26.0"
3245+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
3246+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
32473247
dependencies:
32483248
array-includes "^3.1.4"
32493249
array.prototype.flat "^1.2.5"
32503250
debug "^2.6.9"
32513251
doctrine "^2.1.0"
32523252
eslint-import-resolver-node "^0.3.6"
3253-
eslint-module-utils "^2.7.2"
3253+
eslint-module-utils "^2.7.3"
32543254
has "^1.0.3"
3255-
is-core-module "^2.8.0"
3255+
is-core-module "^2.8.1"
32563256
is-glob "^4.0.3"
3257-
minimatch "^3.0.4"
3257+
minimatch "^3.1.2"
32583258
object.values "^1.1.5"
3259-
resolve "^1.20.0"
3260-
tsconfig-paths "^3.12.0"
3259+
resolve "^1.22.0"
3260+
tsconfig-paths "^3.14.1"
32613261

32623262
32633263
version "11.1.0"
@@ -4073,10 +4073,10 @@ is-ci@^3.0.1:
40734073
dependencies:
40744074
ci-info "^3.2.0"
40754075

4076-
is-core-module@^2.2.0, is-core-module@^2.8.0:
4077-
version "2.8.0"
4078-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
4079-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
4076+
is-core-module@^2.8.1:
4077+
version "2.8.1"
4078+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
4079+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
40804080
dependencies:
40814081
has "^1.0.3"
40824082

@@ -5074,7 +5074,7 @@ min-indent@^1.0.0:
50745074
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
50755075
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
50765076

5077-
[email protected], minimatch@^3.0.4:
5077+
50785078
version "3.0.4"
50795079
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
50805080
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -5088,6 +5088,13 @@ [email protected]:
50885088
dependencies:
50895089
brace-expansion "^1.1.7"
50905090

5091+
minimatch@^3.0.4, minimatch@^3.1.2:
5092+
version "3.1.2"
5093+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
5094+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
5095+
dependencies:
5096+
brace-expansion "^1.1.7"
5097+
50915098
minimist-options@^4.0.2:
50925099
version "4.1.0"
50935100
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5097,10 +5104,10 @@ minimist-options@^4.0.2:
50975104
is-plain-obj "^1.1.0"
50985105
kind-of "^6.0.3"
50995106

5100-
minimist@^1.2.0, minimist@^1.2.5:
5101-
version "1.2.5"
5102-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5103-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5107+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
5108+
version "1.2.6"
5109+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5110+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
51045111

51055112
mixme@^0.5.0:
51065113
version "0.5.1"
@@ -5440,7 +5447,7 @@ path-key@^3.0.0, path-key@^3.1.0:
54405447
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
54415448
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
54425449

5443-
path-parse@^1.0.6:
5450+
path-parse@^1.0.6, path-parse@^1.0.7:
54445451
version "1.0.7"
54455452
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
54465453
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -5731,13 +5738,14 @@ [email protected]:
57315738
dependencies:
57325739
path-parse "^1.0.6"
57335740

5734-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0:
5735-
version "1.20.0"
5736-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
5737-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
5741+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0:
5742+
version "1.22.0"
5743+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
5744+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
57385745
dependencies:
5739-
is-core-module "^2.2.0"
5740-
path-parse "^1.0.6"
5746+
is-core-module "^2.8.1"
5747+
path-parse "^1.0.7"
5748+
supports-preserve-symlinks-flag "^1.0.0"
57415749

57425750
restore-cursor@^3.1.0:
57435751
version "3.1.0"
@@ -6192,6 +6200,11 @@ supports-hyperlinks@^2.0.0:
61926200
has-flag "^4.0.0"
61936201
supports-color "^7.0.0"
61946202

6203+
supports-preserve-symlinks-flag@^1.0.0:
6204+
version "1.0.0"
6205+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
6206+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
6207+
61956208
symbol-observable@^1.0.4:
61966209
version "1.2.0"
61976210
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
@@ -6352,14 +6365,14 @@ ts-node@^9:
63526365
source-map-support "^0.5.17"
63536366
yn "3.1.1"
63546367

6355-
tsconfig-paths@^3.12.0:
6356-
version "3.12.0"
6357-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
6358-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
6368+
tsconfig-paths@^3.14.1:
6369+
version "3.14.1"
6370+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
6371+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
63596372
dependencies:
63606373
"@types/json5" "^0.0.29"
63616374
json5 "^1.0.1"
6362-
minimist "^1.2.0"
6375+
minimist "^1.2.6"
63636376
strip-bom "^3.0.0"
63646377

63656378
[email protected], tslib@^1.11.1, tslib@^1.8.1:

0 commit comments

Comments
 (0)