Skip to content

Commit b1eabda

Browse files
committed
fix(deps): update dependency eslint-plugin-import to v2.20.1
1 parent a03816b commit b1eabda

File tree

2 files changed

+88
-15
lines changed

2 files changed

+88
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "4.19.1",
2121
"eslint-config-algolia": "13.4.0",
2222
"eslint-config-prettier": "2.10.0",
23-
"eslint-plugin-import": "2.18.2",
23+
"eslint-plugin-import": "2.20.1",
2424
"eslint-plugin-prettier": "2.7.0",
2525
"fragments.css": "1.0.49-alpha",
2626
"gh-pages": "1.2.0",

yarn.lock

Lines changed: 87 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,14 @@ array-unique@^0.3.2:
632632
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
633633
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
634634

635+
array.prototype.flat@^1.2.1:
636+
version "1.2.3"
637+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
638+
integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
639+
dependencies:
640+
define-properties "^1.1.3"
641+
es-abstract "^1.17.0-next.1"
642+
635643
arrify@^1.0.0, arrify@^1.0.1:
636644
version "1.0.1"
637645
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2012,7 +2020,7 @@ dateformat@^2.0.0:
20122020
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062"
20132021
integrity sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=
20142022

2015-
[email protected], debug@^2.1.0, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
2023+
[email protected], debug@^2.1.0, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
20162024
version "2.6.9"
20172025
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
20182026
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2643,6 +2651,23 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
26432651
string.prototype.trimleft "^2.0.0"
26442652
string.prototype.trimright "^2.0.0"
26452653

2654+
es-abstract@^1.17.0-next.1:
2655+
version "1.17.4"
2656+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.4.tgz#e3aedf19706b20e7c2594c35fc0d57605a79e184"
2657+
integrity sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==
2658+
dependencies:
2659+
es-to-primitive "^1.2.1"
2660+
function-bind "^1.1.1"
2661+
has "^1.0.3"
2662+
has-symbols "^1.0.1"
2663+
is-callable "^1.1.5"
2664+
is-regex "^1.0.5"
2665+
object-inspect "^1.7.0"
2666+
object-keys "^1.1.1"
2667+
object.assign "^4.1.0"
2668+
string.prototype.trimleft "^2.1.1"
2669+
string.prototype.trimright "^2.1.1"
2670+
26462671
es-to-primitive@^1.2.0:
26472672
version "1.2.0"
26482673
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -2652,6 +2677,15 @@ es-to-primitive@^1.2.0:
26522677
is-date-object "^1.0.1"
26532678
is-symbol "^1.0.2"
26542679

2680+
es-to-primitive@^1.2.1:
2681+
version "1.2.1"
2682+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2683+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
2684+
dependencies:
2685+
is-callable "^1.1.4"
2686+
is-date-object "^1.0.1"
2687+
is-symbol "^1.0.2"
2688+
26552689
es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.51, es5-ext@~0.10.14:
26562690
version "0.10.51"
26572691
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.51.tgz#ed2d7d9d48a12df86e0299287e93a09ff478842f"
@@ -2771,30 +2805,31 @@ eslint-import-resolver-node@^0.3.2:
27712805
debug "^2.6.9"
27722806
resolve "^1.5.0"
27732807

2774-
eslint-module-utils@^2.4.0:
2775-
version "2.4.1"
2776-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz#7b4675875bf96b0dbf1b21977456e5bb1f5e018c"
2777-
integrity sha512-H6DOj+ejw7Tesdgbfs4jeS4YMFrT8uI8xwd1gtQqXssaR0EQ26L+2O/w6wkYFy2MymON0fTwHmXBvvfLNZVZEw==
2808+
eslint-module-utils@^2.4.1:
2809+
version "2.5.2"
2810+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
2811+
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
27782812
dependencies:
2779-
debug "^2.6.8"
2813+
debug "^2.6.9"
27802814
pkg-dir "^2.0.0"
27812815

