Skip to content

Commit 6b4c4ca

Browse files
author
Kai Cataldo
committed
Upgrade outdated dependencies
1 parent bdeb86f commit 6b4c4ca

File tree

2 files changed

+80
-49
lines changed

2 files changed

+80
-49
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"url": "https://github.com/babel/babel-eslint.git"
1313
},
1414
"dependencies": {
15-
"babel-code-frame": "^6.16.0",
16-
"babel-traverse": "^6.15.0",
17-
"babel-types": "^6.15.0",
18-
"babylon": "^6.13.0",
15+
"babel-code-frame": "^6.22.0",
16+
"babel-traverse": "^6.23.1",
17+
"babel-types": "^6.23.0",
18+
"babylon": "^6.16.1",
1919
"lodash.pickby": "^4.6.0"
2020
},
2121
"scripts": {
@@ -39,11 +39,11 @@
3939
"homepage": "https://github.com/babel/babel-eslint",
4040
"devDependencies": {
4141
"babel-eslint": "^7.0.0",
42-
"eslint": "^3.9.1",
42+
"eslint": "^3.17.1",
4343
"eslint-config-babel": "^6.0.0",
44-
"eslint-plugin-babel": "^4.0.0",
45-
"eslint-plugin-flowtype": "^2.4.0",
46-
"espree": "^3.3.1",
44+
"eslint-plugin-babel": "^4.1.1",
45+
"eslint-plugin-flowtype": "^2.30.3",
46+
"espree": "^3.4.0",
4747
"mocha": "^3.0.0"
4848
}
4949
}

yarn.lock

+72-41
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ acorn-jsx@^3.0.0:
88
dependencies:
99
acorn "^3.0.4"
1010

11+
12+
version "4.0.4"
13+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
14+
1115
acorn@^3.0.4:
1216
version "3.3.0"
1317
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
1418

15-
acorn@^4.0.1:
16-
version "4.0.4"
17-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
18-
1919
ajv-keywords@^1.0.0:
2020
version "1.5.0"
2121
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.0.tgz#c11e6859eafff83e0dafc416929472eca946aa2c"
@@ -67,6 +67,14 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.20.0:
6767
esutils "^2.0.2"
6868
js-tokens "^2.0.0"
6969

70+
babel-code-frame@^6.22.0:
71+
version "6.22.0"
72+
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
73+
dependencies:
74+
chalk "^1.1.0"
75+
esutils "^2.0.2"
76+
js-tokens "^3.0.0"
77+
7078
babel-eslint@^7.0.0:
7179
version "7.1.1"
7280
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.1.1.tgz#8a6a884f085aa7060af69cfc77341c2f99370fb2"
@@ -77,6 +85,12 @@ babel-eslint@^7.0.0:
7785
babylon "^6.13.0"
7886
lodash.pickby "^4.6.0"
7987

88+
babel-messages@^6.23.0:
89+
version "6.23.0"
90+
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
91+
dependencies:
92+
babel-runtime "^6.22.0"
93+
8094
babel-messages@^6.8.0:
8195
version "6.8.0"
8296
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.8.0.tgz#bf504736ca967e6d65ef0adb5a2a5f947c8e0eb9"
@@ -90,6 +104,13 @@ babel-runtime@^6.0.0, babel-runtime@^6.20.0:
90104
core-js "^2.4.0"
91105
regenerator-runtime "^0.10.0"
92106

107+
babel-runtime@^6.22.0:
108+
version "6.23.0"
109+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
110+
dependencies:
111+
core-js "^2.4.0"
112+
regenerator-runtime "^0.10.0"
113+
93114
babel-traverse@^6.15.0:
94115
version "6.21.0"
95116
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad"
@@ -104,6 +125,20 @@ babel-traverse@^6.15.0:
104125
invariant "^2.2.0"
105126
lodash "^4.2.0"
106127

128+
babel-traverse@^6.23.1:
129+
version "6.23.1"
130+
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
131+
dependencies:
132+
babel-code-frame "^6.22.0"
133+
babel-messages "^6.23.0"
134+
babel-runtime "^6.22.0"
135+
babel-types "^6.23.0"
136+
babylon "^6.15.0"
137+
debug "^2.2.0"
138+
globals "^9.0.0"
139+
invariant "^2.2.0"
140+
lodash "^4.2.0"
141+
107142
babel-types@^6.15.0, babel-types@^6.21.0:
108143
version "6.21.0"
109144
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2"
@@ -113,10 +148,23 @@ babel-types@^6.15.0, babel-types@^6.21.0:
113148
lodash "^4.2.0"
114149
to-fast-properties "^1.0.1"
115150

151+
babel-types@^6.23.0:
152+
version "6.23.0"
153+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
154+
dependencies:
155+
babel-runtime "^6.22.0"
156+
esutils "^2.0.2"
157+
lodash "^4.2.0"
158+
to-fast-properties "^1.0.1"
159+
116160
babylon@^6.11.0, babylon@^6.13.0:
117161
version "6.15.0"
118162
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"
119163

