Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3e8b360

Browse files
dependabot-preview[bot]kylef
authored andcommitted
chore(deps-dev): bump eslint-plugin-import from 2.18.2 to 2.20.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.20.0. - [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.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4893c4f commit 3e8b360

File tree

1 file changed

+90
-19
lines changed

1 file changed

+90
-19
lines changed

yarn.lock

Lines changed: 90 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,14 @@ array-unique@^0.3.2:
13691369
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
13701370
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
13711371

1372+
array.prototype.flat@^1.2.1:
1373+
version "1.2.3"
1374+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
1375+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
1376+
dependencies:
1377+
define-properties "^1.1.3"
1378+
es-abstract "^1.17.0-next.1"
1379+
13721380
arrify@^1.0.1:
13731381
version "1.0.1"
13741382
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2193,7 +2201,7 @@ [email protected], debug@=3.1.0:
21932201
dependencies:
21942202
ms "2.0.0"
21952203

2196-
debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
2204+
debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
21972205
version "2.6.9"
21982206
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
21992207
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2486,6 +2494,23 @@ es-abstract@^1.12.0, es-abstract@^1.7.0:
24862494
is-regex "^1.0.4"
24872495
object-keys "^1.0.12"
24882496

2497+
es-abstract@^1.17.0-next.1:
2498+
version "1.17.4"
2499+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
2500+
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
2501+
dependencies:
2502+
es-to-primitive "^1.2.1"
2503+
function-bind "^1.1.1"
2504+
has "^1.0.3"
2505+
has-symbols "^1.0.1"
2506+
is-callable "^1.1.5"
2507+
is-regex "^1.0.5"
2508+
object-inspect "^1.7.0"
2509+
object-keys "^1.1.1"
2510+
object.assign "^4.1.0"
2511+
string.prototype.trimleft "^2.1.1"
2512+
string.prototype.trimright "^2.1.1"
2513+
24892514
es-to-primitive@^1.2.0:
24902515
version "1.2.0"
24912516
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -2495,6 +2520,15 @@ es-to-primitive@^1.2.0:
24952520
is-date-object "^1.0.1"
24962521
is-symbol "^1.0.2"
24972522

2523+
es-to-primitive@^1.2.1:
2524+
version "1.2.1"
2525+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2526+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
2527+
dependencies:
2528+
is-callable "^1.1.4"
2529+
is-date-object "^1.0.1"
2530+
is-symbol "^1.0.2"
2531+
24982532
es6-error@^4.0.1:
24992533
version "4.1.1"
25002534
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
@@ -2534,30 +2568,31 @@ eslint-import-resolver-node@^0.3.2:
25342568
debug "^2.6.9"
25352569
resolve "^1.5.0"
25362570

2537-
eslint-module-utils@^2.4.0:
2538-
version "2.4.0"
2539-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
2540-
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
2571+
eslint-module-utils@^2.4.1:
2572+
version "2.5.2"
2573+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
2574+
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
25412575
dependencies:
2542-
debug "^2.6.8"
2576+
debug "^2.6.9"
25432577
pkg-dir "^2.0.0"
25442578

25452579
eslint-plugin-import@^2.14.0:
2546-
version "2.18.2"
2547-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
2548-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
2580+
version "2.20.0"
2581+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.0.tgz#d749a7263fb6c29980def8e960d380a6aa6aecaa"
2582+
integrity sha512-NK42oA0mUc8Ngn4kONOPsPB1XhbUvNHqF+g307dPV28aknPoiNnKLFd9em4nkswwepdF5ouieqv5Th/63U7YJQ==
25492583
dependencies:
25502584
array-includes "^3.0.3"
2585+
array.prototype.flat "^1.2.1"
25512586
contains-path "^0.1.0"
25522587
debug "^2.6.9"
25532588
doctrine "1.5.0"
25542589
eslint-import-resolver-node "^0.3.2"
2555-
eslint-module-utils "^2.4.0"
2590+
eslint-module-utils "^2.4.1"
25562591
has "^1.0.3"
25572592
minimatch "^3.0.4"
25582593
object.values "^1.1.0"
25592594
read-pkg-up "^2.0.0"
2560-
resolve "^1.11.0"
2595+
resolve "^1.12.0"
25612596

25622597
eslint-scope@^4.0.3:
25632598
version "4.0.3"
@@ -3249,6 +3284,11 @@ has-symbols@^1.0.0:
32493284
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
32503285
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
32513286

3287+
has-symbols@^1.0.1:
3288+
version "1.0.1"
3289+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
3290+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
3291+
32523292
has-unicode@^2.0.0, has-unicode@^2.0.1:
32533293
version "2.0.1"
32543294
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3524,6 +3564,11 @@ is-callable@^1.1.4:
35243564
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
35253565
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
35263566

3567+
is-callable@^1.1.5:
3568+
version "1.1.5"
3569+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
3570+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
3571+
35273572
is-ci@^2.0.0:
35283573
version "2.0.0"
35293574
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -3678,6 +3723,13 @@ is-regex@^1.0.4:
36783723
dependencies:
36793724
has "^1.0.1"
36803725

3726+
is-regex@^1.0.5:
3727+
version "1.0.5"
3728+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
3729+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
3730+
dependencies:
3731+
has "^1.0.3"
3732+
36813733
is-ssh@^1.3.0:
36823734
version "1.3.1"
36833735
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3"
@@ -4809,11 +4861,21 @@ object-copy@^0.1.0:
48094861
define-property "^0.2.5"
48104862
kind-of "^3.0.3"
48114863

4864+
object-inspect@^1.7.0:
4865+
version "1.7.0"
4866+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
4867+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
4868+
48124869
object-keys@^1.0.11, object-keys@^1.0.12:
48134870
version "1.0.12"
48144871
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
48154872
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==
48164873

4874+
object-keys@^1.1.1:
4875+
version "1.1.1"
4876+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
4877+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
4878+
48174879
object-visit@^1.0.0:
48184880
version "1.0.1"
48194881
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -5683,14 +5745,7 @@ resolve-url@^0.2.1:
56835745
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
56845746
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
56855747

5686-
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.5.0:
5687-
version "1.11.1"
5688-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
5689-
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
5690-
dependencies:
5691-
path-parse "^1.0.6"
5692-
5693-
resolve@^1.3.2:
5748+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
56945749
version "1.15.0"
56955750
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5"
56965751
integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==
@@ -6122,6 +6177,22 @@ string-width@^4.1.0, string-width@^4.2.0:
61226177
is-fullwidth-code-point "^3.0.0"
61236178
strip-ansi "^6.0.0"
61246179

6180+
string.prototype.trimleft@^2.1.1:
6181+
version "2.1.1"
6182+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
6183+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
6184+
dependencies:
6185+
define-properties "^1.1.3"
6186+
function-bind "^1.1.1"
6187+
6188+
string.prototype.trimright@^2.1.1:
6189+
version "2.1.1"
6190+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
6191+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
6192+
dependencies:
6193+
define-properties "^1.1.3"
6194+
function-bind "^1.1.1"
6195+
61256196
string_decoder@^1.1.1:
61266197
version "1.2.0"
61276198
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"

0 commit comments

Comments
 (0)