|
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.6.4" |
78 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff" |
79 | | - integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ== |
| 77 | + version "7.7.0" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.0.tgz#461d2948b1a7113088baf999499bcbd39a7faa3b" |
| 79 | + integrity sha512-Bb1NjZCaiwTQC/ARL+MwDpgocdnwWDCaugvkGt6cxfBzQa8Whv1JybBoUEiBDKl8Ni3H3c7Fykwk7QChUsHRlg== |
80 | 80 | dependencies: |
81 | 81 | "@babel/code-frame" "^7.5.5" |
82 | | - "@babel/generator" "^7.6.4" |
83 | | - "@babel/helpers" "^7.6.2" |
84 | | - "@babel/parser" "^7.6.4" |
85 | | - "@babel/template" "^7.6.0" |
86 | | - "@babel/traverse" "^7.6.3" |
87 | | - "@babel/types" "^7.6.3" |
| 82 | + "@babel/generator" "^7.7.0" |
| 83 | + "@babel/helpers" "^7.7.0" |
| 84 | + "@babel/parser" "^7.7.0" |
| 85 | + "@babel/template" "^7.7.0" |
| 86 | + "@babel/traverse" "^7.7.0" |
| 87 | + "@babel/types" "^7.7.0" |
88 | 88 | convert-source-map "^1.1.0" |
89 | 89 | debug "^4.1.0" |
90 | 90 | json5 "^2.1.0" |
|
93 | 93 | semver "^5.4.1" |
94 | 94 | source-map "^0.5.0" |
95 | 95 |
|
96 | | -"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4": |
97 | | - version "7.6.4" |
98 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671" |
99 | | - integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w== |
| 96 | +"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.7.0": |
| 97 | + version "7.7.0" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.0.tgz#c6d4d1f7a0d6e139cbd01aca73170b0bff5425b4" |
| 99 | + integrity sha512-1wdJ6UxHyL1XoJQ119JmvuRX27LRih7iYStMPZOWAjQqeAabFg3dYXKMpgihma+to+0ADsTVVt6oRyUxWZw6Mw== |
100 | 100 | dependencies: |
101 | | - "@babel/types" "^7.6.3" |
| 101 | + "@babel/types" "^7.7.0" |
102 | 102 | jsesc "^2.5.1" |
103 | 103 | lodash "^4.17.13" |
104 | 104 | source-map "^0.5.0" |
|
185 | 185 | "@babel/template" "^7.1.0" |
186 | 186 | "@babel/types" "^7.0.0" |
187 | 187 |
|
| 188 | +"@babel/helper-function-name@^7.7.0": |
| 189 | + version "7.7.0" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3" |
| 191 | + integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q== |
| 192 | + dependencies: |
| 193 | + "@babel/helper-get-function-arity" "^7.7.0" |
| 194 | + "@babel/template" "^7.7.0" |
| 195 | + "@babel/types" "^7.7.0" |
| 196 | + |
188 | 197 | "@babel/helper-get-function-arity@^7.0.0": |
189 | 198 | version "7.0.0" |
190 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" |
191 | 200 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ== |
192 | 201 | dependencies: |
193 | 202 | "@babel/types" "^7.0.0" |
194 | 203 |
|
| 204 | +"@babel/helper-get-function-arity@^7.7.0": |
| 205 | + version "7.7.0" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d" |
| 207 | + integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw== |
| 208 | + dependencies: |
| 209 | + "@babel/types" "^7.7.0" |
| 210 | + |
195 | 211 | "@babel/helper-hoist-variables@^7.4.4": |
196 | 212 | version "7.4.4" |
197 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a" |
|
297 | 313 | dependencies: |
298 | 314 | "@babel/types" "^7.4.4" |
299 | 315 |
|
| 316 | +"@babel/helper-split-export-declaration@^7.7.0": |
| 317 | + version "7.7.0" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300" |
| 319 | + integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA== |
| 320 | + dependencies: |
| 321 | + "@babel/types" "^7.7.0" |
| 322 | + |
300 | 323 | "@babel/helper-wrap-function@^7.1.0": |
301 | 324 | version "7.2.0" |
302 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" |
|
307 | 330 | "@babel/traverse" "^7.1.0" |
308 | 331 | "@babel/types" "^7.2.0" |
309 | 332 |
|
310 | | -"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.6.2": |
311 | | - version "7.6.2" |
312 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" |
313 | | - integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== |
| 333 | +"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.7.0": |
| 334 | + version "7.7.0" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b" |
| 336 | + integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g== |
314 | 337 | dependencies: |
315 | | - "@babel/template" "^7.6.0" |
316 | | - "@babel/traverse" "^7.6.2" |
317 | | - "@babel/types" "^7.6.0" |
| 338 | + "@babel/template" "^7.7.0" |
| 339 | + "@babel/traverse" "^7.7.0" |
| 340 | + "@babel/types" "^7.7.0" |
318 | 341 |
|
319 | 342 | "@babel/highlight@^7.0.0": |
320 | 343 | version "7.0.0" |
|
325 | 348 | esutils "^2.0.2" |
326 | 349 | js-tokens "^4.0.0" |
327 | 350 |
|
328 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4": |
329 | | - version "7.6.4" |
330 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" |
331 | | - integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== |
| 351 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.7.0": |
| 352 | + version "7.7.0" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.0.tgz#232618f6e8947bc54b407fa1f1c91a22758e7159" |
| 354 | + integrity sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ== |
332 | 355 |
|
333 | 356 | "@babel/plugin-external-helpers@^7.0.0": |
334 | 357 | version "7.2.0" |
|
1051 | 1074 | dependencies: |
1052 | 1075 | regenerator-runtime "^0.13.2" |
1053 | 1076 |
|
1054 | | -"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": |
1055 | | - version "7.6.0" |
1056 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
1057 | | - integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
| 1077 | +"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.7.0": |
| 1078 | + version "7.7.0" |
| 1079 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" |
| 1080 | + integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ== |
1058 | 1081 | dependencies: |
1059 | 1082 | "@babel/code-frame" "^7.0.0" |
1060 | | - "@babel/parser" "^7.6.0" |
1061 | | - "@babel/types" "^7.6.0" |
| 1083 | + "@babel/parser" "^7.7.0" |
| 1084 | + "@babel/types" "^7.7.0" |
1062 | 1085 |
|
1063 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3": |
1064 | | - version "7.6.3" |
1065 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9" |
1066 | | - integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw== |
| 1086 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.0": |
| 1087 | + version "7.7.0" |
| 1088 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.0.tgz#9f5744346b8d10097fd2ec2eeffcaf19813cbfaf" |
| 1089 | + integrity sha512-ea/3wRZc//e/uwCpuBX2itrhI0U9l7+FsrKWyKGNyvWbuMcCG7ATKY2VI4wlg2b2TA39HHwIxnvmXvtiKsyn7w== |
1067 | 1090 | dependencies: |
1068 | 1091 | "@babel/code-frame" "^7.5.5" |
1069 | | - "@babel/generator" "^7.6.3" |
1070 | | - "@babel/helper-function-name" "^7.1.0" |
1071 | | - "@babel/helper-split-export-declaration" "^7.4.4" |
1072 | | - "@babel/parser" "^7.6.3" |
1073 | | - "@babel/types" "^7.6.3" |
| 1092 | + "@babel/generator" "^7.7.0" |
| 1093 | + "@babel/helper-function-name" "^7.7.0" |
| 1094 | + "@babel/helper-split-export-declaration" "^7.7.0" |
| 1095 | + "@babel/parser" "^7.7.0" |
| 1096 | + "@babel/types" "^7.7.0" |
1074 | 1097 | debug "^4.1.0" |
1075 | 1098 | globals "^11.1.0" |
1076 | 1099 | lodash "^4.17.13" |
1077 | 1100 |
|
1078 | | -"@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.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3": |
1079 | | - version "7.6.3" |
1080 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
1081 | | - integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
| 1101 | +"@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.5", "@babel/types@^7.7.0": |
| 1102 | + version "7.7.1" |
| 1103 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.1.tgz#8b08ea368f2baff236613512cf67109e76285827" |
| 1104 | + integrity sha512-kN/XdANDab9x1z5gcjDc9ePpxexkt+1EQ2MQUiM4XnMvQfvp87/+6kY4Ko2maLXH+tei/DgJ/ybFITeqqRwDiA== |
1082 | 1105 | dependencies: |
1083 | 1106 | esutils "^2.0.2" |
1084 | 1107 | lodash "^4.17.13" |
|
0 commit comments