|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5": |
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", "@babel/code-frame@^7.5.5": |
| 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 |
|
|
15 | 15 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
16 | 16 |
|
17 | 17 | "@babel/core@^7.10.4", "@babel/core@^7.9.6":
|
18 |
| - version "7.12.3" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" |
20 |
| - integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== |
| 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.1" |
| 23 | + "@babel/generator" "^7.12.10" |
24 | 24 | "@babel/helper-module-transforms" "^7.12.1"
|
25 |
| - "@babel/helpers" "^7.12.1" |
26 |
| - "@babel/parser" "^7.12.3" |
27 |
| - "@babel/template" "^7.10.4" |
28 |
| - "@babel/traverse" "^7.12.1" |
29 |
| - "@babel/types" "^7.12.1" |
| 25 | + "@babel/helpers" "^7.12.5" |
| 26 | + "@babel/parser" "^7.12.10" |
| 27 | + "@babel/template" "^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.1": |
40 |
| - version "7.12.1" |
41 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
42 |
| - integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
| 38 | +"@babel/generator@^7.12.10", "@babel/generator@^7.12.11": |
| 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.1" |
| 43 | + "@babel/types" "^7.12.11" |
45 | 44 | jsesc "^2.5.1"
|
46 | 45 | source-map "^0.5.0"
|
47 | 46 |
|
|
144 | 143 | "@babel/template" "^7.10.4"
|
145 | 144 | "@babel/types" "^7.10.4"
|
146 | 145 |
|
| 146 | +"@babel/helper-function-name@^7.12.11": |
| 147 | + version "7.12.11" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42" |
| 149 | + integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== |
| 150 | + dependencies: |
| 151 | + "@babel/helper-get-function-arity" "^7.12.10" |
| 152 | + "@babel/template" "^7.12.7" |
| 153 | + "@babel/types" "^7.12.11" |
| 154 | + |
147 | 155 | "@babel/helper-get-function-arity@^7.10.4":
|
148 | 156 | version "7.10.4"
|
149 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
|
150 | 158 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
|
151 | 159 | dependencies:
|
152 | 160 | "@babel/types" "^7.10.4"
|
153 | 161 |
|
| 162 | +"@babel/helper-get-function-arity@^7.12.10": |
| 163 | + version "7.12.10" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" |
| 165 | + integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== |
| 166 | + dependencies: |
| 167 | + "@babel/types" "^7.12.10" |
| 168 | + |
154 | 169 | "@babel/helper-hoist-variables@^7.10.4":
|
155 | 170 | version "7.10.4"
|
156 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
|
|
263 | 278 | dependencies:
|
264 | 279 | "@babel/types" "^7.11.0"
|
265 | 280 |
|
| 281 | +"@babel/helper-split-export-declaration@^7.12.11": |
| 282 | + version "7.12.11" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a" |
| 284 | + integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== |
| 285 | + dependencies: |
| 286 | + "@babel/types" "^7.12.11" |
| 287 | + |
266 | 288 | "@babel/helper-validator-identifier@^7.10.4":
|
267 | 289 | version "7.10.4"
|
268 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
288 | 310 | "@babel/traverse" "^7.10.4"
|
289 | 311 | "@babel/types" "^7.10.4"
|
290 | 312 |
|
291 |
| -"@babel/helpers@^7.12.1": |
292 |
| - version "7.12.1" |
293 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
294 |
| - integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
| 313 | +"@babel/helpers@^7.12.5": |
| 314 | + version "7.12.5" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" |
| 316 | + integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== |
295 | 317 | dependencies:
|
296 | 318 | "@babel/template" "^7.10.4"
|
297 |
| - "@babel/traverse" "^7.12.1" |
298 |
| - "@babel/types" "^7.12.1" |
| 319 | + "@babel/traverse" "^7.12.5" |
| 320 | + "@babel/types" "^7.12.5" |
299 | 321 |
|
300 | 322 | "@babel/highlight@^7.10.4":
|
301 | 323 | version "7.10.4"
|
|
306 | 328 | chalk "^2.0.0"
|
307 | 329 | js-tokens "^4.0.0"
|
308 | 330 |
|
309 |
| -"@babel/parser@^7.10.4", "@babel/parser@^7.12.0", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.7.0": |
| 331 | +"@babel/parser@^7.12.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": |
310 | 332 | version "7.12.11"
|
311 | 333 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
|
312 | 334 | integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
|
|
882 | 904 | dependencies:
|
883 | 905 | regenerator-runtime "^0.13.4"
|
884 | 906 |
|
885 |
| -"@babel/template@^7.10.4": |
886 |
| - version "7.10.4" |
887 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
888 |
| - integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 907 | +"@babel/template@^7.10.4", "@babel/template@^7.12.7": |
| 908 | + version "7.12.7" |
| 909 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" |
| 910 | + integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== |
889 | 911 | dependencies:
|
890 | 912 | "@babel/code-frame" "^7.10.4"
|
891 |
| - "@babel/parser" "^7.10.4" |
892 |
| - "@babel/types" "^7.10.4" |
| 913 | + "@babel/parser" "^7.12.7" |
| 914 | + "@babel/types" "^7.12.7" |
893 | 915 |
|
894 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.7.0": |
895 |
| - version "7.12.1" |
896 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
897 |
| - integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
898 |
| - dependencies: |
899 |
| - "@babel/code-frame" "^7.10.4" |
900 |
| - "@babel/generator" "^7.12.1" |
901 |
| - "@babel/helper-function-name" "^7.10.4" |
902 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
903 |
| - "@babel/parser" "^7.12.1" |
904 |
| - "@babel/types" "^7.12.1" |
| 916 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0": |
| 917 | + version "7.12.12" |
| 918 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376" |
| 919 | + integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== |
| 920 | + dependencies: |
| 921 | + "@babel/code-frame" "^7.12.11" |
| 922 | + "@babel/generator" "^7.12.11" |
| 923 | + "@babel/helper-function-name" "^7.12.11" |
| 924 | + "@babel/helper-split-export-declaration" "^7.12.11" |
| 925 | + "@babel/parser" "^7.12.11" |
| 926 | + "@babel/types" "^7.12.12" |
905 | 927 | debug "^4.1.0"
|
906 | 928 | globals "^11.1.0"
|
907 | 929 | lodash "^4.17.19"
|
908 | 930 |
|
909 |
| -"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 931 | +"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.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.4.4", "@babel/types@^7.7.0": |
910 | 932 | version "7.12.12"
|
911 | 933 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
|
912 | 934 | integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
|
@@ -5977,7 +5999,7 @@ resolve-url@^0.2.1:
|
5977 | 5999 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
5978 | 6000 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
5979 | 6001 |
|
5980 |
| -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0, resolve@^1.3.2: |
| 6002 | +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0: |
5981 | 6003 | version "1.17.0"
|
5982 | 6004 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
|
5983 | 6005 | integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
|
|
0 commit comments