Skip to content

Commit 713638f

Browse files
Bump eslint-plugin-import from 2.18.2 to 2.20.1 (#234)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.20.1. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.18.2...v2.20.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 160cc0e commit 713638f

File tree

1 file changed

+99
-16
lines changed

1 file changed

+99
-16
lines changed

yarn.lock

Lines changed: 99 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,14 @@ array-unique@^0.3.2:
619619
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
620620
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
621621

622+
array.prototype.flat@^1.2.1:
623+
version "1.2.3"
624+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
625+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
626+
dependencies:
627+
define-properties "^1.1.3"
628+
es-abstract "^1.17.0-next.1"
629+
622630
asn1@~0.2.3:
623631
version "0.2.4"
624632
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
@@ -1079,7 +1087,7 @@ date-format@^2.1.0:
10791087
resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf"
10801088
integrity sha512-bYQuGLeFxhkxNOF3rcMtiZxvCBAquGzZm6oWA1oZ0g2THUzivaRhv8uOhdr19LmoobSOLoIAxeUK2RdbM8IFTA==
10811089

1082-
debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
1090+
debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
10831091
version "2.6.9"
10841092
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
10851093
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -1264,6 +1272,23 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
12641272
is-regex "^1.0.4"
12651273
object-keys "^1.0.12"
12661274

1275+
es-abstract@^1.17.0-next.1:
1276+
version "1.17.4"
1277+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
1278+
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
1279+
dependencies:
1280+
es-to-primitive "^1.2.1"
1281+
function-bind "^1.1.1"
1282+
has "^1.0.3"
1283+
has-symbols "^1.0.1"
1284+
is-callable "^1.1.5"
1285+
is-regex "^1.0.5"
1286+
object-inspect "^1.7.0"
1287+
object-keys "^1.1.1"
1288+
object.assign "^4.1.0"
1289+
string.prototype.trimleft "^2.1.1"
1290+
string.prototype.trimright "^2.1.1"
1291+
12671292
es-to-primitive@^1.2.0:
12681293
version "1.2.0"
12691294
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -1273,6 +1298,15 @@ es-to-primitive@^1.2.0:
12731298
is-date-object "^1.0.1"
12741299
is-symbol "^1.0.2"
12751300

1301+
es-to-primitive@^1.2.1:
1302+
version "1.2.1"
1303+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1304+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
1305+
dependencies:
1306+
is-callable "^1.1.4"
1307+
is-date-object "^1.0.1"
1308+
is-symbol "^1.0.2"
1309+
12761310
escape-string-regexp@^1.0.5:
12771311
version "1.0.5"
12781312
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1303,12 +1337,12 @@ eslint-import-resolver-node@^0.3.2:
13031337
debug "^2.6.9"
13041338
resolve "^1.5.0"
13051339

1306-
eslint-module-utils@^2.4.0:
1307-
version "2.4.0"
1308-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
1309-
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
1340+
eslint-module-utils@^2.4.1:
1341+
version "2.5.2"
1342+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
1343+
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
13101344
dependencies:
1311-
debug "^2.6.8"
1345+
debug "^2.6.9"
13121346
pkg-dir "^2.0.0"
13131347

13141348
eslint-plugin-es@^2.0.0:
@@ -1320,21 +1354,22 @@ eslint-plugin-es@^2.0.0:
13201354
regexpp "^3.0.0"
13211355

13221356
eslint-plugin-import@^2.18.2:
1323-
version "2.18.2"
1324-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
1325-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
1357+
version "2.20.1"
1358+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
1359+
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
13261360
dependencies:
13271361
array-includes "^3.0.3"
1362+
array.prototype.flat "^1.2.1"
13281363
contains-path "^0.1.0"
13291364
debug "^2.6.9"
13301365
doctrine "1.5.0"
13311366
eslint-import-resolver-node "^0.3.2"
1332-
eslint-module-utils "^2.4.0"
1367+
eslint-module-utils "^2.4.1"
13331368
has "^1.0.3"
13341369
minimatch "^3.0.4"
13351370
object.values "^1.1.0"
13361371
read-pkg-up "^2.0.0"
1337-
resolve "^1.11.0"
1372+
resolve "^1.12.0"
13381373

13391374
eslint-plugin-node@^10.0.0:
13401375
version "10.0.0"
@@ -1899,6 +1934,11 @@ has-symbols@^1.0.0:
18991934
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
19001935
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
19011936

1937+
has-symbols@^1.0.1:
1938+
version "1.0.1"
1939+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
1940+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
1941+
19021942
has-unicode@^2.0.0:
19031943
version "2.0.1"
19041944
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2101,6 +2141,11 @@ is-callable@^1.1.4:
21012141
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
21022142
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
21032143

2144+
is-callable@^1.1.5:
2145+
version "1.1.5"
2146+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
2147+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
2148+
21042149
is-ci@^2.0.0:
21052150
version "2.0.0"
21062151
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -2242,6 +2287,13 @@ is-regex@^1.0.4:
22422287
dependencies:
22432288
has "^1.0.1"
22442289

2290+
is-regex@^1.0.5:
2291+
version "1.0.5"
2292+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
2293+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
2294+
dependencies:
2295+
has "^1.0.3"
2296+
22452297
is-stream@^1.1.0:
22462298
version "1.1.0"
22472299
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -3359,7 +3411,12 @@ object-copy@^0.1.0:
33593411
define-property "^0.2.5"
33603412
kind-of "^3.0.3"
33613413

3362-
object-keys@^1.0.12:
3414+
object-inspect@^1.7.0:
3415+
version "1.7.0"
3416+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3417+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
3418+
3419+
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
33633420
version "1.1.1"
33643421
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
33653422
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -3371,6 +3428,16 @@ object-visit@^1.0.0:
33713428
dependencies:
33723429
isobject "^3.0.0"
33733430

3431+
object.assign@^4.1.0:
3432+
version "4.1.0"
3433+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
3434+
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
3435+
dependencies:
3436+
define-properties "^1.1.2"
3437+
function-bind "^1.1.1"
3438+
has-symbols "^1.0.0"
3439+
object-keys "^1.0.11"
3440+
33743441
object.getownpropertydescriptors@^2.0.3:
33753442
version "2.0.3"
33763443
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -3939,10 +4006,10 @@ [email protected]:
39394006
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
39404007
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
39414008

3942-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.3.2, resolve@^1.5.0:
3943-
version "1.11.1"
3944-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
3945-
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
4009+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
4010+
version "1.15.0"
4011+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
4012+
integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
39464013
dependencies:
39474014
path-parse "^1.0.6"
39484015

@@ -4332,6 +4399,22 @@ string-width@^4.1.0:
43324399
is-fullwidth-code-point "^3.0.0"
43334400
strip-ansi "^5.2.0"
43344401

4402+
string.prototype.trimleft@^2.1.1:
4403+
version "2.1.1"
4404+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
4405+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
4406+
dependencies:
4407+
define-properties "^1.1.3"
4408+
function-bind "^1.1.1"
4409+
4410+
string.prototype.trimright@^2.1.1:
4411+
version "2.1.1"
4412+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
4413+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
4414+
dependencies:
4415+
define-properties "^1.1.3"
4416+
function-bind "^1.1.1"
4417+
43354418
string_decoder@~1.1.1:
43364419
version "1.1.1"
43374420
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)