|
74 | 74 | source-map "^0.5.0" |
75 | 75 |
|
76 | 76 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.3", "@babel/core@^7.4.4": |
77 | | - version "7.4.5" |
78 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" |
79 | | - integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== |
| 77 | + version "7.5.4" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" |
| 79 | + integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== |
80 | 80 | dependencies: |
81 | 81 | "@babel/code-frame" "^7.0.0" |
82 | | - "@babel/generator" "^7.4.4" |
83 | | - "@babel/helpers" "^7.4.4" |
84 | | - "@babel/parser" "^7.4.5" |
| 82 | + "@babel/generator" "^7.5.0" |
| 83 | + "@babel/helpers" "^7.5.4" |
| 84 | + "@babel/parser" "^7.5.0" |
85 | 85 | "@babel/template" "^7.4.4" |
86 | | - "@babel/traverse" "^7.4.5" |
87 | | - "@babel/types" "^7.4.4" |
| 86 | + "@babel/traverse" "^7.5.0" |
| 87 | + "@babel/types" "^7.5.0" |
88 | 88 | convert-source-map "^1.1.0" |
89 | 89 | debug "^4.1.0" |
90 | 90 | json5 "^2.1.0" |
|
104 | 104 | source-map "^0.5.0" |
105 | 105 | trim-right "^1.0.1" |
106 | 106 |
|
107 | | -"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4": |
108 | | - version "7.4.4" |
109 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" |
110 | | - integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== |
| 107 | +"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.5.0": |
| 108 | + version "7.5.0" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a" |
| 110 | + integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA== |
111 | 111 | dependencies: |
112 | | - "@babel/types" "^7.4.4" |
| 112 | + "@babel/types" "^7.5.0" |
113 | 113 | jsesc "^2.5.1" |
114 | 114 | lodash "^4.17.11" |
115 | 115 | source-map "^0.5.0" |
|
313 | 313 | "@babel/traverse" "^7.1.0" |
314 | 314 | "@babel/types" "^7.2.0" |
315 | 315 |
|
316 | | -"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4": |
317 | | - version "7.4.4" |
318 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" |
319 | | - integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== |
| 316 | +"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.5.4": |
| 317 | + version "7.5.4" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0" |
| 319 | + integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow== |
320 | 320 | dependencies: |
321 | 321 | "@babel/template" "^7.4.4" |
322 | | - "@babel/traverse" "^7.4.4" |
323 | | - "@babel/types" "^7.4.4" |
| 322 | + "@babel/traverse" "^7.5.0" |
| 323 | + "@babel/types" "^7.5.0" |
324 | 324 |
|
325 | 325 | "@babel/highlight@7.0.0-beta.44": |
326 | 326 | version "7.0.0-beta.44" |
|
340 | 340 | esutils "^2.0.2" |
341 | 341 | js-tokens "^4.0.0" |
342 | 342 |
|
343 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5": |
344 | | - version "7.4.5" |
345 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" |
346 | | - integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== |
| 343 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0": |
| 344 | + version "7.5.0" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7" |
| 346 | + integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA== |
347 | 347 |
|
348 | 348 | "@babel/plugin-external-helpers@^7.0.0": |
349 | 349 | version "7.2.0" |
|
1102 | 1102 | invariant "^2.2.0" |
1103 | 1103 | lodash "^4.2.0" |
1104 | 1104 |
|
1105 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": |
1106 | | - version "7.4.5" |
1107 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" |
1108 | | - integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== |
| 1105 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0": |
| 1106 | + version "7.5.0" |
| 1107 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485" |
| 1108 | + integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg== |
1109 | 1109 | dependencies: |
1110 | 1110 | "@babel/code-frame" "^7.0.0" |
1111 | | - "@babel/generator" "^7.4.4" |
| 1111 | + "@babel/generator" "^7.5.0" |
1112 | 1112 | "@babel/helper-function-name" "^7.1.0" |
1113 | 1113 | "@babel/helper-split-export-declaration" "^7.4.4" |
1114 | | - "@babel/parser" "^7.4.5" |
1115 | | - "@babel/types" "^7.4.4" |
| 1114 | + "@babel/parser" "^7.5.0" |
| 1115 | + "@babel/types" "^7.5.0" |
1116 | 1116 | debug "^4.1.0" |
1117 | 1117 | globals "^11.1.0" |
1118 | 1118 | lodash "^4.17.11" |
|
1126 | 1126 | lodash "^4.2.0" |
1127 | 1127 | to-fast-properties "^2.0.0" |
1128 | 1128 |
|
1129 | | -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
1130 | | - version "7.4.4" |
1131 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
1132 | | - integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== |
| 1129 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0": |
| 1130 | + version "7.5.0" |
| 1131 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab" |
| 1132 | + integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ== |
1133 | 1133 | dependencies: |
1134 | 1134 | esutils "^2.0.2" |
1135 | 1135 | lodash "^4.17.11" |
|
0 commit comments