|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.0.0" |
11 | 11 |
|
12 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": |
13 | | - version "7.10.1" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
15 | | - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
| 12 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3": |
| 13 | + version "7.10.3" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a" |
| 15 | + integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg== |
16 | 16 | dependencies: |
17 | | - "@babel/highlight" "^7.10.1" |
| 17 | + "@babel/highlight" "^7.10.3" |
18 | 18 |
|
19 | | -"@babel/core@7.10.2", "@babel/core@^7.1.0", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
20 | | - version "7.10.2" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
22 | | - integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 19 | +"@babel/core@7.10.3", "@babel/core@^7.1.0", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
| 20 | + version "7.10.3" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e" |
| 22 | + integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w== |
23 | 23 | dependencies: |
24 | | - "@babel/code-frame" "^7.10.1" |
25 | | - "@babel/generator" "^7.10.2" |
| 24 | + "@babel/code-frame" "^7.10.3" |
| 25 | + "@babel/generator" "^7.10.3" |
26 | 26 | "@babel/helper-module-transforms" "^7.10.1" |
27 | 27 | "@babel/helpers" "^7.10.1" |
28 | | - "@babel/parser" "^7.10.2" |
29 | | - "@babel/template" "^7.10.1" |
30 | | - "@babel/traverse" "^7.10.1" |
31 | | - "@babel/types" "^7.10.2" |
| 28 | + "@babel/parser" "^7.10.3" |
| 29 | + "@babel/template" "^7.10.3" |
| 30 | + "@babel/traverse" "^7.10.3" |
| 31 | + "@babel/types" "^7.10.3" |
32 | 32 | convert-source-map "^1.7.0" |
33 | 33 | debug "^4.1.0" |
34 | 34 | gensync "^1.0.0-beta.1" |
|
38 | 38 | semver "^5.4.1" |
39 | 39 | source-map "^0.5.0" |
40 | 40 |
|
41 | | -"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.4.0": |
42 | | - version "7.10.2" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
44 | | - integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
| 41 | +"@babel/generator@^7.10.3", "@babel/generator@^7.4.0": |
| 42 | + version "7.10.3" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5" |
| 44 | + integrity sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA== |
45 | 45 | dependencies: |
46 | | - "@babel/types" "^7.10.2" |
| 46 | + "@babel/types" "^7.10.3" |
47 | 47 | jsesc "^2.5.1" |
48 | 48 | lodash "^4.17.13" |
49 | 49 | source-map "^0.5.0" |
|
125 | 125 | "@babel/template" "^7.1.0" |
126 | 126 | "@babel/types" "^7.0.0" |
127 | 127 |
|
128 | | -"@babel/helper-function-name@^7.10.1": |
129 | | - version "7.10.1" |
130 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" |
131 | | - integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== |
| 128 | +"@babel/helper-function-name@^7.10.3": |
| 129 | + version "7.10.3" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz#79316cd75a9fa25ba9787ff54544307ed444f197" |
| 131 | + integrity sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw== |
132 | 132 | dependencies: |
133 | | - "@babel/helper-get-function-arity" "^7.10.1" |
134 | | - "@babel/template" "^7.10.1" |
135 | | - "@babel/types" "^7.10.1" |
| 133 | + "@babel/helper-get-function-arity" "^7.10.3" |
| 134 | + "@babel/template" "^7.10.3" |
| 135 | + "@babel/types" "^7.10.3" |
136 | 136 |
|
137 | 137 | "@babel/helper-function-name@^7.7.4": |
138 | 138 | version "7.7.4" |
|
150 | 150 | dependencies: |
151 | 151 | "@babel/types" "^7.0.0" |
152 | 152 |
|
153 | | -"@babel/helper-get-function-arity@^7.10.1": |
154 | | - version "7.10.1" |
155 | | - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" |
156 | | - integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== |
| 153 | +"@babel/helper-get-function-arity@^7.10.3": |
| 154 | + version "7.10.3" |
| 155 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz#3a28f7b28ccc7719eacd9223b659fdf162e4c45e" |
| 156 | + integrity sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg== |
157 | 157 | dependencies: |
158 | | - "@babel/types" "^7.10.1" |
| 158 | + "@babel/types" "^7.10.3" |
159 | 159 |
|
160 | 160 | "@babel/helper-get-function-arity@^7.7.4": |
161 | 161 | version "7.7.4" |
|
335 | 335 | dependencies: |
336 | 336 | "@babel/types" "^7.7.4" |
337 | 337 |
|
338 | | -"@babel/helper-validator-identifier@^7.10.1": |
339 | | - version "7.10.1" |
340 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
341 | | - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
| 338 | +"@babel/helper-validator-identifier@^7.10.3": |
| 339 | + version "7.10.3" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" |
| 341 | + integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw== |
342 | 342 |
|
343 | 343 | "@babel/helper-wrap-function@^7.1.0": |
344 | 344 | version "7.2.0" |
|
368 | 368 | esutils "^2.0.2" |
369 | 369 | js-tokens "^4.0.0" |
370 | 370 |
|
371 | | -"@babel/highlight@^7.10.1": |
372 | | - version "7.10.1" |
373 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
374 | | - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
| 371 | +"@babel/highlight@^7.10.3": |
| 372 | + version "7.10.3" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d" |
| 374 | + integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw== |
375 | 375 | dependencies: |
376 | | - "@babel/helper-validator-identifier" "^7.10.1" |
| 376 | + "@babel/helper-validator-identifier" "^7.10.3" |
377 | 377 | chalk "^2.0.0" |
378 | 378 | js-tokens "^4.0.0" |
379 | 379 |
|
380 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.4.3": |
381 | | - version "7.10.2" |
382 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
383 | | - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
| 380 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.3", "@babel/parser@^7.4.3": |
| 381 | + version "7.10.3" |
| 382 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315" |
| 383 | + integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA== |
384 | 384 |
|
385 | 385 | "@babel/plugin-proposal-async-generator-functions@^7.2.0": |
386 | 386 | version "7.2.0" |
|
928 | 928 | dependencies: |
929 | 929 | regenerator-runtime "^0.12.0" |
930 | 930 |
|
931 | | -"@babel/template@^7.1.0", "@babel/template@^7.10.1", "@babel/template@^7.4.0", "@babel/template@^7.7.4": |
932 | | - version "7.10.1" |
933 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
934 | | - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
| 931 | +"@babel/template@^7.1.0", "@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.4.0", "@babel/template@^7.7.4": |
| 932 | + version "7.10.3" |
| 933 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8" |
| 934 | + integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA== |
935 | 935 | dependencies: |
936 | | - "@babel/code-frame" "^7.10.1" |
937 | | - "@babel/parser" "^7.10.1" |
938 | | - "@babel/types" "^7.10.1" |
| 936 | + "@babel/code-frame" "^7.10.3" |
| 937 | + "@babel/parser" "^7.10.3" |
| 938 | + "@babel/types" "^7.10.3" |
939 | 939 |
|
940 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.4": |
941 | | - version "7.10.1" |
942 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
943 | | - integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
| 940 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.7.4": |
| 941 | + version "7.10.3" |
| 942 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e" |
| 943 | + integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug== |
944 | 944 | dependencies: |
945 | | - "@babel/code-frame" "^7.10.1" |
946 | | - "@babel/generator" "^7.10.1" |
947 | | - "@babel/helper-function-name" "^7.10.1" |
| 945 | + "@babel/code-frame" "^7.10.3" |
| 946 | + "@babel/generator" "^7.10.3" |
| 947 | + "@babel/helper-function-name" "^7.10.3" |
948 | 948 | "@babel/helper-split-export-declaration" "^7.10.1" |
949 | | - "@babel/parser" "^7.10.1" |
950 | | - "@babel/types" "^7.10.1" |
| 949 | + "@babel/parser" "^7.10.3" |
| 950 | + "@babel/types" "^7.10.3" |
951 | 951 | debug "^4.1.0" |
952 | 952 | globals "^11.1.0" |
953 | 953 | lodash "^4.17.13" |
954 | 954 |
|
955 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@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.7.4", "@babel/types@^7.8.0", "@babel/types@^7.8.3": |
956 | | - version "7.10.2" |
957 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
958 | | - integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
| 955 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@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.7.4", "@babel/types@^7.8.0", "@babel/types@^7.8.3": |
| 956 | + version "7.10.3" |
| 957 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e" |
| 958 | + integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA== |
959 | 959 | dependencies: |
960 | | - "@babel/helper-validator-identifier" "^7.10.1" |
| 960 | + "@babel/helper-validator-identifier" "^7.10.3" |
961 | 961 | lodash "^4.17.13" |
962 | 962 | to-fast-properties "^2.0.0" |
963 | 963 |
|
|
0 commit comments