|
18 | 18 | invariant "^2.2.4" |
19 | 19 | semver "^5.5.0" |
20 | 20 |
|
21 | | -"@babel/core@7.10.4", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
| 21 | +"@babel/compat-data@^7.11.0": |
| 22 | + version "7.11.0" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" |
| 24 | + integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== |
| 25 | + dependencies: |
| 26 | + browserslist "^4.12.0" |
| 27 | + invariant "^2.2.4" |
| 28 | + semver "^5.5.0" |
| 29 | + |
| 30 | +"@babel/core@7.11.1": |
| 31 | + version "7.11.1" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" |
| 33 | + integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== |
| 34 | + dependencies: |
| 35 | + "@babel/code-frame" "^7.10.4" |
| 36 | + "@babel/generator" "^7.11.0" |
| 37 | + "@babel/helper-module-transforms" "^7.11.0" |
| 38 | + "@babel/helpers" "^7.10.4" |
| 39 | + "@babel/parser" "^7.11.1" |
| 40 | + "@babel/template" "^7.10.4" |
| 41 | + "@babel/traverse" "^7.11.0" |
| 42 | + "@babel/types" "^7.11.0" |
| 43 | + convert-source-map "^1.7.0" |
| 44 | + debug "^4.1.0" |
| 45 | + gensync "^1.0.0-beta.1" |
| 46 | + json5 "^2.1.2" |
| 47 | + lodash "^4.17.19" |
| 48 | + resolve "^1.3.2" |
| 49 | + semver "^5.4.1" |
| 50 | + source-map "^0.5.0" |
| 51 | + |
| 52 | +"@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5": |
22 | 53 | version "7.10.4" |
23 | 54 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
24 | 55 | integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
|
50 | 81 | lodash "^4.17.13" |
51 | 82 | source-map "^0.5.0" |
52 | 83 |
|
| 84 | +"@babel/generator@^7.11.0": |
| 85 | + version "7.11.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
| 87 | + integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
| 88 | + dependencies: |
| 89 | + "@babel/types" "^7.11.0" |
| 90 | + jsesc "^2.5.1" |
| 91 | + source-map "^0.5.0" |
| 92 | + |
53 | 93 | "@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.10.4": |
54 | 94 | version "7.10.4" |
55 | 95 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
|
181 | 221 | "@babel/types" "^7.10.4" |
182 | 222 | lodash "^4.17.13" |
183 | 223 |
|
| 224 | +"@babel/helper-module-transforms@^7.11.0": |
| 225 | + version "7.11.0" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
| 227 | + integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
| 228 | + dependencies: |
| 229 | + "@babel/helper-module-imports" "^7.10.4" |
| 230 | + "@babel/helper-replace-supers" "^7.10.4" |
| 231 | + "@babel/helper-simple-access" "^7.10.4" |
| 232 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 233 | + "@babel/template" "^7.10.4" |
| 234 | + "@babel/types" "^7.11.0" |
| 235 | + lodash "^4.17.19" |
| 236 | + |
184 | 237 | "@babel/helper-optimise-call-expression@^7.10.4": |
185 | 238 | version "7.10.4" |
186 | 239 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
187 | 240 | integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
188 | 241 | dependencies: |
189 | 242 | "@babel/types" "^7.10.4" |
190 | 243 |
|
191 | | -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
| 244 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
192 | 245 | version "7.10.4" |
193 | 246 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
194 | 247 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
|
229 | 282 | "@babel/template" "^7.10.4" |
230 | 283 | "@babel/types" "^7.10.4" |
231 | 284 |
|
| 285 | +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": |
| 286 | + version "7.11.0" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" |
| 288 | + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== |
| 289 | + dependencies: |
| 290 | + "@babel/types" "^7.11.0" |
| 291 | + |
232 | 292 | "@babel/helper-split-export-declaration@^7.10.4": |
233 | 293 | version "7.10.4" |
234 | 294 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
235 | 295 | integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
236 | 296 | dependencies: |
237 | 297 | "@babel/types" "^7.10.4" |
238 | 298 |
|
| 299 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 300 | + version "7.11.0" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 302 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 303 | + dependencies: |
| 304 | + "@babel/types" "^7.11.0" |
| 305 | + |
239 | 306 | "@babel/helper-validator-identifier@^7.10.4": |
240 | 307 | version "7.10.4" |
241 | 308 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
|
274 | 341 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
275 | 342 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
276 | 343 |
|
| 344 | +"@babel/parser@^7.11.0", "@babel/parser@^7.11.1": |
| 345 | + version "7.11.3" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9" |
| 347 | + integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== |
| 348 | + |
277 | 349 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
278 | 350 | version "7.10.4" |
279 | 351 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6" |
|
299 | 371 | "@babel/helper-plugin-utils" "^7.10.4" |
300 | 372 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
301 | 373 |
|
| 374 | +"@babel/plugin-proposal-export-namespace-from@^7.10.4": |
| 375 | + version "7.10.4" |
| 376 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" |
| 377 | + integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== |
| 378 | + dependencies: |
| 379 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 380 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 381 | + |
302 | 382 | "@babel/plugin-proposal-json-strings@^7.10.4": |
303 | 383 | version "7.10.4" |
304 | 384 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" |
|
307 | 387 | "@babel/helper-plugin-utils" "^7.10.4" |
308 | 388 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
309 | 389 |
|
| 390 | +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
| 391 | + version "7.11.0" |
| 392 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" |
| 393 | + integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== |
| 394 | + dependencies: |
| 395 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 396 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 397 | + |
310 | 398 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
311 | 399 | version "7.10.4" |
312 | 400 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
|
323 | 411 | "@babel/helper-plugin-utils" "^7.10.4" |
324 | 412 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
325 | 413 |
|
326 | | -"@babel/plugin-proposal-object-rest-spread@^7.10.4": |
327 | | - version "7.10.4" |
328 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" |
329 | | - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== |
| 414 | +"@babel/plugin-proposal-object-rest-spread@^7.11.0": |
| 415 | + version "7.11.0" |
| 416 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" |
| 417 | + integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== |
330 | 418 | dependencies: |
331 | 419 | "@babel/helper-plugin-utils" "^7.10.4" |
332 | 420 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
340 | 428 | "@babel/helper-plugin-utils" "^7.10.4" |
341 | 429 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
342 | 430 |
|
343 | | -"@babel/plugin-proposal-optional-chaining@^7.10.4": |
344 | | - version "7.10.4" |
345 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" |
346 | | - integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== |
| 431 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 432 | + version "7.11.0" |
| 433 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 434 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
347 | 435 | dependencies: |
348 | 436 | "@babel/helper-plugin-utils" "^7.10.4" |
| 437 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
349 | 438 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
350 | 439 |
|
351 | 440 | "@babel/plugin-proposal-private-methods@^7.10.4": |
|
392 | 481 | dependencies: |
393 | 482 | "@babel/helper-plugin-utils" "^7.8.0" |
394 | 483 |
|
| 484 | +"@babel/plugin-syntax-export-namespace-from@^7.8.3": |
| 485 | + version "7.8.3" |
| 486 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" |
| 487 | + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== |
| 488 | + dependencies: |
| 489 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 490 | + |
395 | 491 | "@babel/plugin-syntax-import-meta@^7.8.3": |
396 | 492 | version "7.10.4" |
397 | 493 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" |
|
413 | 509 | dependencies: |
414 | 510 | "@babel/helper-plugin-utils" "^7.10.4" |
415 | 511 |
|
416 | | -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": |
| 512 | +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": |
417 | 513 | version "7.10.4" |
418 | 514 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" |
419 | 515 | integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== |
|
718 | 814 | dependencies: |
719 | 815 | "@babel/helper-plugin-utils" "^7.10.4" |
720 | 816 |
|
721 | | -"@babel/plugin-transform-spread@^7.10.4": |
722 | | - version "7.10.4" |
723 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" |
724 | | - integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== |
| 817 | +"@babel/plugin-transform-spread@^7.11.0": |
| 818 | + version "7.11.0" |
| 819 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" |
| 820 | + integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== |
725 | 821 | dependencies: |
726 | 822 | "@babel/helper-plugin-utils" "^7.10.4" |
| 823 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
727 | 824 |
|
728 | 825 | "@babel/plugin-transform-sticky-regex@^7.10.4": |
729 | 826 | version "7.10.4" |
|
763 | 860 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
764 | 861 | "@babel/helper-plugin-utils" "^7.10.4" |
765 | 862 |
|
766 | | -"@babel/preset-env@7.10.4": |
767 | | - version "7.10.4" |
768 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" |
769 | | - integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== |
| 863 | +"@babel/preset-env@7.11.0": |
| 864 | + version "7.11.0" |
| 865 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
| 866 | + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
770 | 867 | dependencies: |
771 | | - "@babel/compat-data" "^7.10.4" |
| 868 | + "@babel/compat-data" "^7.11.0" |
772 | 869 | "@babel/helper-compilation-targets" "^7.10.4" |
773 | 870 | "@babel/helper-module-imports" "^7.10.4" |
774 | 871 | "@babel/helper-plugin-utils" "^7.10.4" |
775 | 872 | "@babel/plugin-proposal-async-generator-functions" "^7.10.4" |
776 | 873 | "@babel/plugin-proposal-class-properties" "^7.10.4" |
777 | 874 | "@babel/plugin-proposal-dynamic-import" "^7.10.4" |
| 875 | + "@babel/plugin-proposal-export-namespace-from" "^7.10.4" |
778 | 876 | "@babel/plugin-proposal-json-strings" "^7.10.4" |
| 877 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" |
779 | 878 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" |
780 | 879 | "@babel/plugin-proposal-numeric-separator" "^7.10.4" |
781 | | - "@babel/plugin-proposal-object-rest-spread" "^7.10.4" |
| 880 | + "@babel/plugin-proposal-object-rest-spread" "^7.11.0" |
782 | 881 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" |
783 | | - "@babel/plugin-proposal-optional-chaining" "^7.10.4" |
| 882 | + "@babel/plugin-proposal-optional-chaining" "^7.11.0" |
784 | 883 | "@babel/plugin-proposal-private-methods" "^7.10.4" |
785 | 884 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" |
786 | 885 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
787 | 886 | "@babel/plugin-syntax-class-properties" "^7.10.4" |
788 | 887 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 888 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
789 | 889 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
| 890 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
790 | 891 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
791 | 892 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
792 | 893 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
|
819 | 920 | "@babel/plugin-transform-regenerator" "^7.10.4" |
820 | 921 | "@babel/plugin-transform-reserved-words" "^7.10.4" |
821 | 922 | "@babel/plugin-transform-shorthand-properties" "^7.10.4" |
822 | | - "@babel/plugin-transform-spread" "^7.10.4" |
| 923 | + "@babel/plugin-transform-spread" "^7.11.0" |
823 | 924 | "@babel/plugin-transform-sticky-regex" "^7.10.4" |
824 | 925 | "@babel/plugin-transform-template-literals" "^7.10.4" |
825 | 926 | "@babel/plugin-transform-typeof-symbol" "^7.10.4" |
826 | 927 | "@babel/plugin-transform-unicode-escapes" "^7.10.4" |
827 | 928 | "@babel/plugin-transform-unicode-regex" "^7.10.4" |
828 | 929 | "@babel/preset-modules" "^0.1.3" |
829 | | - "@babel/types" "^7.10.4" |
| 930 | + "@babel/types" "^7.11.0" |
830 | 931 | browserslist "^4.12.0" |
831 | 932 | core-js-compat "^3.6.2" |
832 | 933 | invariant "^2.2.2" |
|
896 | 997 | globals "^11.1.0" |
897 | 998 | lodash "^4.17.13" |
898 | 999 |
|
| 1000 | +"@babel/traverse@^7.11.0": |
| 1001 | + version "7.11.0" |
| 1002 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
| 1003 | + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1004 | + dependencies: |
| 1005 | + "@babel/code-frame" "^7.10.4" |
| 1006 | + "@babel/generator" "^7.11.0" |
| 1007 | + "@babel/helper-function-name" "^7.10.4" |
| 1008 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1009 | + "@babel/parser" "^7.11.0" |
| 1010 | + "@babel/types" "^7.11.0" |
| 1011 | + debug "^4.1.0" |
| 1012 | + globals "^11.1.0" |
| 1013 | + lodash "^4.17.19" |
| 1014 | + |
899 | 1015 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
900 | 1016 | version "7.10.4" |
901 | 1017 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
|
905 | 1021 | lodash "^4.17.13" |
906 | 1022 | to-fast-properties "^2.0.0" |
907 | 1023 |
|
| 1024 | +"@babel/types@^7.11.0": |
| 1025 | + version "7.11.0" |
| 1026 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 1027 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 1028 | + dependencies: |
| 1029 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1030 | + lodash "^4.17.19" |
| 1031 | + to-fast-properties "^2.0.0" |
| 1032 | + |
908 | 1033 | "@bcoe/v8-coverage@^0.2.3": |
909 | 1034 | version "0.2.3" |
910 | 1035 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -8500,6 +8625,11 @@ lodash@4.17.15, "lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.12, lodash@^4.1 |
8500 | 8625 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
8501 | 8626 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
8502 | 8627 |
|
| 8628 | +lodash@^4.17.19: |
| 8629 | + version "4.17.19" |
| 8630 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 8631 | + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| 8632 | + |
8503 | 8633 | log-symbols@^4.0.0: |
8504 | 8634 | version "4.0.0" |
8505 | 8635 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" |
|
0 commit comments