Skip to content

Commit 5fd216c

Browse files
chore(deps-dev): Bump eslint-plugin-import from 2.18.2 to 2.19.1 (#1243)
1 parent e6197bf commit 5fd216c

2 files changed

Lines changed: 82 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"codecov": "3.6.1",
2121
"eslint": "6.7.2",
2222
"eslint-config-prettier": "6.7.0",
23-
"eslint-plugin-import": "2.18.2",
23+
"eslint-plugin-import": "2.19.1",
2424
"eslint-plugin-jest": "23.1.1",
2525
"eslint-plugin-prettier": "3.1.1",
2626
"jest": "24.9.0",

yarn.lock

Lines changed: 81 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,15 @@ array-unique@^0.3.2:
12051205
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
12061206
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
12071207

1208+
array.prototype.flat@^1.2.1:
1209+
version "1.2.2"
1210+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
1211+
integrity sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ==
1212+
dependencies:
1213+
define-properties "^1.1.3"
1214+
es-abstract "^1.15.0"
1215+
function-bind "^1.1.1"
1216+
12081217
arrify@^1.0.1:
12091218
version "1.0.1"
12101219
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1446,7 +1455,7 @@ camelcase@^5.3.1:
14461455
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
14471456
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
14481457

1449-
caniuse-lite@^1.0.30001015:
1458+
caniuse-lite@^1.0.30000984, caniuse-lite@^1.0.30001015:
14501459
version "1.0.30001015"
14511460
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0"
14521461
integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==
@@ -1679,7 +1688,7 @@ data-urls@^1.0.0:
16791688
whatwg-mimetype "^2.2.0"
16801689
whatwg-url "^7.0.0"
16811690

1682-
debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
1691+
debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
16831692
version "2.6.9"
16841693
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
16851694
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -1804,7 +1813,7 @@ ecc-jsbn@~0.1.1:
18041813
jsbn "~0.1.0"
18051814
safer-buffer "^2.1.0"
18061815

1807-
electron-to-chromium@^1.3.322:
1816+
electron-to-chromium@^1.3.191, electron-to-chromium@^1.3.322:
18081817
version "1.3.322"
18091818
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
18101819
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
@@ -1845,6 +1854,22 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
18451854
is-regex "^1.0.4"
18461855
object-keys "^1.0.12"
18471856

1857+
es-abstract@^1.15.0:
1858+
version "1.16.3"
1859+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
1860+
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
1861+
dependencies:
1862+
es-to-primitive "^1.2.1"
1863+
function-bind "^1.1.1"
1864+
has "^1.0.3"
1865+
has-symbols "^1.0.1"
1866+
is-callable "^1.1.4"
1867+
is-regex "^1.0.4"
1868+
object-inspect "^1.7.0"
1869+
object-keys "^1.1.1"
1870+
string.prototype.trimleft "^2.1.0"
1871+
string.prototype.trimright "^2.1.0"
1872+
18481873
es-to-primitive@^1.2.0:
18491874
version "1.2.0"
18501875
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -1854,6 +1879,15 @@ es-to-primitive@^1.2.0:
18541879
is-date-object "^1.0.1"
18551880
is-symbol "^1.0.2"
18561881

1882+
es-to-primitive@^1.2.1:
1883+
version "1.2.1"
1884+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
1885+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
1886+
dependencies:
1887+
is-callable "^1.1.4"
1888+
is-date-object "^1.0.1"
1889+
is-symbol "^1.0.2"
1890+
18571891
es6-promise@^4.0.3:
18581892
version "4.2.5"
18591893
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054"
@@ -1898,30 +1932,31 @@ eslint-import-resolver-node@^0.3.2:
18981932
debug "^2.6.9"
18991933
resolve "^1.5.0"
19001934

1901-
eslint-module-utils@^2.4.0:
1902-
version "2.4.0"
1903-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
1904-
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
1935+
eslint-module-utils@^2.4.1:
1936+
version "2.5.0"
1937+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
1938+
integrity sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==
19051939
dependencies:
1906-
debug "^2.6.8"
1940+
debug "^2.6.9"
19071941
pkg-dir "^2.0.0"
19081942

1909-
eslint-plugin-import@2.18.2:
1910-
version "2.18.2"
1911-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
1912-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
1943+
eslint-plugin-import@2.19.1:
1944+
version "2.19.1"
1945+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
1946+
integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw==
19131947
dependencies:
19141948
array-includes "^3.0.3"
1949+
array.prototype.flat "^1.2.1"
19151950
contains-path "^0.1.0"
19161951
debug "^2.6.9"
19171952
doctrine "1.5.0"
19181953
eslint-import-resolver-node "^0.3.2"
1919-
eslint-module-utils "^2.4.0"
1954+
eslint-module-utils "^2.4.1"
19201955
has "^1.0.3"
19211956
minimatch "^3.0.4"
19221957
object.values "^1.1.0"
19231958
read-pkg-up "^2.0.0"
1924-
resolve "^1.11.0"
1959+
resolve "^1.12.0"
19251960

19261961
eslint-plugin-jest@23.1.1:
19271962
version "23.1.1"
@@ -2419,6 +2454,11 @@ has-symbols@^1.0.0:
24192454
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
24202455
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
24212456

2457+
has-symbols@^1.0.1:
2458+
version "1.0.1"
2459+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2460+
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
2461+
24222462
has-unicode@^2.0.0:
24232463
version "2.0.1"
24242464
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3694,7 +3734,7 @@ node-pre-gyp@^0.10.0:
36943734
semver "^5.3.0"
36953735
tar "^4"
36963736

3697-
node-releases@^1.1.42:
3737+
node-releases@^1.1.25, node-releases@^1.1.42:
36983738
version "1.1.42"
36993739
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.42.tgz#a999f6a62f8746981f6da90627a8d2fc090bbad7"
37003740
integrity sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA==
@@ -3785,7 +3825,12 @@ object-copy@^0.1.0:
37853825
define-property "^0.2.5"
37863826
kind-of "^3.0.3"
37873827

3788-
object-keys@^1.0.11:
3828+
object-inspect@^1.7.0:
3829+
version "1.7.0"
3830+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
3831+
integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
3832+
3833+
object-keys@^1.0.11, object-keys@^1.1.1:
37893834
version "1.1.1"
37903835
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
37913836
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -4379,10 +4424,10 @@ resolve@1.1.7:
43794424
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
43804425
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
43814426

4382-
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.3.2, resolve@^1.5.0:
4383-
version "1.12.0"
4384-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4385-
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4427+
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0:
4428+
version "1.13.1"
4429+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
4430+
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
43864431
dependencies:
43874432
path-parse "^1.0.6"
43884433

@@ -4822,6 +4867,22 @@ string-width@^4.1.0:
48224867
is-fullwidth-code-point "^3.0.0"
48234868
strip-ansi "^6.0.0"
48244869

4870+
string.prototype.trimleft@^2.1.0:
4871+
version "2.1.0"
4872+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
4873+
integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
4874+
dependencies:
4875+
define-properties "^1.1.3"
4876+
function-bind "^1.1.1"
4877+
4878+
string.prototype.trimright@^2.1.0:
4879+
version "2.1.0"
4880+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
4881+
integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
4882+
dependencies:
4883+
define-properties "^1.1.3"
4884+
function-bind "^1.1.1"
4885+
48254886
string_decoder@~1.1.1:
48264887
version "1.1.1"
48274888
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)