2782-
eslint-plugin-import@2.18.2:
2783-
version "2.18.2"
2784-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
2785-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
2816+
eslint-plugin-import@2.20.1:
2817+
version "2.20.1"
2818+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
2819+
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
27862820
dependencies:
27872821
array-includes "^3.0.3"
2822+
array.prototype.flat "^1.2.1"
27882823
contains-path "^0.1.0"
27892824
debug "^2.6.9"
27902825
doctrine "1.5.0"
27912826
eslint-import-resolver-node "^0.3.2"
2792-
eslint-module-utils "^2.4.0"
2827+
eslint-module-utils "^2.4.1"
27932828
has "^1.0.3"
27942829
minimatch "^3.0.4"
27952830
object.values "^1.1.0"
27962831
read-pkg-up "^2.0.0"
2797-
resolve "^1.11.0"
2832+
resolve "^1.12.0"
27982833

27992834
28002835
version "2.7.0"
@@ -4339,6 +4374,11 @@ has-symbols@^1.0.0:
43394374
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
43404375
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
43414376

4377+
has-symbols@^1.0.1:
4378+
version "1.0.1"
4379+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
4380+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
4381+
43424382
has-to-string-tag-x@^1.2.0:
43434383
version "1.4.1"
43444384
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
@@ -4862,6 +4902,11 @@ is-callable@^1.1.4:
48624902
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
48634903
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
48644904

4905+
is-callable@^1.1.5:
4906+
version "1.1.5"
4907+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
4908+
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
4909+
48654910
is-data-descriptor@^0.1.4:
48664911
version "0.1.4"
48674912
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5095,6 +5140,13 @@ is-regex@^1.0.4:
50955140
dependencies:
50965141
has "^1.0.1"
50975142

5143+
is-regex@^1.0.5:
5144+
version "1.0.5"
5145+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
5146+
integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==
5147+
dependencies:
5148+
has "^1.0.3"
5149+
50985150
is-relative@^0.1.0:
50995151
version "0.1.3"
51005152
resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.1.3.tgz#905fee8ae86f45b3ec614bc3c15c869df0876e82"
@@ -6726,6 +6778,11 @@ object-inspect@^1.6.0:
67266778
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
67276779
integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
67286780

6781+
object-inspect@^1.7.0:
6782+
version "1.7.0"
6783+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
6784+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
6785+
67296786
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.0, object-keys@^1.1.1:
67306787
version "1.1.1"
67316788
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -6738,7 +6795,7 @@ object-visit@^1.0.0:
67386795
dependencies:
67396796
isobject "^3.0.0"
67406797

6741-
object.assign@^4.0.4:
6798+
object.assign@^4.0.4, object.assign@^4.1.0:
67426799
version "4.1.0"
67436800
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
67446801
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
@@ -8039,7 +8096,7 @@ resolve-url@^0.2.1:
80398096
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
80408097
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
80418098

8042-
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.5.0:
8099+
resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.5.0:
80438100
version "1.12.0"
80448101
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
80458102
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
@@ -8689,6 +8746,14 @@ string.prototype.trimleft@^2.0.0:
86898746
define-properties "^1.1.3"
86908747
function-bind "^1.1.1"
86918748

8749+
string.prototype.trimleft@^2.1.1:
8750+
version "2.1.1"
8751+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
8752+
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
8753+
dependencies:
8754+
define-properties "^1.1.3"
8755+
function-bind "^1.1.1"
8756+
86928757
string.prototype.trimright@^2.0.0:
86938758
version "2.1.0"
86948759
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
@@ -8697,6 +8762,14 @@ string.prototype.trimright@^2.0.0:
86978762
define-properties "^1.1.3"
86988763
function-bind "^1.1.1"
86998764

8765+
string.prototype.trimright@^2.1.1:
8766+
version "2.1.1"
8767+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
8768+
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
8769+
dependencies:
8770+
define-properties "^1.1.3"
8771+
function-bind "^1.1.1"
8772+
87008773
string_decoder@^1.0.0, string_decoder@^1.1.1:
87018774
version "1.3.0"
87028775
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"

0 commit comments

Comments
 (0)