|
87 | 87 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
88 | 88 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
89 | 89 |
|
90 |
| - |
91 |
| - version "7.14.6" |
92 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
93 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 90 | + |
| 91 | + version "7.14.8" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 93 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
94 | 94 | dependencies:
|
95 | 95 | "@babel/code-frame" "^7.14.5"
|
96 |
| - "@babel/generator" "^7.14.5" |
| 96 | + "@babel/generator" "^7.14.8" |
97 | 97 | "@babel/helper-compilation-targets" "^7.14.5"
|
98 |
| - "@babel/helper-module-transforms" "^7.14.5" |
99 |
| - "@babel/helpers" "^7.14.6" |
100 |
| - "@babel/parser" "^7.14.6" |
| 98 | + "@babel/helper-module-transforms" "^7.14.8" |
| 99 | + "@babel/helpers" "^7.14.8" |
| 100 | + "@babel/parser" "^7.14.8" |
101 | 101 | "@babel/template" "^7.14.5"
|
102 |
| - "@babel/traverse" "^7.14.5" |
103 |
| - "@babel/types" "^7.14.5" |
| 102 | + "@babel/traverse" "^7.14.8" |
| 103 | + "@babel/types" "^7.14.8" |
104 | 104 | convert-source-map "^1.7.0"
|
105 | 105 | debug "^4.1.0"
|
106 | 106 | gensync "^1.0.0-beta.2"
|
|
156 | 156 | jsesc "^2.5.1"
|
157 | 157 | source-map "^0.5.0"
|
158 | 158 |
|
| 159 | +"@babel/generator@^7.14.8": |
| 160 | + version "7.14.8" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 162 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 163 | + dependencies: |
| 164 | + "@babel/types" "^7.14.8" |
| 165 | + jsesc "^2.5.1" |
| 166 | + source-map "^0.5.0" |
| 167 | + |
159 | 168 | "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
|
160 | 169 | version "7.12.13"
|
161 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
390 | 399 | "@babel/traverse" "^7.14.5"
|
391 | 400 | "@babel/types" "^7.14.5"
|
392 | 401 |
|
| 402 | +"@babel/helper-module-transforms@^7.14.8": |
| 403 | + version "7.14.8" |
| 404 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 405 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 406 | + dependencies: |
| 407 | + "@babel/helper-module-imports" "^7.14.5" |
| 408 | + "@babel/helper-replace-supers" "^7.14.5" |
| 409 | + "@babel/helper-simple-access" "^7.14.8" |
| 410 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 411 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 412 | + "@babel/template" "^7.14.5" |
| 413 | + "@babel/traverse" "^7.14.8" |
| 414 | + "@babel/types" "^7.14.8" |
| 415 | + |
393 | 416 | "@babel/helper-optimise-call-expression@^7.12.13":
|
394 | 417 | version "7.12.13"
|
395 | 418 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
466 | 489 | dependencies:
|
467 | 490 | "@babel/types" "^7.14.5"
|
468 | 491 |
|
| 492 | +"@babel/helper-simple-access@^7.14.8": |
| 493 | + version "7.14.8" |
| 494 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 495 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 496 | + dependencies: |
| 497 | + "@babel/types" "^7.14.8" |
| 498 | + |
469 | 499 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
470 | 500 | version "7.12.1"
|
471 | 501 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
504 | 534 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
505 | 535 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
506 | 536 |
|
| 537 | +"@babel/helper-validator-identifier@^7.14.8": |
| 538 | + version "7.14.8" |
| 539 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 540 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 541 | + |
507 | 542 | "@babel/helper-validator-option@^7.12.17":
|
508 | 543 | version "7.12.17"
|
509 | 544 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
543 | 578 | "@babel/traverse" "^7.13.0"
|
544 | 579 | "@babel/types" "^7.13.0"
|
545 | 580 |
|
546 |
| -"@babel/helpers@^7.14.6": |
547 |
| - version "7.14.6" |
548 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
549 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 581 | +"@babel/helpers@^7.14.8": |
| 582 | + version "7.14.8" |
| 583 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 584 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
550 | 585 | dependencies:
|
551 | 586 | "@babel/template" "^7.14.5"
|
552 |
| - "@babel/traverse" "^7.14.5" |
553 |
| - "@babel/types" "^7.14.5" |
| 587 | + "@babel/traverse" "^7.14.8" |
| 588 | + "@babel/types" "^7.14.8" |
554 | 589 |
|
555 | 590 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
556 | 591 | version "7.13.10"
|
|
580 | 615 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
|
581 | 616 | integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
|
582 | 617 |
|
583 |
| -"@babel/parser@^7.14.6": |
584 |
| - version "7.14.6" |
585 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" |
586 |
| - integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== |
| 618 | +"@babel/parser@^7.14.8": |
| 619 | + version "7.14.8" |
| 620 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 621 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
587 | 622 |
|
588 | 623 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
589 | 624 | version "7.13.12"
|
|
1511 | 1546 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1512 | 1547 | "@babel/helper-plugin-utils" "^7.14.5"
|
1513 | 1548 |
|
1514 |
| - |
1515 |
| - version "7.14.7" |
1516 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
1517 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 1549 | + |
| 1550 | + version "7.14.8" |
| 1551 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 1552 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
1518 | 1553 | dependencies:
|
1519 | 1554 | "@babel/compat-data" "^7.14.7"
|
1520 | 1555 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
1583 | 1618 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1584 | 1619 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
1585 | 1620 | "@babel/preset-modules" "^0.1.4"
|
1586 |
| - "@babel/types" "^7.14.5" |
| 1621 | + "@babel/types" "^7.14.8" |
1587 | 1622 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1588 | 1623 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
1589 | 1624 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1762 | 1797 | debug "^4.1.0"
|
1763 | 1798 | globals "^11.1.0"
|
1764 | 1799 |
|
| 1800 | +"@babel/traverse@^7.14.8": |
| 1801 | + version "7.14.8" |
| 1802 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 1803 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1804 | + dependencies: |
| 1805 | + "@babel/code-frame" "^7.14.5" |
| 1806 | + "@babel/generator" "^7.14.8" |
| 1807 | + "@babel/helper-function-name" "^7.14.5" |
| 1808 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1809 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1810 | + "@babel/parser" "^7.14.8" |
| 1811 | + "@babel/types" "^7.14.8" |
| 1812 | + debug "^4.1.0" |
| 1813 | + globals "^11.1.0" |
| 1814 | + |
1765 | 1815 | "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.4.4":
|
1766 | 1816 | version "7.13.14"
|
1767 | 1817 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
|
|
1779 | 1829 | "@babel/helper-validator-identifier" "^7.14.5"
|
1780 | 1830 | to-fast-properties "^2.0.0"
|
1781 | 1831 |
|
| 1832 | +"@babel/types@^7.14.8": |
| 1833 | + version "7.14.8" |
| 1834 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 1835 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1836 | + dependencies: |
| 1837 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1838 | + to-fast-properties "^2.0.0" |
| 1839 | + |
1782 | 1840 | "@bcoe/v8-coverage@^0.2.3":
|
1783 | 1841 | version "0.2.3"
|
1784 | 1842 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments