|
19 | 19 | semver "^5.5.0" |
20 | 20 |
|
21 | 21 | "@babel/core@^7.4.4", "@babel/core@^7.7.2": |
22 | | - version "7.8.3" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941" |
24 | | - integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA== |
| 22 | + version "7.9.0" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
| 24 | + integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
25 | 25 | dependencies: |
26 | 26 | "@babel/code-frame" "^7.8.3" |
27 | | - "@babel/generator" "^7.8.3" |
28 | | - "@babel/helpers" "^7.8.3" |
29 | | - "@babel/parser" "^7.8.3" |
30 | | - "@babel/template" "^7.8.3" |
31 | | - "@babel/traverse" "^7.8.3" |
32 | | - "@babel/types" "^7.8.3" |
| 27 | + "@babel/generator" "^7.9.0" |
| 28 | + "@babel/helper-module-transforms" "^7.9.0" |
| 29 | + "@babel/helpers" "^7.9.0" |
| 30 | + "@babel/parser" "^7.9.0" |
| 31 | + "@babel/template" "^7.8.6" |
| 32 | + "@babel/traverse" "^7.9.0" |
| 33 | + "@babel/types" "^7.9.0" |
33 | 34 | convert-source-map "^1.7.0" |
34 | 35 | debug "^4.1.0" |
35 | 36 | gensync "^1.0.0-beta.1" |
36 | | - json5 "^2.1.0" |
| 37 | + json5 "^2.1.2" |
37 | 38 | lodash "^4.17.13" |
38 | 39 | resolve "^1.3.2" |
39 | 40 | semver "^5.4.1" |
40 | 41 | source-map "^0.5.0" |
41 | 42 |
|
42 | | -"@babel/generator@^7.4.4", "@babel/generator@^7.8.3": |
43 | | - version "7.8.3" |
44 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03" |
45 | | - integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug== |
46 | | - dependencies: |
47 | | - "@babel/types" "^7.8.3" |
48 | | - jsesc "^2.5.1" |
49 | | - lodash "^4.17.13" |
50 | | - source-map "^0.5.0" |
51 | | - |
52 | | -"@babel/generator@^7.8.4": |
53 | | - version "7.8.4" |
54 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
55 | | - integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA== |
56 | | - dependencies: |
57 | | - "@babel/types" "^7.8.3" |
58 | | - jsesc "^2.5.1" |
59 | | - lodash "^4.17.13" |
60 | | - source-map "^0.5.0" |
61 | | - |
62 | | -"@babel/generator@^7.8.6": |
63 | | - version "7.8.7" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7" |
65 | | - integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew== |
| 43 | +"@babel/generator@^7.4.4", "@babel/generator@^7.9.0": |
| 44 | + version "7.9.0" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.0.tgz#0f67adea4ec39dad6e63345f70eec33014d78c89" |
| 46 | + integrity sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw== |
66 | 47 | dependencies: |
67 | | - "@babel/types" "^7.8.7" |
| 48 | + "@babel/types" "^7.9.0" |
68 | 49 | jsesc "^2.5.1" |
69 | 50 | lodash "^4.17.13" |
70 | 51 | source-map "^0.5.0" |
|
174 | 155 | dependencies: |
175 | 156 | "@babel/types" "^7.8.3" |
176 | 157 |
|
177 | | -"@babel/helper-module-transforms@^7.8.3": |
178 | | - version "7.8.3" |
179 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" |
180 | | - integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== |
| 158 | +"@babel/helper-module-transforms@^7.8.3", "@babel/helper-module-transforms@^7.9.0": |
| 159 | + version "7.9.0" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
| 161 | + integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
181 | 162 | dependencies: |
182 | 163 | "@babel/helper-module-imports" "^7.8.3" |
| 164 | + "@babel/helper-replace-supers" "^7.8.6" |
183 | 165 | "@babel/helper-simple-access" "^7.8.3" |
184 | 166 | "@babel/helper-split-export-declaration" "^7.8.3" |
185 | | - "@babel/template" "^7.8.3" |
186 | | - "@babel/types" "^7.8.3" |
| 167 | + "@babel/template" "^7.8.6" |
| 168 | + "@babel/types" "^7.9.0" |
187 | 169 | lodash "^4.17.13" |
188 | 170 |
|
189 | 171 | "@babel/helper-optimise-call-expression@^7.8.3": |
|
251 | 233 | dependencies: |
252 | 234 | "@babel/types" "^7.8.3" |
253 | 235 |
|
| 236 | +"@babel/helper-validator-identifier@^7.9.0": |
| 237 | + version "7.9.0" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
| 239 | + integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 240 | + |
254 | 241 | "@babel/helper-wrap-function@^7.8.3": |
255 | 242 | version "7.8.3" |
256 | 243 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
261 | 248 | "@babel/traverse" "^7.8.3" |
262 | 249 | "@babel/types" "^7.8.3" |
263 | 250 |
|
264 | | -"@babel/helpers@^7.8.3": |
265 | | - version "7.8.3" |
266 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85" |
267 | | - integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ== |
| 251 | +"@babel/helpers@^7.9.0": |
| 252 | + version "7.9.0" |
| 253 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12" |
| 254 | + integrity sha512-/9GvfYTCG1NWCNwDj9e+XlnSCmWW/r9T794Xi58vPF9WCcnZCAZ0kWLSn54oqP40SUvh1T2G6VwKmFO5AOlW3A== |
268 | 255 | dependencies: |
269 | 256 | "@babel/template" "^7.8.3" |
270 | | - "@babel/traverse" "^7.8.3" |
271 | | - "@babel/types" "^7.8.3" |
| 257 | + "@babel/traverse" "^7.9.0" |
| 258 | + "@babel/types" "^7.9.0" |
272 | 259 |
|
273 | 260 | "@babel/highlight@^7.8.3": |
274 | 261 | version "7.8.3" |
|
279 | 266 | esutils "^2.0.2" |
280 | 267 | js-tokens "^4.0.0" |
281 | 268 |
|
282 | | -"@babel/parser@^7.4.4", "@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
283 | | - version "7.8.4" |
284 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
285 | | - integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== |
286 | | - |
287 | | -"@babel/parser@^7.8.6": |
288 | | - version "7.8.7" |
289 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a" |
290 | | - integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A== |
| 269 | +"@babel/parser@^7.4.4", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
| 270 | + version "7.9.0" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.0.tgz#f821b32313f07ee570976d3f6238e8d2d66e0a8e" |
| 272 | + integrity sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg== |
291 | 273 |
|
292 | 274 | "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
293 | 275 | version "7.8.3" |
|
797 | 779 | dependencies: |
798 | 780 | regenerator-runtime "^0.13.4" |
799 | 781 |
|
800 | | -"@babel/template@^7.4.4", "@babel/template@^7.8.3": |
801 | | - version "7.8.3" |
802 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" |
803 | | - integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== |
804 | | - dependencies: |
805 | | - "@babel/code-frame" "^7.8.3" |
806 | | - "@babel/parser" "^7.8.3" |
807 | | - "@babel/types" "^7.8.3" |
808 | | - |
809 | | -"@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
810 | | - version "7.8.4" |
811 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" |
812 | | - integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== |
| 782 | +"@babel/template@^7.4.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
| 783 | + version "7.8.6" |
| 784 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 785 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
813 | 786 | dependencies: |
814 | 787 | "@babel/code-frame" "^7.8.3" |
815 | | - "@babel/generator" "^7.8.4" |
816 | | - "@babel/helper-function-name" "^7.8.3" |
817 | | - "@babel/helper-split-export-declaration" "^7.8.3" |
818 | | - "@babel/parser" "^7.8.4" |
819 | | - "@babel/types" "^7.8.3" |
820 | | - debug "^4.1.0" |
821 | | - globals "^11.1.0" |
822 | | - lodash "^4.17.13" |
| 788 | + "@babel/parser" "^7.8.6" |
| 789 | + "@babel/types" "^7.8.6" |
823 | 790 |
|
824 | | -"@babel/traverse@^7.8.6": |
825 | | - version "7.8.6" |
826 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
827 | | - integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== |
| 791 | +"@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 792 | + version "7.9.0" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
| 794 | + integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== |
828 | 795 | dependencies: |
829 | 796 | "@babel/code-frame" "^7.8.3" |
830 | | - "@babel/generator" "^7.8.6" |
| 797 | + "@babel/generator" "^7.9.0" |
831 | 798 | "@babel/helper-function-name" "^7.8.3" |
832 | 799 | "@babel/helper-split-export-declaration" "^7.8.3" |
833 | | - "@babel/parser" "^7.8.6" |
834 | | - "@babel/types" "^7.8.6" |
| 800 | + "@babel/parser" "^7.9.0" |
| 801 | + "@babel/types" "^7.9.0" |
835 | 802 | debug "^4.1.0" |
836 | 803 | globals "^11.1.0" |
837 | 804 | lodash "^4.17.13" |
838 | 805 |
|
839 | | -"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7": |
840 | | - version "7.8.7" |
841 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d" |
842 | | - integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw== |
| 806 | +"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0": |
| 807 | + version "7.9.0" |
| 808 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
| 809 | + integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
843 | 810 | dependencies: |
844 | | - esutils "^2.0.2" |
| 811 | + "@babel/helper-validator-identifier" "^7.9.0" |
845 | 812 | lodash "^4.17.13" |
846 | 813 | to-fast-properties "^2.0.0" |
847 | 814 |
|
@@ -4866,12 +4833,12 @@ json5@^1.0.1: |
4866 | 4833 | dependencies: |
4867 | 4834 | minimist "^1.2.0" |
4868 | 4835 |
|
4869 | | -json5@^2.1.0: |
4870 | | - version "2.1.0" |
4871 | | - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" |
4872 | | - integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== |
| 4836 | +json5@^2.1.2: |
| 4837 | + version "2.1.2" |
| 4838 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" |
| 4839 | + integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== |
4873 | 4840 | dependencies: |
4874 | | - minimist "^1.2.0" |
| 4841 | + minimist "^1.2.5" |
4875 | 4842 |
|
4876 | 4843 | jsonfile@^4.0.0: |
4877 | 4844 | version "4.0.0" |
|
0 commit comments