Skip to content

Commit 9150972

Browse files
authored
Update eslint-plugin-import to version 2.26.0
1 parent 3bf8d95 commit 9150972

2 files changed

Lines changed: 50 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dugite": "^1.104.0",
3333
"eslint": "^7.32.0",
3434
"eslint-config-standard": "^14.1.1",
35-
"eslint-plugin-import": "^2.25.3",
35+
"eslint-plugin-import": "^2.26.0",
3636
"eslint-plugin-mocha": "^7.0.1",
3737
"eslint-plugin-node": "^11.1.0",
3838
"eslint-plugin-standard": "^4.1.0",

yarn.lock

Lines changed: 49 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,14 +2238,13 @@ eslint-module-utils@^2.4.0:
22382238
debug "^2.6.9"
22392239
pkg-dir "^2.0.0"
22402240

2241-
eslint-module-utils@^2.7.1:
2242-
version "2.7.1"
2243-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2244-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2241+
eslint-module-utils@^2.7.3:
2242+
version "2.7.3"
2243+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2244+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
22452245
dependencies:
22462246
debug "^3.2.7"
22472247
find-up "^2.1.0"
2248-
pkg-dir "^2.0.0"
22492248

22502249
eslint-plugin-es@^2.0.0:
22512250
version "2.0.0"
@@ -2263,24 +2262,24 @@ eslint-plugin-es@^3.0.0:
22632262
eslint-utils "^2.0.0"
22642263
regexpp "^3.0.0"
22652264

2266-
eslint-plugin-import@^2.25.3:
2267-
version "2.25.3"
2268-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2269-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
2265+
eslint-plugin-import@^2.26.0:
2266+
version "2.26.0"
2267+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2268+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
22702269
dependencies:
22712270
array-includes "^3.1.4"
22722271
array.prototype.flat "^1.2.5"
22732272
debug "^2.6.9"
22742273
doctrine "^2.1.0"
22752274
eslint-import-resolver-node "^0.3.6"
2276-
eslint-module-utils "^2.7.1"
2275+
eslint-module-utils "^2.7.3"
22772276
has "^1.0.3"
2278-
is-core-module "^2.8.0"
2277+
is-core-module "^2.8.1"
22792278
is-glob "^4.0.3"
2280-
minimatch "^3.0.4"
2279+
minimatch "^3.1.2"
22812280
object.values "^1.1.5"
2282-
resolve "^1.20.0"
2283-
tsconfig-paths "^3.11.0"
2281+
resolve "^1.22.0"
2282+
tsconfig-paths "^3.14.1"
22842283

22852284
eslint-plugin-import@~2.18.0:
22862285
version "2.18.2"
@@ -3646,10 +3645,10 @@ is-core-module@^2.2.0:
36463645
dependencies:
36473646
has "^1.0.3"
36483647

3649-
is-core-module@^2.8.0:
3650-
version "2.8.0"
3651-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
3652-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
3648+
is-core-module@^2.8.1:
3649+
version "2.8.1"
3650+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
3651+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
36533652
dependencies:
36543653
has "^1.0.3"
36553654

@@ -4620,6 +4619,13 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.4:
46204619
dependencies:
46214620
brace-expansion "^1.1.7"
46224621

4622+
minimatch@^3.1.2:
4623+
version "3.1.2"
4624+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4625+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4626+
dependencies:
4627+
brace-expansion "^1.1.7"
4628+
46234629
minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0, minimist@~1.2.0:
46244630
version "1.2.0"
46254631
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -4630,6 +4636,11 @@ minimist@^1.2.3, minimist@^1.2.5:
46304636
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
46314637
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
46324638

4639+
minimist@^1.2.6:
4640+
version "1.2.6"
4641+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
4642+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
4643+
46334644
minipass@^2.6.0, minipass@^2.9.0:
46344645
version "2.9.0"
46354646
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
@@ -5175,7 +5186,7 @@ path-key@^3.0.0, path-key@^3.1.0:
51755186
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
51765187
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
51775188

5178-
path-parse@^1.0.6:
5189+
path-parse@^1.0.6, path-parse@^1.0.7:
51795190
version "1.0.7"
51805191
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
51815192
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -6320,6 +6331,15 @@ resolve@^1.20.0:
63206331
is-core-module "^2.2.0"
63216332
path-parse "^1.0.6"
63226333

6334+
resolve@^1.22.0:
6335+
version "1.22.0"
6336+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
6337+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
6338+
dependencies:
6339+
is-core-module "^2.8.1"
6340+
path-parse "^1.0.7"
6341+
supports-preserve-symlinks-flag "^1.0.0"
6342+
63236343
responselike@^1.0.2:
63246344
version "1.0.2"
63256345
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -7037,6 +7057,11 @@ supports-color@^8.0.0:
70377057
dependencies:
70387058
has-flag "^4.0.0"
70397059

7060+
supports-preserve-symlinks-flag@^1.0.0:
7061+
version "1.0.0"
7062+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
7063+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
7064+
70407065
table@^5.2.3:
70417066
version "5.4.6"
70427067
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
@@ -7295,14 +7320,14 @@ ts-node@6.2.0:
72957320
source-map-support "^0.5.6"
72967321
yn "^2.0.0"
72977322

7298-
tsconfig-paths@^3.11.0:
7299-
version "3.11.0"
7300-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
7301-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
7323+
tsconfig-paths@^3.14.1:
7324+
version "3.14.1"
7325+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
7326+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
73027327
dependencies:
73037328
"@types/json5" "^0.0.29"
73047329
json5 "^1.0.1"
7305-
minimist "^1.2.0"
7330+
minimist "^1.2.6"
73067331
strip-bom "^3.0.0"
73077332

73087333
tslib@^1.8.1, tslib@^1.9.0:

0 commit comments

Comments
 (0)