|
46 | 46 | source-map "^0.5.0"
|
47 | 47 |
|
48 | 48 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.2":
|
49 |
| - version "7.7.2" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91" |
51 |
| - integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== |
| 49 | + version "7.7.5" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e" |
| 51 | + integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw== |
52 | 52 | dependencies:
|
53 | 53 | "@babel/code-frame" "^7.5.5"
|
54 |
| - "@babel/generator" "^7.7.2" |
55 |
| - "@babel/helpers" "^7.7.0" |
56 |
| - "@babel/parser" "^7.7.2" |
57 |
| - "@babel/template" "^7.7.0" |
58 |
| - "@babel/traverse" "^7.7.2" |
59 |
| - "@babel/types" "^7.7.2" |
| 54 | + "@babel/generator" "^7.7.4" |
| 55 | + "@babel/helpers" "^7.7.4" |
| 56 | + "@babel/parser" "^7.7.5" |
| 57 | + "@babel/template" "^7.7.4" |
| 58 | + "@babel/traverse" "^7.7.4" |
| 59 | + "@babel/types" "^7.7.4" |
60 | 60 | convert-source-map "^1.7.0"
|
61 | 61 | debug "^4.1.0"
|
62 | 62 | json5 "^2.1.0"
|
|
65 | 65 | semver "^5.4.1"
|
66 | 66 | source-map "^0.5.0"
|
67 | 67 |
|
68 |
| -"@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.6.0", "@babel/generator@^7.7.2": |
69 |
| - version "7.7.2" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af" |
71 |
| - integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ== |
| 68 | +"@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.6.0", "@babel/generator@^7.7.4": |
| 69 | + version "7.7.4" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369" |
| 71 | + integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg== |
72 | 72 | dependencies:
|
73 |
| - "@babel/types" "^7.7.2" |
| 73 | + "@babel/types" "^7.7.4" |
74 | 74 | jsesc "^2.5.1"
|
75 | 75 | lodash "^4.17.13"
|
76 | 76 | source-map "^0.5.0"
|
|
153 | 153 | "@babel/template" "^7.7.0"
|
154 | 154 | "@babel/types" "^7.7.0"
|
155 | 155 |
|
| 156 | +"@babel/helper-function-name@^7.7.4": |
| 157 | + version "7.7.4" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 159 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
| 160 | + dependencies: |
| 161 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 162 | + "@babel/template" "^7.7.4" |
| 163 | + "@babel/types" "^7.7.4" |
| 164 | + |
156 | 165 | "@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.7.0":
|
157 | 166 | version "7.7.0"
|
158 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
|
159 | 168 | integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
|
160 | 169 | dependencies:
|
161 | 170 | "@babel/types" "^7.7.0"
|
162 | 171 |
|
| 172 | +"@babel/helper-get-function-arity@^7.7.4": |
| 173 | + version "7.7.4" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 175 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
| 176 | + dependencies: |
| 177 | + "@babel/types" "^7.7.4" |
| 178 | + |
163 | 179 | "@babel/helper-hoist-variables@^7.7.0":
|
164 | 180 | version "7.7.0"
|
165 | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.0.tgz#b4552e4cfe5577d7de7b183e193e84e4ec538c81"
|
|
248 | 264 | dependencies:
|
249 | 265 | "@babel/types" "^7.7.0"
|
250 | 266 |
|
| 267 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 268 | + version "7.7.4" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 270 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
| 271 | + dependencies: |
| 272 | + "@babel/types" "^7.7.4" |
| 273 | + |
251 | 274 | "@babel/helper-wrap-function@^7.7.0":
|
252 | 275 | version "7.7.0"
|
253 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
|
|
258 | 281 | "@babel/traverse" "^7.7.0"
|
259 | 282 | "@babel/types" "^7.7.0"
|
260 | 283 |
|
261 |
| -"@babel/helpers@^7.6.0", "@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== |
| 284 | +"@babel/helpers@^7.6.0", "@babel/helpers@^7.7.4": |
| 285 | + version "7.7.4" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" |
| 287 | + integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== |
265 | 288 | dependencies:
|
266 |
| - "@babel/template" "^7.7.0" |
267 |
| - "@babel/traverse" "^7.7.0" |
268 |
| - "@babel/types" "^7.7.0" |
| 289 | + "@babel/template" "^7.7.4" |
| 290 | + "@babel/traverse" "^7.7.4" |
| 291 | + "@babel/types" "^7.7.4" |
269 | 292 |
|
270 | 293 | "@babel/highlight@^7.0.0":
|
271 | 294 | version "7.5.0"
|
|
276 | 299 | esutils "^2.0.2"
|
277 | 300 | js-tokens "^4.0.0"
|
278 | 301 |
|
279 |
| -"@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.7.0", "@babel/parser@^7.7.2": |
280 |
| - version "7.7.3" |
281 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043" |
282 |
| - integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A== |
| 302 | +"@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.7.4", "@babel/parser@^7.7.5": |
| 303 | + version "7.7.5" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71" |
| 305 | + integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== |
283 | 306 |
|
284 | 307 | "@babel/plugin-proposal-async-generator-functions@^7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.7.0":
|
285 | 308 | version "7.7.0"
|
|
917 | 940 | dependencies:
|
918 | 941 | regenerator-runtime "^0.13.2"
|
919 | 942 |
|
920 |
| -"@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0", "@babel/template@^7.7.0": |
921 |
| - version "7.7.0" |
922 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" |
923 |
| - integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ== |
| 943 | +"@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0", "@babel/template@^7.7.0", "@babel/template@^7.7.4": |
| 944 | + version "7.7.4" |
| 945 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 946 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
924 | 947 | dependencies:
|
925 | 948 | "@babel/code-frame" "^7.0.0"
|
926 |
| - "@babel/parser" "^7.7.0" |
927 |
| - "@babel/types" "^7.7.0" |
| 949 | + "@babel/parser" "^7.7.4" |
| 950 | + "@babel/types" "^7.7.4" |
928 | 951 |
|
929 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
930 |
| - version "7.7.2" |
931 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09" |
932 |
| - integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw== |
| 952 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
| 953 | + version "7.7.4" |
| 954 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 955 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
933 | 956 | dependencies:
|
934 | 957 | "@babel/code-frame" "^7.5.5"
|
935 |
| - "@babel/generator" "^7.7.2" |
936 |
| - "@babel/helper-function-name" "^7.7.0" |
937 |
| - "@babel/helper-split-export-declaration" "^7.7.0" |
938 |
| - "@babel/parser" "^7.7.2" |
939 |
| - "@babel/types" "^7.7.2" |
| 958 | + "@babel/generator" "^7.7.4" |
| 959 | + "@babel/helper-function-name" "^7.7.4" |
| 960 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 961 | + "@babel/parser" "^7.7.4" |
| 962 | + "@babel/types" "^7.7.4" |
940 | 963 | debug "^4.1.0"
|
941 | 964 | globals "^11.1.0"
|
942 | 965 | lodash "^4.17.13"
|
943 | 966 |
|
944 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2": |
945 |
| - version "7.7.2" |
946 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7" |
947 |
| - integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== |
| 967 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.4": |
| 968 | + version "7.7.4" |
| 969 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 970 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
948 | 971 | dependencies:
|
949 | 972 | esutils "^2.0.2"
|
950 | 973 | lodash "^4.17.13"
|
|
0 commit comments