|
20 | 20 | dependencies: |
21 | 21 | "@babel/highlight" "^7.0.0" |
22 | 22 |
|
23 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": |
24 | | - version "7.10.1" |
25 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
26 | | - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
| 23 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": |
| 24 | + version "7.10.3" |
| 25 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a" |
| 26 | + integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg== |
27 | 27 | dependencies: |
28 | | - "@babel/highlight" "^7.10.1" |
| 28 | + "@babel/highlight" "^7.10.3" |
29 | 29 |
|
30 | 30 | "@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
31 | 31 | version "7.9.0" |
|
58 | 58 | source-map "^0.5.0" |
59 | 59 |
|
60 | 60 | "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.10.2", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
61 | | - version "7.10.2" |
62 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
63 | | - integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 61 | + version "7.10.3" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e" |
| 63 | + integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w== |
64 | 64 | dependencies: |
65 | | - "@babel/code-frame" "^7.10.1" |
66 | | - "@babel/generator" "^7.10.2" |
| 65 | + "@babel/code-frame" "^7.10.3" |
| 66 | + "@babel/generator" "^7.10.3" |
67 | 67 | "@babel/helper-module-transforms" "^7.10.1" |
68 | 68 | "@babel/helpers" "^7.10.1" |
69 | | - "@babel/parser" "^7.10.2" |
70 | | - "@babel/template" "^7.10.1" |
71 | | - "@babel/traverse" "^7.10.1" |
72 | | - "@babel/types" "^7.10.2" |
| 69 | + "@babel/parser" "^7.10.3" |
| 70 | + "@babel/template" "^7.10.3" |
| 71 | + "@babel/traverse" "^7.10.3" |
| 72 | + "@babel/types" "^7.10.3" |
73 | 73 | convert-source-map "^1.7.0" |
74 | 74 | debug "^4.1.0" |
75 | 75 | gensync "^1.0.0-beta.1" |
|
79 | 79 | semver "^5.4.1" |
80 | 80 | source-map "^0.5.0" |
81 | 81 |
|
82 | | -"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.4.0", "@babel/generator@^7.8.4": |
83 | | - version "7.10.2" |
84 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
85 | | - integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
| 82 | +"@babel/generator@^7.10.3", "@babel/generator@^7.4.0", "@babel/generator@^7.8.4": |
| 83 | + version "7.10.3" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5" |
| 85 | + integrity sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA== |
86 | 86 | dependencies: |
87 | | - "@babel/types" "^7.10.2" |
| 87 | + "@babel/types" "^7.10.3" |
88 | 88 | jsesc "^2.5.1" |
89 | 89 | lodash "^4.17.13" |
90 | 90 | source-map "^0.5.0" |
|
170 | 170 | "@babel/traverse" "^7.8.3" |
171 | 171 | "@babel/types" "^7.8.3" |
172 | 172 |
|
173 | | -"@babel/helper-function-name@^7.10.1": |
174 | | - version "7.10.1" |
175 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" |
176 | | - integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== |
| 173 | +"@babel/helper-function-name@^7.10.3": |
| 174 | + version "7.10.3" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz#79316cd75a9fa25ba9787ff54544307ed444f197" |
| 176 | + integrity sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw== |
177 | 177 | dependencies: |
178 | | - "@babel/helper-get-function-arity" "^7.10.1" |
179 | | - "@babel/template" "^7.10.1" |
180 | | - "@babel/types" "^7.10.1" |
| 178 | + "@babel/helper-get-function-arity" "^7.10.3" |
| 179 | + "@babel/template" "^7.10.3" |
| 180 | + "@babel/types" "^7.10.3" |
181 | 181 |
|
182 | 182 | "@babel/helper-function-name@^7.8.3": |
183 | 183 | version "7.8.3" |
|
188 | 188 | "@babel/template" "^7.8.3" |
189 | 189 | "@babel/types" "^7.8.3" |
190 | 190 |
|
191 | | -"@babel/helper-get-function-arity@^7.10.1": |
192 | | - version "7.10.1" |
193 | | - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" |
194 | | - integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== |
| 191 | +"@babel/helper-get-function-arity@^7.10.3": |
| 192 | + version "7.10.3" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e" |
| 194 | + integrity sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg== |
195 | 195 | dependencies: |
196 | | - "@babel/types" "^7.10.1" |
| 196 | + "@babel/types" "^7.10.3" |
197 | 197 |
|
198 | 198 | "@babel/helper-get-function-arity@^7.8.3": |
199 | 199 | version "7.8.3" |
|
337 | 337 | dependencies: |
338 | 338 | "@babel/types" "^7.8.3" |
339 | 339 |
|
340 | | -"@babel/helper-validator-identifier@^7.10.1": |
341 | | - version "7.10.1" |
342 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
343 | | - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
| 340 | +"@babel/helper-validator-identifier@^7.10.3": |
| 341 | + version "7.10.3" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" |
| 343 | + integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw== |
344 | 344 |
|
345 | 345 | "@babel/helper-validator-identifier@^7.9.0": |
346 | 346 | version "7.9.0" |
|
375 | 375 | chalk "^2.0.0" |
376 | 376 | js-tokens "^4.0.0" |
377 | 377 |
|
378 | | -"@babel/highlight@^7.10.1": |
379 | | - version "7.10.1" |
380 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
381 | | - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
| 378 | +"@babel/highlight@^7.10.3": |
| 379 | + version "7.10.3" |
| 380 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d" |
| 381 | + integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw== |
382 | 382 | dependencies: |
383 | | - "@babel/helper-validator-identifier" "^7.10.1" |
| 383 | + "@babel/helper-validator-identifier" "^7.10.3" |
384 | 384 | chalk "^2.0.0" |
385 | 385 | js-tokens "^4.0.0" |
386 | 386 |
|
387 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.4.2", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.7.0", "@babel/parser@^7.8.4": |
388 | | - version "7.10.2" |
389 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
390 | | - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
| 387 | +"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.10.3", "@babel/parser@^7.4.2", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.7.0", "@babel/parser@^7.8.4": |
| 388 | + version "7.10.3" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315" |
| 390 | + integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA== |
391 | 391 |
|
392 | 392 | "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
393 | 393 | version "7.8.3" |
|
1026 | 1026 | resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.9.4.tgz#078025ada03c3d8e60b4abfb042326ad9bfb035d" |
1027 | 1027 | integrity sha512-liRTBSbwxaXmrAqH43qF/fh7soqTMF3+j2eUdsRwKzPwu1WCUBPG1yZQFfk3Wrw3Pk4GFcJpI9dksXY+bhNMwg== |
1028 | 1028 |
|
1029 | | -"@babel/template@^7.10.1", "@babel/template@^7.4.0", "@babel/template@^7.8.3": |
1030 | | - version "7.10.1" |
1031 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
1032 | | - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
| 1029 | +"@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.4.0", "@babel/template@^7.8.3": |
| 1030 | + version "7.10.3" |
| 1031 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8" |
| 1032 | + integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA== |
1033 | 1033 | dependencies: |
1034 | | - "@babel/code-frame" "^7.10.1" |
1035 | | - "@babel/parser" "^7.10.1" |
1036 | | - "@babel/types" "^7.10.1" |
| 1034 | + "@babel/code-frame" "^7.10.3" |
| 1035 | + "@babel/parser" "^7.10.3" |
| 1036 | + "@babel/types" "^7.10.3" |
1037 | 1037 |
|
1038 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6": |
1039 | | - version "7.10.1" |
1040 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
1041 | | - integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
| 1038 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6": |
| 1039 | + version "7.10.3" |
| 1040 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e" |
| 1041 | + integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug== |
1042 | 1042 | dependencies: |
1043 | | - "@babel/code-frame" "^7.10.1" |
1044 | | - "@babel/generator" "^7.10.1" |
1045 | | - "@babel/helper-function-name" "^7.10.1" |
| 1043 | + "@babel/code-frame" "^7.10.3" |
| 1044 | + "@babel/generator" "^7.10.3" |
| 1045 | + "@babel/helper-function-name" "^7.10.3" |
1046 | 1046 | "@babel/helper-split-export-declaration" "^7.10.1" |
1047 | | - "@babel/parser" "^7.10.1" |
1048 | | - "@babel/types" "^7.10.1" |
| 1047 | + "@babel/parser" "^7.10.3" |
| 1048 | + "@babel/types" "^7.10.3" |
1049 | 1049 | debug "^4.1.0" |
1050 | 1050 | globals "^11.1.0" |
1051 | 1051 | lodash "^4.17.13" |
1052 | 1052 |
|
1053 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@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.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
1054 | | - version "7.10.2" |
1055 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
1056 | | - integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
| 1053 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@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.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 1054 | + version "7.10.3" |
| 1055 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e" |
| 1056 | + integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA== |
1057 | 1057 | dependencies: |
1058 | | - "@babel/helper-validator-identifier" "^7.10.1" |
| 1058 | + "@babel/helper-validator-identifier" "^7.10.3" |
1059 | 1059 | lodash "^4.17.13" |
1060 | 1060 | to-fast-properties "^2.0.0" |
1061 | 1061 |
|
|
0 commit comments