|
64 | 64 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
65 | 65 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
66 | 66 |
|
67 |
| - |
68 |
| - version "7.14.6" |
69 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
70 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 67 | + |
| 68 | + version "7.14.8" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 70 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
71 | 71 | dependencies:
|
72 | 72 | "@babel/code-frame" "^7.14.5"
|
73 |
| - "@babel/generator" "^7.14.5" |
| 73 | + "@babel/generator" "^7.14.8" |
74 | 74 | "@babel/helper-compilation-targets" "^7.14.5"
|
75 |
| - "@babel/helper-module-transforms" "^7.14.5" |
76 |
| - "@babel/helpers" "^7.14.6" |
77 |
| - "@babel/parser" "^7.14.6" |
| 75 | + "@babel/helper-module-transforms" "^7.14.8" |
| 76 | + "@babel/helpers" "^7.14.8" |
| 77 | + "@babel/parser" "^7.14.8" |
78 | 78 | "@babel/template" "^7.14.5"
|
79 |
| - "@babel/traverse" "^7.14.5" |
80 |
| - "@babel/types" "^7.14.5" |
| 79 | + "@babel/traverse" "^7.14.8" |
| 80 | + "@babel/types" "^7.14.8" |
81 | 81 | convert-source-map "^1.7.0"
|
82 | 82 | debug "^4.1.0"
|
83 | 83 | gensync "^1.0.0-beta.2"
|
|
126 | 126 | jsesc "^2.5.1"
|
127 | 127 | source-map "^0.5.0"
|
128 | 128 |
|
| 129 | +"@babel/generator@^7.14.8": |
| 130 | + version "7.14.8" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 132 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 133 | + dependencies: |
| 134 | + "@babel/types" "^7.14.8" |
| 135 | + jsesc "^2.5.1" |
| 136 | + source-map "^0.5.0" |
| 137 | + |
129 | 138 | "@babel/helper-annotate-as-pure@^7.10.1":
|
130 | 139 | version "7.10.1"
|
131 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
374 | 383 | "@babel/traverse" "^7.14.5"
|
375 | 384 | "@babel/types" "^7.14.5"
|
376 | 385 |
|
| 386 | +"@babel/helper-module-transforms@^7.14.8": |
| 387 | + version "7.14.8" |
| 388 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 389 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 390 | + dependencies: |
| 391 | + "@babel/helper-module-imports" "^7.14.5" |
| 392 | + "@babel/helper-replace-supers" "^7.14.5" |
| 393 | + "@babel/helper-simple-access" "^7.14.8" |
| 394 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 395 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 396 | + "@babel/template" "^7.14.5" |
| 397 | + "@babel/traverse" "^7.14.8" |
| 398 | + "@babel/types" "^7.14.8" |
| 399 | + |
377 | 400 | "@babel/helper-optimise-call-expression@^7.10.1":
|
378 | 401 | version "7.10.1"
|
379 | 402 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
|
|
460 | 483 | dependencies:
|
461 | 484 | "@babel/types" "^7.14.5"
|
462 | 485 |
|
| 486 | +"@babel/helper-simple-access@^7.14.8": |
| 487 | + version "7.14.8" |
| 488 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 489 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 490 | + dependencies: |
| 491 | + "@babel/types" "^7.14.8" |
| 492 | + |
463 | 493 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
464 | 494 | version "7.14.5"
|
465 | 495 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
|
491 | 521 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
492 | 522 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
493 | 523 |
|
| 524 | +"@babel/helper-validator-identifier@^7.14.8": |
| 525 | + version "7.14.8" |
| 526 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 527 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 528 | + |
494 | 529 | "@babel/helper-validator-option@^7.14.5":
|
495 | 530 | version "7.14.5"
|
496 | 531 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
525 | 560 | "@babel/traverse" "^7.10.1"
|
526 | 561 | "@babel/types" "^7.10.1"
|
527 | 562 |
|
528 |
| -"@babel/helpers@^7.14.6": |
529 |
| - version "7.14.6" |
530 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
531 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 563 | +"@babel/helpers@^7.14.8": |
| 564 | + version "7.14.8" |
| 565 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 566 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
532 | 567 | dependencies:
|
533 | 568 | "@babel/template" "^7.14.5"
|
534 |
| - "@babel/traverse" "^7.14.5" |
535 |
| - "@babel/types" "^7.14.5" |
| 569 | + "@babel/traverse" "^7.14.8" |
| 570 | + "@babel/types" "^7.14.8" |
536 | 571 |
|
537 | 572 | "@babel/highlight@^7.10.1":
|
538 | 573 | version "7.10.1"
|
|
557 | 592 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
|
558 | 593 | integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
|
559 | 594 |
|
560 |
| -"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7": |
| 595 | +"@babel/parser@^7.14.5", "@babel/parser@^7.14.7": |
561 | 596 | version "7.14.7"
|
562 | 597 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
563 | 598 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
|
564 | 599 |
|
| 600 | +"@babel/parser@^7.14.8": |
| 601 | + version "7.14.8" |
| 602 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 603 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
| 604 | + |
565 | 605 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
566 | 606 | version "7.14.5"
|
567 | 607 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
1439 | 1479 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1440 | 1480 | "@babel/helper-plugin-utils" "^7.14.5"
|
1441 | 1481 |
|
1442 |
| - |
1443 |
| - version "7.14.7" |
1444 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
1445 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 1482 | + |
| 1483 | + version "7.14.8" |
| 1484 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 1485 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
1446 | 1486 | dependencies:
|
1447 | 1487 | "@babel/compat-data" "^7.14.7"
|
1448 | 1488 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
1511 | 1551 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1512 | 1552 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
1513 | 1553 | "@babel/preset-modules" "^0.1.4"
|
1514 |
| - "@babel/types" "^7.14.5" |
| 1554 | + "@babel/types" "^7.14.8" |
1515 | 1555 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1516 | 1556 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
1517 | 1557 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1672 | 1712 | debug "^4.1.0"
|
1673 | 1713 | globals "^11.1.0"
|
1674 | 1714 |
|
| 1715 | +"@babel/traverse@^7.14.8": |
| 1716 | + version "7.14.8" |
| 1717 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 1718 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1719 | + dependencies: |
| 1720 | + "@babel/code-frame" "^7.14.5" |
| 1721 | + "@babel/generator" "^7.14.8" |
| 1722 | + "@babel/helper-function-name" "^7.14.5" |
| 1723 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1724 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1725 | + "@babel/parser" "^7.14.8" |
| 1726 | + "@babel/types" "^7.14.8" |
| 1727 | + debug "^4.1.0" |
| 1728 | + globals "^11.1.0" |
| 1729 | + |
1675 | 1730 | "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.4.4":
|
1676 | 1731 | version "7.10.2"
|
1677 | 1732 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
|
1689 | 1744 | "@babel/helper-validator-identifier" "^7.14.5"
|
1690 | 1745 | to-fast-properties "^2.0.0"
|
1691 | 1746 |
|
| 1747 | +"@babel/types@^7.14.8": |
| 1748 | + version "7.14.8" |
| 1749 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 1750 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1751 | + dependencies: |
| 1752 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1753 | + to-fast-properties "^2.0.0" |
| 1754 | + |
1692 | 1755 | "@ctrl/tinycolor@^3.4.0":
|
1693 | 1756 | version "3.4.0"
|
1694 | 1757 | resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f"
|
|
0 commit comments