|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3", "@babel/code-frame@^7.8.3": |
6 |
| - version "7.10.3" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a" |
8 |
| - integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg== |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3": |
| 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== |
9 | 9 | dependencies:
|
10 |
| - "@babel/highlight" "^7.10.3" |
| 10 | + "@babel/highlight" "^7.10.4" |
11 | 11 |
|
12 | 12 | "@babel/compat-data@^7.10.1", "@babel/compat-data@^7.10.3":
|
13 | 13 | version "7.10.3"
|
|
18 | 18 | invariant "^2.2.4"
|
19 | 19 | semver "^5.5.0"
|
20 | 20 |
|
21 |
| -"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
22 |
| - version "7.10.3" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e" |
24 |
| - integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w== |
25 |
| - dependencies: |
26 |
| - "@babel/code-frame" "^7.10.3" |
27 |
| - "@babel/generator" "^7.10.3" |
28 |
| - "@babel/helper-module-transforms" "^7.10.1" |
29 |
| - "@babel/helpers" "^7.10.1" |
30 |
| - "@babel/parser" "^7.10.3" |
31 |
| - "@babel/template" "^7.10.3" |
32 |
| - "@babel/traverse" "^7.10.3" |
33 |
| - "@babel/types" "^7.10.3" |
| 21 | +"@babel/[email protected].4", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 22 | + version "7.10.4" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
| 24 | + integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 25 | + dependencies: |
| 26 | + "@babel/code-frame" "^7.10.4" |
| 27 | + "@babel/generator" "^7.10.4" |
| 28 | + "@babel/helper-module-transforms" "^7.10.4" |
| 29 | + "@babel/helpers" "^7.10.4" |
| 30 | + "@babel/parser" "^7.10.4" |
| 31 | + "@babel/template" "^7.10.4" |
| 32 | + "@babel/traverse" "^7.10.4" |
| 33 | + "@babel/types" "^7.10.4" |
34 | 34 | convert-source-map "^1.7.0"
|
35 | 35 | debug "^4.1.0"
|
36 | 36 | gensync "^1.0.0-beta.1"
|
|
40 | 40 | semver "^5.4.1"
|
41 | 41 | source-map "^0.5.0"
|
42 | 42 |
|
43 |
| -"@babel/generator@^7.10.3": |
44 |
| - version "7.10.3" |
45 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5" |
46 |
| - integrity sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA== |
| 43 | +"@babel/generator@^7.10.4": |
| 44 | + version "7.10.4" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
| 46 | + integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
47 | 47 | dependencies:
|
48 |
| - "@babel/types" "^7.10.3" |
| 48 | + "@babel/types" "^7.10.4" |
49 | 49 | jsesc "^2.5.1"
|
50 | 50 | lodash "^4.17.13"
|
51 | 51 | source-map "^0.5.0"
|
|
132 | 132 | "@babel/template" "^7.10.3"
|
133 | 133 | "@babel/types" "^7.10.3"
|
134 | 134 |
|
| 135 | +"@babel/helper-function-name@^7.10.4": |
| 136 | + version "7.10.4" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 138 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 139 | + dependencies: |
| 140 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 141 | + "@babel/template" "^7.10.4" |
| 142 | + "@babel/types" "^7.10.4" |
| 143 | + |
135 | 144 | "@babel/helper-get-function-arity@^7.10.1":
|
136 | 145 | version "7.10.1"
|
137 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
|
|
146 | 155 | dependencies:
|
147 | 156 | "@babel/types" "^7.10.3"
|
148 | 157 |
|
| 158 | +"@babel/helper-get-function-arity@^7.10.4": |
| 159 | + version "7.10.4" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 161 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 162 | + dependencies: |
| 163 | + "@babel/types" "^7.10.4" |
| 164 | + |
149 | 165 | "@babel/helper-hoist-variables@^7.10.3":
|
150 | 166 | version "7.10.3"
|
151 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.3.tgz#d554f52baf1657ffbd7e5137311abc993bb3f068"
|
|
160 | 176 | dependencies:
|
161 | 177 | "@babel/types" "^7.10.1"
|
162 | 178 |
|
| 179 | +"@babel/helper-member-expression-to-functions@^7.10.4": |
| 180 | + version "7.10.4" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
| 182 | + integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== |
| 183 | + dependencies: |
| 184 | + "@babel/types" "^7.10.4" |
| 185 | + |
163 | 186 | "@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.10.3":
|
164 | 187 | version "7.10.3"
|
165 | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz#766fa1d57608e53e5676f23ae498ec7a95e1b11a"
|
166 | 189 | integrity sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w==
|
167 | 190 | dependencies:
|
168 | 191 | "@babel/types" "^7.10.3"
|
169 | 192 |
|
170 |
| -"@babel/helper-module-transforms@^7.10.1": |
171 |
| - version "7.10.1" |
172 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622" |
173 |
| - integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== |
| 193 | +"@babel/helper-module-imports@^7.10.4": |
| 194 | + version "7.10.4" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
| 196 | + integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
174 | 197 | dependencies:
|
175 |
| - "@babel/helper-module-imports" "^7.10.1" |
176 |
| - "@babel/helper-replace-supers" "^7.10.1" |
177 |
| - "@babel/helper-simple-access" "^7.10.1" |
178 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
179 |
| - "@babel/template" "^7.10.1" |
180 |
| - "@babel/types" "^7.10.1" |
| 198 | + "@babel/types" "^7.10.4" |
| 199 | + |
| 200 | +"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.10.4": |
| 201 | + version "7.10.4" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
| 203 | + integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-module-imports" "^7.10.4" |
| 206 | + "@babel/helper-replace-supers" "^7.10.4" |
| 207 | + "@babel/helper-simple-access" "^7.10.4" |
| 208 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 209 | + "@babel/template" "^7.10.4" |
| 210 | + "@babel/types" "^7.10.4" |
181 | 211 | lodash "^4.17.13"
|
182 | 212 |
|
183 | 213 | "@babel/helper-optimise-call-expression@^7.10.1":
|
|
194 | 224 | dependencies:
|
195 | 225 | "@babel/types" "^7.10.3"
|
196 | 226 |
|
| 227 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 228 | + version "7.10.4" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 230 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
| 231 | + dependencies: |
| 232 | + "@babel/types" "^7.10.4" |
| 233 | + |
197 | 234 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.10.3", "@babel/helper-plugin-utils@^7.8.0":
|
198 | 235 | version "7.10.3"
|
199 | 236 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz#aac45cccf8bc1873b99a85f34bceef3beb5d3244"
|
|
238 | 275 | "@babel/traverse" "^7.10.1"
|
239 | 276 | "@babel/types" "^7.10.1"
|
240 | 277 |
|
| 278 | +"@babel/helper-replace-supers@^7.10.4": |
| 279 | + version "7.10.4" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
| 281 | + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
| 282 | + dependencies: |
| 283 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 284 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 285 | + "@babel/traverse" "^7.10.4" |
| 286 | + "@babel/types" "^7.10.4" |
| 287 | + |
241 | 288 | "@babel/helper-simple-access@^7.10.1":
|
242 | 289 | version "7.10.1"
|
243 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e"
|
|
246 | 293 | "@babel/template" "^7.10.1"
|
247 | 294 | "@babel/types" "^7.10.1"
|
248 | 295 |
|
| 296 | +"@babel/helper-simple-access@^7.10.4": |
| 297 | + version "7.10.4" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
| 299 | + integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== |
| 300 | + dependencies: |
| 301 | + "@babel/template" "^7.10.4" |
| 302 | + "@babel/types" "^7.10.4" |
| 303 | + |
249 | 304 | "@babel/helper-split-export-declaration@^7.10.1":
|
250 | 305 | version "7.10.1"
|
251 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
|
252 | 307 | integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
|
253 | 308 | dependencies:
|
254 | 309 | "@babel/types" "^7.10.1"
|
255 | 310 |
|
256 |
| -"@babel/helper-validator-identifier@^7.10.3": |
257 |
| - version "7.10.3" |
258 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" |
259 |
| - integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw== |
| 311 | +"@babel/helper-split-export-declaration@^7.10.4": |
| 312 | + version "7.10.4" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
| 314 | + integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
| 315 | + dependencies: |
| 316 | + "@babel/types" "^7.10.4" |
| 317 | + |
| 318 | +"@babel/helper-validator-identifier@^7.10.4": |
| 319 | + version "7.10.4" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 321 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
260 | 322 |
|
261 | 323 | "@babel/helper-wrap-function@^7.10.1":
|
262 | 324 | version "7.10.1"
|
|
268 | 330 | "@babel/traverse" "^7.10.1"
|
269 | 331 | "@babel/types" "^7.10.1"
|
270 | 332 |
|
271 |
| -"@babel/helpers@^7.10.1": |
272 |
| - version "7.10.1" |
273 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" |
274 |
| - integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== |
| 333 | +"@babel/helpers@^7.10.4": |
| 334 | + version "7.10.4" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
| 336 | + integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
275 | 337 | dependencies:
|
276 |
| - "@babel/template" "^7.10.1" |
277 |
| - "@babel/traverse" "^7.10.1" |
278 |
| - "@babel/types" "^7.10.1" |
| 338 | + "@babel/template" "^7.10.4" |
| 339 | + "@babel/traverse" "^7.10.4" |
| 340 | + "@babel/types" "^7.10.4" |
279 | 341 |
|
280 |
| -"@babel/highlight@^7.10.3": |
281 |
| - version "7.10.3" |
282 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d" |
283 |
| - integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw== |
| 342 | +"@babel/highlight@^7.10.4": |
| 343 | + version "7.10.4" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 345 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
284 | 346 | dependencies:
|
285 |
| - "@babel/helper-validator-identifier" "^7.10.3" |
| 347 | + "@babel/helper-validator-identifier" "^7.10.4" |
286 | 348 | chalk "^2.0.0"
|
287 | 349 | js-tokens "^4.0.0"
|
288 | 350 |
|
289 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.10.3": |
290 |
| - version "7.10.3" |
291 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315" |
292 |
| - integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA== |
| 351 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.4": |
| 352 | + version "7.10.4" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
| 354 | + integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
293 | 355 |
|
294 | 356 | "@babel/plugin-proposal-async-generator-functions@^7.10.3":
|
295 | 357 | version "7.10.3"
|
|
835 | 897 | dependencies:
|
836 | 898 | regenerator-runtime "^0.13.4"
|
837 | 899 |
|
838 |
| -"@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.3.3": |
839 |
| - version "7.10.3" |
840 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8" |
841 |
| - integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA== |
842 |
| - dependencies: |
843 |
| - "@babel/code-frame" "^7.10.3" |
844 |
| - "@babel/parser" "^7.10.3" |
845 |
| - "@babel/types" "^7.10.3" |
846 |
| - |
847 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3": |
848 |
| - version "7.10.3" |
849 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e" |
850 |
| - integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug== |
851 |
| - dependencies: |
852 |
| - "@babel/code-frame" "^7.10.3" |
853 |
| - "@babel/generator" "^7.10.3" |
854 |
| - "@babel/helper-function-name" "^7.10.3" |
855 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
856 |
| - "@babel/parser" "^7.10.3" |
857 |
| - "@babel/types" "^7.10.3" |
| 900 | +"@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.10.4", "@babel/template@^7.3.3": |
| 901 | + version "7.10.4" |
| 902 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 903 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 904 | + dependencies: |
| 905 | + "@babel/code-frame" "^7.10.4" |
| 906 | + "@babel/parser" "^7.10.4" |
| 907 | + "@babel/types" "^7.10.4" |
| 908 | + |
| 909 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4": |
| 910 | + version "7.10.4" |
| 911 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
| 912 | + integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
| 913 | + dependencies: |
| 914 | + "@babel/code-frame" "^7.10.4" |
| 915 | + "@babel/generator" "^7.10.4" |
| 916 | + "@babel/helper-function-name" "^7.10.4" |
| 917 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 918 | + "@babel/parser" "^7.10.4" |
| 919 | + "@babel/types" "^7.10.4" |
858 | 920 | debug "^4.1.0"
|
859 | 921 | globals "^11.1.0"
|
860 | 922 | lodash "^4.17.13"
|
861 | 923 |
|
862 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
863 |
| - version "7.10.3" |
864 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e" |
865 |
| - integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA== |
| 924 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 925 | + version "7.10.4" |
| 926 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
| 927 | + integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
866 | 928 | dependencies:
|
867 |
| - "@babel/helper-validator-identifier" "^7.10.3" |
| 929 | + "@babel/helper-validator-identifier" "^7.10.4" |
868 | 930 | lodash "^4.17.13"
|
869 | 931 | to-fast-properties "^2.0.0"
|
870 | 932 |
|
|
0 commit comments