Skip to content

Commit ce8c923

Browse files
committed
Upgrading eslint-plugin-import to fix import-js/eslint-plugin-import#842
1 parent 841dcf8 commit ce8c923

File tree

1 file changed

+67
-52
lines changed

1 file changed

+67
-52
lines changed

yarn.lock

+67-52
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,9 @@ babylon@^6.11.0:
875875
version "6.14.1"
876876
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.14.1.tgz#956275fab72753ad9b3435d7afe58f8bf0a29815"
877877

878-
balanced-match@^0.4.1:
879-
version "0.4.2"
880-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
878+
balanced-match@^1.0.0:
879+
version "1.0.0"
880+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
881881

882882
bcrypt-pbkdf@^1.0.0:
883883
version "1.0.0"
@@ -933,11 +933,11 @@ boxen@^1.0.0:
933933
term-size "^0.1.0"
934934
widest-line "^1.0.0"
935935

936-
brace-expansion@^1.0.0:
937-
version "1.1.6"
938-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9"
936+
brace-expansion@^1.0.0, brace-expansion@^1.1.7:
937+
version "1.1.11"
938+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
939939
dependencies:
940-
balanced-match "^0.4.1"
940+
balanced-match "^1.0.0"
941941
concat-map "0.0.1"
942942

943943
braces@^1.8.2:
@@ -978,7 +978,7 @@ buffer-shims@^1.0.0, buffer-shims@~1.0.0:
978978
version "1.0.0"
979979
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
980980

981-
builtin-modules@^1.0.0, builtin-modules@^1.1.0, builtin-modules@^1.1.1:
981+
builtin-modules@^1.0.0, builtin-modules@^1.1.0:
982982
version "1.1.1"
983983
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
984984

@@ -1374,24 +1374,30 @@ debug-log@^1.0.1:
13741374
version "1.0.1"
13751375
resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f"
13761376

1377-
[email protected], debug@~2.2.0:
1378-
version "2.2.0"
1379-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1380-
dependencies:
1381-
ms "0.7.1"
1382-
1383-
debug@^2.1.1, debug@^2.2.0:
1377+
debug@^2.1.1:
13841378
version "2.3.3"
13851379
resolved "https://registry.yarnpkg.com/debug/-/debug-2.3.3.tgz#40c453e67e6e13c901ddec317af8986cda9eff8c"
13861380
dependencies:
13871381
ms "0.7.2"
13881382

1383+
debug@^2.2.0, debug@^2.6.8, debug@^2.6.9:
1384+
version "2.6.9"
1385+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1386+
dependencies:
1387+
ms "2.0.0"
1388+
13891389
debug@^2.6.3:
13901390
version "2.6.7"
13911391
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.7.tgz#92bad1f6d05bbb6bba22cca88bcd0ec894c2861e"
13921392
dependencies:
13931393
ms "2.0.0"
13941394

1395+
debug@~2.2.0:
1396+
version "2.2.0"
1397+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1398+
dependencies:
1399+
ms "0.7.1"
1400+
13951401
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
13961402
version "1.2.0"
13971403
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1591,35 +1597,34 @@ eslint-config-airbnb-base@^11.2.0:
15911597
version "11.2.0"
15921598
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.2.0.tgz#19a9dc4481a26f70904545ec040116876018f853"
15931599

1594-
eslint-import-resolver-node@^0.2.0:
1595-
version "0.2.3"
1596-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
1600+
eslint-import-resolver-node@^0.3.1:
1601+
version "0.3.2"
1602+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
15971603
dependencies:
1598-
debug "^2.2.0"
1599-
object-assign "^4.0.1"
1600-
resolve "^1.1.6"
1604+
debug "^2.6.9"
1605+
resolve "^1.5.0"
16011606

1602-
eslint-module-utils@^2.0.0:
1603-
version "2.0.0"
1604-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.0.0.tgz#a6f8c21d901358759cdc35dbac1982ae1ee58bce"
1607+
eslint-module-utils@^2.2.0:
1608+
version "2.2.0"
1609+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
16051610
dependencies:
1606-
debug "2.2.0"
1611+
debug "^2.6.8"
16071612
pkg-dir "^1.0.0"
16081613

