|
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.7.2" |
78 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91" |
79 | | - integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== |
| 77 | + version "7.7.4" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab" |
| 79 | + integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ== |
80 | 80 | dependencies: |
81 | 81 | "@babel/code-frame" "^7.5.5" |
82 | | - "@babel/generator" "^7.7.2" |
83 | | - "@babel/helpers" "^7.7.0" |
84 | | - "@babel/parser" "^7.7.2" |
85 | | - "@babel/template" "^7.7.0" |
86 | | - "@babel/traverse" "^7.7.2" |
87 | | - "@babel/types" "^7.7.2" |
| 82 | + "@babel/generator" "^7.7.4" |
| 83 | + "@babel/helpers" "^7.7.4" |
| 84 | + "@babel/parser" "^7.7.4" |
| 85 | + "@babel/template" "^7.7.4" |
| 86 | + "@babel/traverse" "^7.7.4" |
| 87 | + "@babel/types" "^7.7.4" |
88 | 88 | convert-source-map "^1.7.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.7.2": |
97 | | - version "7.7.2" |
98 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af" |
99 | | - integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ== |
| 96 | +"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.7.4": |
| 97 | + version "7.7.4" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369" |
| 99 | + integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg== |
100 | 100 | dependencies: |
101 | | - "@babel/types" "^7.7.2" |
| 101 | + "@babel/types" "^7.7.4" |
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== |
| 188 | +"@babel/helper-function-name@^7.7.4": |
| 189 | + version "7.7.4" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 191 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
192 | 192 | dependencies: |
193 | | - "@babel/helper-get-function-arity" "^7.7.0" |
194 | | - "@babel/template" "^7.7.0" |
195 | | - "@babel/types" "^7.7.0" |
| 193 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 194 | + "@babel/template" "^7.7.4" |
| 195 | + "@babel/types" "^7.7.4" |
196 | 196 |
|
197 | 197 | "@babel/helper-get-function-arity@^7.0.0": |
198 | 198 | version "7.0.0" |
|
201 | 201 | dependencies: |
202 | 202 | "@babel/types" "^7.0.0" |
203 | 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== |
| 204 | +"@babel/helper-get-function-arity@^7.7.4": |
| 205 | + version "7.7.4" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 207 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
208 | 208 | dependencies: |
209 | | - "@babel/types" "^7.7.0" |
| 209 | + "@babel/types" "^7.7.4" |
210 | 210 |
|
211 | 211 | "@babel/helper-hoist-variables@^7.4.4": |
212 | 212 | version "7.4.4" |
|
313 | 313 | dependencies: |
314 | 314 | "@babel/types" "^7.4.4" |
315 | 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== |
| 316 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 317 | + version "7.7.4" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 319 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
320 | 320 | dependencies: |
321 | | - "@babel/types" "^7.7.0" |
| 321 | + "@babel/types" "^7.7.4" |
322 | 322 |
|
323 | 323 | "@babel/helper-wrap-function@^7.1.0": |
324 | 324 | version "7.2.0" |
|
330 | 330 | "@babel/traverse" "^7.1.0" |
331 | 331 | "@babel/types" "^7.2.0" |
332 | 332 |
|
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== |
| 333 | +"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.7.4": |
| 334 | + version "7.7.4" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" |
| 336 | + integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== |
337 | 337 | dependencies: |
338 | | - "@babel/template" "^7.7.0" |
339 | | - "@babel/traverse" "^7.7.0" |
340 | | - "@babel/types" "^7.7.0" |
| 338 | + "@babel/template" "^7.7.4" |
| 339 | + "@babel/traverse" "^7.7.4" |
| 340 | + "@babel/types" "^7.7.4" |
341 | 341 |
|
342 | 342 | "@babel/highlight@^7.0.0": |
343 | 343 | version "7.0.0" |
|
348 | 348 | esutils "^2.0.2" |
349 | 349 | js-tokens "^4.0.0" |
350 | 350 |
|
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", "@babel/parser@^7.7.2": |
352 | | - version "7.7.2" |
353 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.2.tgz#ea8334dc77416bfd9473eb470fd00d8245b3943b" |
354 | | - integrity sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w== |
| 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.4": |
| 352 | + version "7.7.4" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb" |
| 354 | + integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== |
355 | 355 |
|
356 | 356 | "@babel/plugin-external-helpers@^7.0.0": |
357 | 357 | version "7.2.0" |
|
1074 | 1074 | dependencies: |
1075 | 1075 | regenerator-runtime "^0.13.2" |
1076 | 1076 |
|
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== |
| 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.4": |
| 1078 | + version "7.7.4" |
| 1079 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 1080 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
1081 | 1081 | dependencies: |
1082 | 1082 | "@babel/code-frame" "^7.0.0" |
1083 | | - "@babel/parser" "^7.7.0" |
1084 | | - "@babel/types" "^7.7.0" |
| 1083 | + "@babel/parser" "^7.7.4" |
| 1084 | + "@babel/types" "^7.7.4" |
1085 | 1085 |
|
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", "@babel/traverse@^7.7.2": |
1087 | | - version "7.7.2" |
1088 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09" |
1089 | | - integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw== |
| 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.4": |
| 1087 | + version "7.7.4" |
| 1088 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 1089 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
1090 | 1090 | dependencies: |
1091 | 1091 | "@babel/code-frame" "^7.5.5" |
1092 | | - "@babel/generator" "^7.7.2" |
1093 | | - "@babel/helper-function-name" "^7.7.0" |
1094 | | - "@babel/helper-split-export-declaration" "^7.7.0" |
1095 | | - "@babel/parser" "^7.7.2" |
1096 | | - "@babel/types" "^7.7.2" |
| 1092 | + "@babel/generator" "^7.7.4" |
| 1093 | + "@babel/helper-function-name" "^7.7.4" |
| 1094 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 1095 | + "@babel/parser" "^7.7.4" |
| 1096 | + "@babel/types" "^7.7.4" |
1097 | 1097 | debug "^4.1.0" |
1098 | 1098 | globals "^11.1.0" |
1099 | 1099 | lodash "^4.17.13" |
1100 | 1100 |
|
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", "@babel/types@^7.7.2": |
1102 | | - version "7.7.2" |
1103 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7" |
1104 | | - integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== |
| 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.4": |
| 1102 | + version "7.7.4" |
| 1103 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 1104 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
1105 | 1105 | dependencies: |
1106 | 1106 | esutils "^2.0.2" |
1107 | 1107 | lodash "^4.17.13" |
|
0 commit comments