Skip to content

Commit 67ec6ef

Browse files
Bump babel-core from 6.26.0 to 6.26.3
Bumps [babel-core](https://github.com/babel/babel) from 6.26.0 to 6.26.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v6.26.0...v6.26.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6810d1a commit 67ec6ef

File tree

1 file changed

+32
-99
lines changed

1 file changed

+32
-99
lines changed

yarn.lock

Lines changed: 32 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,7 @@ babel-cli@^6.24.0:
298298
optionalDependencies:
299299
chokidar "^1.6.1"
300300

301-
babel-code-frame@^6.16.0, babel-code-frame@^6.22.0:
302-
version "6.22.0"
303-
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
304-
dependencies:
305-
chalk "^1.1.0"
306-
esutils "^2.0.2"
307-
js-tokens "^3.0.0"
308-
309-
babel-code-frame@^6.26.0:
301+
babel-code-frame@^6.16.0, babel-code-frame@^6.26.0:
310302
version "6.26.0"
311303
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
312304
dependencies:
@@ -315,8 +307,8 @@ babel-code-frame@^6.26.0:
315307
js-tokens "^3.0.2"
316308

317309
babel-core@^6.0.0, babel-core@^6.24.0, babel-core@^6.26.0:
318-
version "6.26.0"
319-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
310+
version "6.26.3"
311+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
320312
dependencies:
321313
babel-code-frame "^6.26.0"
322314
babel-generator "^6.26.0"
@@ -328,15 +320,15 @@ babel-core@^6.0.0, babel-core@^6.24.0, babel-core@^6.26.0:
328320
babel-traverse "^6.26.0"
329321
babel-types "^6.26.0"
330322
babylon "^6.18.0"
331-
convert-source-map "^1.5.0"
332-
debug "^2.6.8"
323+
convert-source-map "^1.5.1"
324+
debug "^2.6.9"
333325
json5 "^0.5.1"
334326
lodash "^4.17.4"
335327
minimatch "^3.0.4"
336328
path-is-absolute "^1.0.1"
337-
private "^0.1.7"
329+
private "^0.1.8"
338330
slash "^1.0.0"
339-
source-map "^0.5.6"
331+
source-map "^0.5.7"
340332

341333
babel-eslint@^9.0.0:
342334
version "9.0.0"
@@ -349,20 +341,7 @@ babel-eslint@^9.0.0:
349341
eslint-scope "3.7.1"
350342
eslint-visitor-keys "^1.0.0"
351343

352-
babel-generator@^6.18.0:
353-
version "6.24.0"
354-
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.0.tgz#eba270a8cc4ce6e09a61be43465d7c62c1f87c56"
355-
dependencies:
356-
babel-messages "^6.23.0"
357-
babel-runtime "^6.22.0"
358-
babel-types "^6.23.0"
359-
detect-indent "^4.0.0"
360-
jsesc "^1.3.0"
361-
lodash "^4.2.0"
362-
source-map "^0.5.0"
363-
trim-right "^1.0.1"
364-
365-
babel-generator@^6.26.0:
344+
babel-generator@^6.18.0, babel-generator@^6.26.0:
366345
version "6.26.0"
367346
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.0.tgz#ac1ae20070b79f6e3ca1d3269613053774f20dc5"
368347
dependencies:
@@ -959,31 +938,14 @@ babel-register@^6.26.0:
959938
mkdirp "^0.5.1"
960939
source-map-support "^0.4.15"
961940

962-
babel-runtime@^6.18.0, babel-runtime@^6.22.0:
963-
version "6.23.0"
964-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
965-
dependencies:
966-
core-js "^2.4.0"
967-
regenerator-runtime "^0.10.0"
968-
969-
babel-runtime@^6.23.0, babel-runtime@^6.26.0:
941+
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0:
970942
version "6.26.0"
971943
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
972944
dependencies:
973945
core-js "^2.4.0"
974946
regenerator-runtime "^0.11.0"
975947

976-
babel-template@^6.16.0:
977-
version "6.23.0"
978-
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
979-
dependencies:
980-
babel-runtime "^6.22.0"
981-
babel-traverse "^6.23.0"
982-
babel-types "^6.23.0"
983-
babylon "^6.11.0"
984-
lodash "^4.2.0"
985-
986-
babel-template@^6.24.1, babel-template@^6.26.0:
948+
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
987949
version "6.26.0"
988950
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
989951
dependencies:
@@ -993,21 +955,7 @@ babel-template@^6.24.1, babel-template@^6.26.0:
993955
babylon "^6.18.0"
994956
lodash "^4.17.4"
995957

996-
babel-traverse@^6.18.0, babel-traverse@^6.23.0:
997-
version "6.23.1"
998-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
999-
dependencies:
1000-
babel-code-frame "^6.22.0"
1001-
babel-messages "^6.23.0"
1002-
babel-runtime "^6.22.0"
1003-
babel-types "^6.23.0"
1004-
babylon "^6.15.0"
1005-
debug "^2.2.0"
1006-
globals "^9.0.0"
1007-
invariant "^2.2.0"
1008-
lodash "^4.2.0"
1009-
1010-
babel-traverse@^6.24.1, babel-traverse@^6.26.0:
958+
babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
1011959
version "6.26.0"
1012960
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
1013961
dependencies:
@@ -1021,16 +969,7 @@ babel-traverse@^6.24.1, babel-traverse@^6.26.0:
1021969
invariant "^2.2.2"
1022970
lodash "^4.17.4"
1023971

1024-
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0:
1025-
version "6.23.0"
1026-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
1027-
dependencies:
1028-
babel-runtime "^6.22.0"
1029-
esutils "^2.0.2"
1030-
lodash "^4.2.0"
1031-
to-fast-properties "^1.0.1"
1032-
1033-
babel-types@^6.24.1, babel-types@^6.26.0:
972+
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
1034973
version "6.26.0"
1035974
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1036975
dependencies:
@@ -1039,11 +978,7 @@ babel-types@^6.24.1, babel-types@^6.26.0:
1039978
lodash "^4.17.4"
1040979
to-fast-properties "^1.0.3"
1041980

1042-
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
1043-
version "6.16.1"
1044-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
1045-
1046-
babylon@^6.18.0:
981+
babylon@^6.13.0, babylon@^6.18.0:
1047982
version "6.18.0"
1048983
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
1049984

@@ -1147,7 +1082,7 @@ center-align@^0.1.1:
11471082
align-text "^0.1.3"
11481083
lazy-cache "^1.0.3"
11491084

1150-
chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
1085+
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
11511086
version "1.1.3"
11521087
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
11531088
dependencies:
@@ -1274,9 +1209,11 @@ content-type-parser@^1.0.1:
12741209
version "1.0.1"
12751210
resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.1.tgz#c3e56988c53c65127fb46d4032a3a900246fdc94"
12761211

1277-
convert-source-map@^1.5.0:
1278-
version "1.5.0"
1279-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
1212+
convert-source-map@^1.5.0, convert-source-map@^1.5.1:
1213+
version "1.6.0"
1214+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
1215+
dependencies:
1216+
safe-buffer "~5.1.1"
12801217

12811218
core-js@^2.4.0:
12821219
version "2.4.1"
@@ -1910,7 +1847,7 @@ globals@^11.1.0:
19101847
version "11.12.0"
19111848
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
19121849

1913-
globals@^9.0.0, globals@^9.14.0:
1850+
globals@^9.14.0:
19141851
version "9.17.0"
19151852
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
19161853

@@ -2085,7 +2022,7 @@ interpret@^1.0.0:
20852022
version "1.0.1"
20862023
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c"
20872024

2088-
invariant@^2.2.0, invariant@^2.2.2:
2025+
invariant@^2.2.2:
20892026
version "2.2.2"
20902027
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
20912028
dependencies:
@@ -2708,7 +2645,7 @@ locate-path@^2.0.0:
27082645
p-locate "^2.0.0"
27092646
path-exists "^3.0.0"
27102647

2711-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
2648+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.3.0:
27122649
version "4.17.15"
27132650
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
27142651

@@ -3075,9 +3012,9 @@ pretty-format@^19.0.0:
30753012
dependencies:
30763013
ansi-styles "^3.0.0"
30773014

3078-
private@^0.1.6, private@^0.1.7:
3079-
version "0.1.7"
3080-
resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1"
3015+
private@^0.1.6, private@^0.1.8:
3016+
version "0.1.8"
3017+
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
30813018

30823019
process-nextick-args@~1.0.6:
30833020
version "1.0.7"
@@ -3184,10 +3121,6 @@ regenerate@^1.2.1:
31843121
version "1.3.2"
31853122
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.2.tgz#d1941c67bad437e1be76433add5b385f95b19260"
31863123

3187-
regenerator-runtime@^0.10.0:
3188-
version "0.10.3"
3189-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz#8c4367a904b51ea62a908ac310bf99ff90a82a3e"
3190-
31913124
regenerator-runtime@^0.10.5:
31923125
version "0.10.5"
31933126
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658"
@@ -3338,6 +3271,10 @@ safe-buffer@^5.0.1:
33383271
version "5.0.1"
33393272
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
33403273

3274+
safe-buffer@~5.1.1:
3275+
version "5.1.2"
3276+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
3277+
33413278
safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
33423279
version "2.1.2"
33433280
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -3412,9 +3349,9 @@ source-map@^0.4.4:
34123349
dependencies:
34133350
amdefine ">=0.0.4"
34143351

3415-
source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1:
3416-
version "0.5.6"
3417-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
3352+
source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
3353+
version "0.5.7"
3354+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
34183355

34193356
source-map@~0.2.0:
34203357
version "0.2.0"
@@ -3607,10 +3544,6 @@ tmpl@1.0.x:
36073544
version "1.0.4"
36083545
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
36093546

3610-
to-fast-properties@^1.0.1:
3611-
version "1.0.2"
3612-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
3613-
36143547
to-fast-properties@^1.0.3:
36153548
version "1.0.3"
36163549
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"

0 commit comments

Comments
 (0)