16091614
eslint-plugin-import@^2.0.1:
1610-
version "2.2.0"
1611-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.2.0.tgz#72ba306fad305d67c4816348a4699a4229ac8b4e"
1615+
version "2.13.0"
1616+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed"
16121617
dependencies:
1613-
builtin-modules "^1.1.1"
16141618
contains-path "^0.1.0"
1615-
debug "^2.2.0"
1619+
debug "^2.6.8"
16161620
doctrine "1.5.0"
1617-
eslint-import-resolver-node "^0.2.0"
1618-
eslint-module-utils "^2.0.0"
1621+
eslint-import-resolver-node "^0.3.1"
1622+
eslint-module-utils "^2.2.0"
16191623
has "^1.0.1"
1620-
lodash.cond "^4.3.0"
1624+
lodash "^4.17.4"
16211625
minimatch "^3.0.3"
1622-
pkg-up "^1.0.0"
1626+
read-pkg-up "^2.0.0"
1627+
resolve "^1.6.0"
16231628

16241629
eslint@^3.19.0:
16251630
version "3.19.0"
@@ -1953,9 +1958,9 @@ fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10:
19531958
mkdirp ">=0.5 0"
19541959
rimraf "2"
19551960

1956-
function-bind@^1.0.2:
1957-
version "1.1.0"
1958-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
1961+
function-bind@^1.1.1:
1962+
version "1.1.1"
1963+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
19591964

19601965
gauge@~2.7.1:
19611966
version "2.7.1"
@@ -2144,10 +2149,10 @@ has-yarn@^1.0.0:
21442149
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-1.0.0.tgz#89e25db604b725c8f5976fff0addc921b828a5a7"
21452150

21462151
has@^1.0.1:
2147-
version "1.0.1"
2148-
resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28"
2152+
version "1.0.3"
2153+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
21492154
dependencies:
2150-
function-bind "^1.0.2"
2155+
function-bind "^1.1.1"
21512156

21522157
hawk@~3.1.3:
21532158
version "3.1.3"
@@ -2880,10 +2885,6 @@ lodash.clonedeepwith@^4.5.0:
28802885
version "4.5.0"
28812886
resolved "https://registry.yarnpkg.com/lodash.clonedeepwith/-/lodash.clonedeepwith-4.5.0.tgz#6ee30573a03a1a60d670a62ef33c10cf1afdbdd4"
28822887

2883-
lodash.cond@^4.3.0:
2884-
version "4.5.2"
2885-
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
2886-
28872888
lodash.debounce@^4.0.3:
28882889
version "4.0.8"
28892890
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -2924,6 +2925,10 @@ lodash@^4.13.1:
29242925
version "4.17.4"
29252926
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
29262927

2928+
lodash@^4.17.4:
2929+
version "4.17.10"
2930+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
2931+
29272932
log-symbols@^1.0.2:
29282933
version "1.0.2"
29292934
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -3072,12 +3077,18 @@ mimic-fn@^1.0.0:
30723077
version "1.1.0"
30733078
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
30743079

3075-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3:
3080+
minimatch@^3.0.0, minimatch@^3.0.2:
30763081
version "3.0.3"
30773082
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
30783083
dependencies:
30793084
brace-expansion "^1.0.0"
30803085

3086+
minimatch@^3.0.3:
3087+
version "3.0.4"
3088+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3089+
dependencies:
3090+
brace-expansion "^1.1.7"
3091+
30813092
[email protected], minimist@~0.0.1:
30823093
version "0.0.8"
30833094
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -3241,7 +3252,11 @@ oauth-sign@~0.8.1, oauth-sign@~0.8.2:
32413252
version "0.8.2"
32423253
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
32433254

3244-
object-assign@^4.0.1, object-assign@^4.1.0:
3255+
object-assign@^4.0.1:
3256+
version "4.1.1"
3257+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
3258+
3259+
object-assign@^4.1.0:
32453260
version "4.1.0"
32463261
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0"
32473262

@@ -3484,12 +3499,6 @@ pkg-dir@^1.0.0:
34843499
dependencies:
34853500
find-up "^1.0.0"
34863501

3487-
pkg-up@^1.0.0:
3488-
version "1.0.0"
3489-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26"
3490-
dependencies:
3491-
find-up "^1.0.0"
3492-
34933502
plur@^1.0.0:
34943503
version "1.0.0"
34953504
resolved "https://registry.yarnpkg.com/plur/-/plur-1.0.0.tgz#db85c6814f5e5e5a3b49efc28d604fec62975156"
@@ -3882,10 +3891,16 @@ resolve-from@^2.0.0:
38823891
version "2.0.0"
38833892
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57"
38843893

3885-
[email protected], resolve@^1.1.6:
3894+
38863895
version "1.1.7"
38873896
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
38883897

3898+
resolve@^1.1.6, resolve@^1.5.0, resolve@^1.6.0:
3899+
version "1.8.1"
3900+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
3901+
dependencies:
3902+
path-parse "^1.0.5"
3903+
38893904
resolve@^1.4.0:
38903905
version "1.5.0"
38913906
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"

0 commit comments

Comments
 (0)