|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
6 | | - version "7.10.4" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
8 | | - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11": |
| 6 | + version "7.12.11" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
| 8 | + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 |
|
|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
15 | 15 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
16 | 16 |
|
17 | | -"@babel/core@^7.1.0", "@babel/core@^7.12.9": |
18 | | - version "7.12.9" |
19 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
20 | | - integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 17 | +"@babel/core@^7.1.0", "@babel/core@^7.12.10": |
| 18 | + version "7.12.10" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
| 20 | + integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== |
21 | 21 | dependencies: |
22 | 22 | "@babel/code-frame" "^7.10.4" |
23 | | - "@babel/generator" "^7.12.5" |
| 23 | + "@babel/generator" "^7.12.10" |
24 | 24 | "@babel/helper-module-transforms" "^7.12.1" |
25 | 25 | "@babel/helpers" "^7.12.5" |
26 | | - "@babel/parser" "^7.12.7" |
| 26 | + "@babel/parser" "^7.12.10" |
27 | 27 | "@babel/template" "^7.12.7" |
28 | | - "@babel/traverse" "^7.12.9" |
29 | | - "@babel/types" "^7.12.7" |
| 28 | + "@babel/traverse" "^7.12.10" |
| 29 | + "@babel/types" "^7.12.10" |
30 | 30 | convert-source-map "^1.7.0" |
31 | 31 | debug "^4.1.0" |
32 | 32 | gensync "^1.0.0-beta.1" |
33 | 33 | json5 "^2.1.2" |
34 | 34 | lodash "^4.17.19" |
35 | | - resolve "^1.3.2" |
36 | 35 | semver "^5.4.1" |
37 | 36 | source-map "^0.5.0" |
38 | 37 |
|
39 | | -"@babel/generator@^7.12.5", "@babel/generator@^7.4.0": |
40 | | - version "7.12.5" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
42 | | - integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
| 38 | +"@babel/generator@^7.12.10", "@babel/generator@^7.12.11", "@babel/generator@^7.4.0": |
| 39 | + version "7.12.11" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af" |
| 41 | + integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== |
43 | 42 | dependencies: |
44 | | - "@babel/types" "^7.12.5" |
| 43 | + "@babel/types" "^7.12.11" |
45 | 44 | jsesc "^2.5.1" |
46 | 45 | source-map "^0.5.0" |
47 | 46 |
|
|
116 | 115 | "@babel/template" "^7.10.4" |
117 | 116 | "@babel/types" "^7.10.4" |
118 | 117 |
|
| 118 | +"@babel/helper-function-name@^7.12.11": |
| 119 | + version "7.12.11" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42" |
| 121 | + integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== |
| 122 | + dependencies: |
| 123 | + "@babel/helper-get-function-arity" "^7.12.10" |
| 124 | + "@babel/template" "^7.12.7" |
| 125 | + "@babel/types" "^7.12.11" |
| 126 | + |
119 | 127 | "@babel/helper-get-function-arity@^7.10.4": |
120 | 128 | version "7.10.4" |
121 | 129 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
122 | 130 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
123 | 131 | dependencies: |
124 | 132 | "@babel/types" "^7.10.4" |
125 | 133 |
|
| 134 | +"@babel/helper-get-function-arity@^7.12.10": |
| 135 | + version "7.12.10" |
| 136 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" |
| 137 | + integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== |
| 138 | + dependencies: |
| 139 | + "@babel/types" "^7.12.10" |
| 140 | + |
126 | 141 | "@babel/helper-hoist-variables@^7.10.4": |
127 | 142 | version "7.10.4" |
128 | 143 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" |
|
225 | 240 | dependencies: |
226 | 241 | "@babel/types" "^7.11.0" |
227 | 242 |
|
| 243 | +"@babel/helper-split-export-declaration@^7.12.11": |
| 244 | + version "7.12.11" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a" |
| 246 | + integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== |
| 247 | + dependencies: |
| 248 | + "@babel/types" "^7.12.11" |
| 249 | + |
228 | 250 | "@babel/helper-validator-identifier@^7.10.4": |
229 | 251 | version "7.10.4" |
230 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
231 | 253 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
232 | 254 |
|
| 255 | +"@babel/helper-validator-identifier@^7.12.11": |
| 256 | + version "7.12.11" |
| 257 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 258 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 259 | + |
233 | 260 | "@babel/helper-validator-option@^7.12.1": |
234 | 261 | version "7.12.1" |
235 | 262 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9" |
|
263 | 290 | chalk "^2.0.0" |
264 | 291 | js-tokens "^4.0.0" |
265 | 292 |
|
266 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.4.3": |
267 | | - version "7.12.7" |
268 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
269 | | - integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 293 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.4.3": |
| 294 | + version "7.12.11" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79" |
| 296 | + integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== |
270 | 297 |
|
271 | 298 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": |
272 | 299 | version "7.12.1" |
|
823 | 850 | "@babel/parser" "^7.12.7" |
824 | 851 | "@babel/types" "^7.12.7" |
825 | 852 |
|
826 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.4.3": |
827 | | - version "7.12.9" |
828 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
829 | | - integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
830 | | - dependencies: |
831 | | - "@babel/code-frame" "^7.10.4" |
832 | | - "@babel/generator" "^7.12.5" |
833 | | - "@babel/helper-function-name" "^7.10.4" |
834 | | - "@babel/helper-split-export-declaration" "^7.11.0" |
835 | | - "@babel/parser" "^7.12.7" |
836 | | - "@babel/types" "^7.12.7" |
| 853 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.3": |
| 854 | + version "7.12.12" |
| 855 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376" |
| 856 | + integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== |
| 857 | + dependencies: |
| 858 | + "@babel/code-frame" "^7.12.11" |
| 859 | + "@babel/generator" "^7.12.11" |
| 860 | + "@babel/helper-function-name" "^7.12.11" |
| 861 | + "@babel/helper-split-export-declaration" "^7.12.11" |
| 862 | + "@babel/parser" "^7.12.11" |
| 863 | + "@babel/types" "^7.12.12" |
837 | 864 | debug "^4.1.0" |
838 | 865 | globals "^11.1.0" |
839 | 866 | lodash "^4.17.19" |
840 | 867 |
|
841 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
842 | | - version "7.12.7" |
843 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
844 | | - integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 868 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 869 | + version "7.12.12" |
| 870 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299" |
| 871 | + integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== |
845 | 872 | dependencies: |
846 | | - "@babel/helper-validator-identifier" "^7.10.4" |
| 873 | + "@babel/helper-validator-identifier" "^7.12.11" |
847 | 874 | lodash "^4.17.19" |
848 | 875 | to-fast-properties "^2.0.0" |
849 | 876 |
|
@@ -5781,7 +5808,7 @@ resolve@1.1.7: |
5781 | 5808 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" |
5782 | 5809 | integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= |
5783 | 5810 |
|
5784 | | -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.3.2: |
| 5811 | +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1: |
5785 | 5812 | version "1.17.0" |
5786 | 5813 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" |
5787 | 5814 | integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== |
|
0 commit comments