|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.0.0" |
18 | 18 |
|
19 | | -"@babel/core@^7.1.0", "@babel/core@^7.6.0": |
20 | | - version "7.6.4" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff" |
22 | | - integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ== |
| 19 | +"@babel/core@^7.1.0", "@babel/core@^7.7.2": |
| 20 | + version "7.7.2" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91" |
| 22 | + integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== |
23 | 23 | dependencies: |
24 | 24 | "@babel/code-frame" "^7.5.5" |
25 | | - "@babel/generator" "^7.6.4" |
26 | | - "@babel/helpers" "^7.6.2" |
27 | | - "@babel/parser" "^7.6.4" |
28 | | - "@babel/template" "^7.6.0" |
29 | | - "@babel/traverse" "^7.6.3" |
30 | | - "@babel/types" "^7.6.3" |
31 | | - convert-source-map "^1.1.0" |
| 25 | + "@babel/generator" "^7.7.2" |
| 26 | + "@babel/helpers" "^7.7.0" |
| 27 | + "@babel/parser" "^7.7.2" |
| 28 | + "@babel/template" "^7.7.0" |
| 29 | + "@babel/traverse" "^7.7.2" |
| 30 | + "@babel/types" "^7.7.2" |
| 31 | + convert-source-map "^1.7.0" |
32 | 32 | debug "^4.1.0" |
33 | 33 | json5 "^2.1.0" |
34 | 34 | lodash "^4.17.13" |
|
47 | 47 | source-map "^0.5.0" |
48 | 48 | trim-right "^1.0.1" |
49 | 49 |
|
50 | | -"@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4": |
51 | | - version "7.6.4" |
52 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671" |
53 | | - integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w== |
| 50 | +"@babel/generator@^7.4.0", "@babel/generator@^7.7.2": |
| 51 | + version "7.7.2" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af" |
| 53 | + integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ== |
54 | 54 | dependencies: |
55 | | - "@babel/types" "^7.6.3" |
| 55 | + "@babel/types" "^7.7.2" |
56 | 56 | jsesc "^2.5.1" |
57 | 57 | lodash "^4.17.13" |
58 | 58 | source-map "^0.5.0" |
|
116 | 116 | "@babel/template" "^7.1.0" |
117 | 117 | "@babel/types" "^7.0.0" |
118 | 118 |
|
| 119 | +"@babel/helper-function-name@^7.7.0": |
| 120 | + version "7.7.0" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3" |
| 122 | + integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q== |
| 123 | + dependencies: |
| 124 | + "@babel/helper-get-function-arity" "^7.7.0" |
| 125 | + "@babel/template" "^7.7.0" |
| 126 | + "@babel/types" "^7.7.0" |
| 127 | + |
119 | 128 | "@babel/helper-get-function-arity@7.0.0-beta.44": |
120 | 129 | version "7.0.0-beta.44" |
121 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15" |
|
130 | 139 | dependencies: |
131 | 140 | "@babel/types" "^7.0.0" |
132 | 141 |
|
| 142 | +"@babel/helper-get-function-arity@^7.7.0": |
| 143 | + version "7.7.0" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d" |
| 145 | + integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw== |
| 146 | + dependencies: |
| 147 | + "@babel/types" "^7.7.0" |
| 148 | + |
133 | 149 | "@babel/helper-hoist-variables@^7.4.4": |
134 | 150 | version "7.4.4" |
135 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a" |
|
225 | 241 | dependencies: |
226 | 242 | "@babel/types" "^7.4.4" |
227 | 243 |
|
| 244 | +"@babel/helper-split-export-declaration@^7.7.0": |
| 245 | + version "7.7.0" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300" |
| 247 | + integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA== |
| 248 | + dependencies: |
| 249 | + "@babel/types" "^7.7.0" |
| 250 | + |
228 | 251 | "@babel/helper-wrap-function@^7.1.0": |
229 | 252 | version "7.2.0" |
230 | 253 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" |
|
235 | 258 | "@babel/traverse" "^7.1.0" |
236 | 259 | "@babel/types" "^7.2.0" |
237 | 260 |
|
238 | | -"@babel/helpers@^7.6.2": |
239 | | - version "7.6.2" |
240 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" |
241 | | - integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== |
| 261 | +"@babel/helpers@^7.7.0": |
| 262 | + version "7.7.0" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b" |
| 264 | + integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g== |
242 | 265 | dependencies: |
243 | | - "@babel/template" "^7.6.0" |
244 | | - "@babel/traverse" "^7.6.2" |
245 | | - "@babel/types" "^7.6.0" |
| 266 | + "@babel/template" "^7.7.0" |
| 267 | + "@babel/traverse" "^7.7.0" |
| 268 | + "@babel/types" "^7.7.0" |
246 | 269 |
|
247 | 270 | "@babel/highlight@7.0.0-beta.44": |
248 | 271 | version "7.0.0-beta.44" |
|
262 | 285 | esutils "^2.0.2" |
263 | 286 | js-tokens "^4.0.0" |
264 | 287 |
|
265 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4": |
266 | | - version "7.6.4" |
267 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" |
268 | | - integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== |
| 288 | +"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
| 289 | + version "7.7.3" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043" |
| 291 | + integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A== |
269 | 292 |
|
270 | 293 | "@babel/plugin-proposal-async-generator-functions@^7.2.0": |
271 | 294 | version "7.2.0" |
|
671 | 694 | babylon "7.0.0-beta.44" |
672 | 695 | lodash "^4.2.0" |
673 | 696 |
|
674 | | -"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0": |
675 | | - version "7.6.0" |
676 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
677 | | - integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
| 697 | +"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.7.0": |
| 698 | + version "7.7.0" |
| 699 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" |
| 700 | + integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ== |
678 | 701 | dependencies: |
679 | 702 | "@babel/code-frame" "^7.0.0" |
680 | | - "@babel/parser" "^7.6.0" |
681 | | - "@babel/types" "^7.6.0" |
| 703 | + "@babel/parser" "^7.7.0" |
| 704 | + "@babel/types" "^7.7.0" |
682 | 705 |
|
683 | 706 | "@babel/traverse@7.0.0-beta.44": |
684 | 707 | version "7.0.0-beta.44" |
|
696 | 719 | invariant "^2.2.0" |
697 | 720 | lodash "^4.2.0" |
698 | 721 |
|
699 | | -"@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": |
700 | | - version "7.6.3" |
701 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9" |
702 | | - integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw== |
| 722 | +"@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", "@babel/traverse@^7.7.2": |
| 723 | + version "7.7.2" |
| 724 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09" |
| 725 | + integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw== |
703 | 726 | dependencies: |
704 | 727 | "@babel/code-frame" "^7.5.5" |
705 | | - "@babel/generator" "^7.6.3" |
706 | | - "@babel/helper-function-name" "^7.1.0" |
707 | | - "@babel/helper-split-export-declaration" "^7.4.4" |
708 | | - "@babel/parser" "^7.6.3" |
709 | | - "@babel/types" "^7.6.3" |
| 728 | + "@babel/generator" "^7.7.2" |
| 729 | + "@babel/helper-function-name" "^7.7.0" |
| 730 | + "@babel/helper-split-export-declaration" "^7.7.0" |
| 731 | + "@babel/parser" "^7.7.2" |
| 732 | + "@babel/types" "^7.7.2" |
710 | 733 | debug "^4.1.0" |
711 | 734 | globals "^11.1.0" |
712 | 735 | lodash "^4.17.13" |
|
720 | 743 | lodash "^4.2.0" |
721 | 744 | to-fast-properties "^2.0.0" |
722 | 745 |
|
723 | | -"@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": |
724 | | - version "7.6.3" |
725 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
726 | | - integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
| 746 | +"@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.3", "@babel/types@^7.7.0", "@babel/types@^7.7.2": |
| 747 | + version "7.7.2" |
| 748 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7" |
| 749 | + integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== |
727 | 750 | dependencies: |
728 | 751 | esutils "^2.0.2" |
729 | 752 | lodash "^4.17.13" |
@@ -2158,10 +2181,10 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0: |
2158 | 2181 | resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" |
2159 | 2182 | integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= |
2160 | 2183 |
|
2161 | | -convert-source-map@^1.1.0, convert-source-map@^1.4.0: |
2162 | | - version "1.6.0" |
2163 | | - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" |
2164 | | - integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== |
| 2184 | +convert-source-map@^1.4.0, convert-source-map@^1.7.0: |
| 2185 | + version "1.7.0" |
| 2186 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 2187 | + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
2165 | 2188 | dependencies: |
2166 | 2189 | safe-buffer "~5.1.1" |
2167 | 2190 |
|
|
0 commit comments