164+
babylon@^6.15.0, babylon@^6.16.1:
165+
version "6.16.1"
166+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
167+
120168
balanced-match@^0.4.1:
121169
version "0.4.2"
122170
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -210,18 +258,12 @@ d@^0.1.1, d@~0.1.1:
210258
dependencies:
211259
es5-ext "~0.10.2"
212260

213-
261+
[email protected], debug@^2.1.1, debug@^2.2.0:
214262
version "2.2.0"
215263
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
216264
dependencies:
217265
ms "0.7.1"
218266

219-
debug@^2.1.1, debug@^2.2.0:
220-
version "2.6.0"
221-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
222-
dependencies:
223-
ms "0.7.2"
224-
225267
deep-is@~0.1.3:
226268
version "0.1.3"
227269
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -318,27 +360,27 @@ eslint-config-babel@^6.0.0:
318360
version "6.0.0"
319361
resolved "https://registry.yarnpkg.com/eslint-config-babel/-/eslint-config-babel-6.0.0.tgz#66feedf6ce6e04abe585cec1a65b5bcc96bed50a"
320362

321-
eslint-plugin-babel@^4.0.0:
322-
version "4.0.0"
323-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.0.0.tgz#a92114e2c493ac3034b030d7ecf96e174a76ef3f"
363+
eslint-plugin-babel@^4.1.1:
364+
version "4.1.1"
365+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87"
324366

325-
eslint-plugin-flowtype@^2.4.0:
326-
version "2.29.2"
327-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.29.2.tgz#91b4fde0400c4c37ca4440b43bdbc95fc405bea9"
367+
eslint-plugin-flowtype@^2.30.3:
368+
version "2.30.3"
369+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.3.tgz#57835d2c0ed388da7a2725803ec32af2f437c301"
328370
dependencies:
329371
lodash "^4.15.0"
330372

331-
eslint@^3.9.1:
332-
version "3.13.1"
333-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.13.1.tgz#564d2646b5efded85df96985332edd91a23bff25"
373+
eslint@^3.17.1:
374+
version "3.17.1"
375+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.17.1.tgz#b80ae12d9c406d858406fccda627afce33ea10ea"
334376
dependencies:
335377
babel-code-frame "^6.16.0"
336378
chalk "^1.1.3"
337379
concat-stream "^1.4.6"
338380
debug "^2.1.1"
339381
doctrine "^1.2.2"
340382
escope "^3.6.0"
341-
espree "^3.3.1"
383+
espree "^3.4.0"
342384
estraverse "^4.2.0"
343385
esutils "^2.0.2"
344386
file-entry-cache "^2.0.0"
@@ -367,11 +409,11 @@ eslint@^3.9.1:
367409
text-table "~0.2.0"
368410
user-home "^2.0.0"
369411

370-
espree@^3.3.1:
371-
version "3.3.2"
372-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.3.2.tgz#dbf3fadeb4ecb4d4778303e50103b3d36c88b89c"
412+
espree@^3.4.0:
413+
version "3.4.0"
414+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.0.tgz#41656fa5628e042878025ef467e78f125cb86e1d"
373415
dependencies:
374-
acorn "^4.0.1"
416+
acorn "4.0.4"
375417
acorn-jsx "^3.0.0"
376418

377419
esprima@^2.6.0:
@@ -449,7 +491,7 @@ generate-object-property@^1.1.0:
449491
dependencies:
450492
is-property "^1.0.0"
451493

452-
494+
[email protected], glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:
453495
version "7.0.5"
454496
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95"
455497
dependencies:
@@ -460,17 +502,6 @@ [email protected]:
460502
once "^1.3.0"
461503
path-is-absolute "^1.0.0"
462504

463-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:
464-
version "7.1.1"
465-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
466-
dependencies:
467-
fs.realpath "^1.0.0"
468-
inflight "^1.0.4"
469-
inherits "2"
470-
minimatch "^3.0.2"
471-
once "^1.3.0"
472-
path-is-absolute "^1.0.0"
473-
474505
globals@^9.0.0, globals@^9.14.0:
475506
version "9.14.0"
476507
resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"
@@ -608,6 +639,10 @@ js-tokens@^2.0.0:
608639
version "2.0.0"
609640
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5"
610641

642+
js-tokens@^3.0.0:
643+
version "3.0.1"
644+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
645+
611646
js-yaml@^3.5.1:
612647
version "3.7.0"
613648
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
@@ -737,10 +772,6 @@ [email protected]:
737772
version "0.7.1"
738773
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
739774

740-
741-
version "0.7.2"
742-
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
743-
744775
745776
version "0.0.5"
746777
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"

0 commit comments

Comments
 (0)