|
1327 | 1327 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
1328 | 1328 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
1329 | 1329 |
|
1330 |
| -"@babel/ [email protected]. 6", "@babel/core@^7.7.2": |
1331 |
| - version "7.14.6" |
1332 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
1333 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 1330 | + |
| 1331 | + version "7.14.8" |
| 1332 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 1333 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
1334 | 1334 | dependencies:
|
1335 | 1335 | "@babel/code-frame" "^7.14.5"
|
1336 |
| - "@babel/generator" "^7.14.5" |
| 1336 | + "@babel/generator" "^7.14.8" |
1337 | 1337 | "@babel/helper-compilation-targets" "^7.14.5"
|
1338 |
| - "@babel/helper-module-transforms" "^7.14.5" |
1339 |
| - "@babel/helpers" "^7.14.6" |
1340 |
| - "@babel/parser" "^7.14.6" |
| 1338 | + "@babel/helper-module-transforms" "^7.14.8" |
| 1339 | + "@babel/helpers" "^7.14.8" |
| 1340 | + "@babel/parser" "^7.14.8" |
1341 | 1341 | "@babel/template" "^7.14.5"
|
1342 |
| - "@babel/traverse" "^7.14.5" |
1343 |
| - "@babel/types" "^7.14.5" |
| 1342 | + "@babel/traverse" "^7.14.8" |
| 1343 | + "@babel/types" "^7.14.8" |
1344 | 1344 | convert-source-map "^1.7.0"
|
1345 | 1345 | debug "^4.1.0"
|
1346 | 1346 | gensync "^1.0.0-beta.2"
|
|
1369 | 1369 | semver "^6.3.0"
|
1370 | 1370 | source-map "^0.5.0"
|
1371 | 1371 |
|
| 1372 | +"@babel/core@^7.7.2": |
| 1373 | + version "7.14.6" |
| 1374 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
| 1375 | + integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 1376 | + dependencies: |
| 1377 | + "@babel/code-frame" "^7.14.5" |
| 1378 | + "@babel/generator" "^7.14.5" |
| 1379 | + "@babel/helper-compilation-targets" "^7.14.5" |
| 1380 | + "@babel/helper-module-transforms" "^7.14.5" |
| 1381 | + "@babel/helpers" "^7.14.6" |
| 1382 | + "@babel/parser" "^7.14.6" |
| 1383 | + "@babel/template" "^7.14.5" |
| 1384 | + "@babel/traverse" "^7.14.5" |
| 1385 | + "@babel/types" "^7.14.5" |
| 1386 | + convert-source-map "^1.7.0" |
| 1387 | + debug "^4.1.0" |
| 1388 | + gensync "^1.0.0-beta.2" |
| 1389 | + json5 "^2.1.2" |
| 1390 | + semver "^6.3.0" |
| 1391 | + source-map "^0.5.0" |
| 1392 | + |
1372 | 1393 | "@babel/eslint-parser@^7.12.16":
|
1373 | 1394 | version "7.14.3"
|
1374 | 1395 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz#8f292caf83dd2d7b364f938fe7074806af6d70ea"
|
|
1396 | 1417 | jsesc "^2.5.1"
|
1397 | 1418 | source-map "^0.5.0"
|
1398 | 1419 |
|
| 1420 | +"@babel/generator@^7.14.8": |
| 1421 | + version "7.14.8" |
| 1422 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 1423 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 1424 | + dependencies: |
| 1425 | + "@babel/types" "^7.14.8" |
| 1426 | + jsesc "^2.5.1" |
| 1427 | + source-map "^0.5.0" |
| 1428 | + |
1399 | 1429 | "@babel/helper-annotate-as-pure@^7.12.13":
|
1400 | 1430 | version "7.12.13"
|
1401 | 1431 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
1575 | 1605 | "@babel/traverse" "^7.14.5"
|
1576 | 1606 | "@babel/types" "^7.14.5"
|
1577 | 1607 |
|
| 1608 | +"@babel/helper-module-transforms@^7.14.8": |
| 1609 | + version "7.14.8" |
| 1610 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 1611 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 1612 | + dependencies: |
| 1613 | + "@babel/helper-module-imports" "^7.14.5" |
| 1614 | + "@babel/helper-replace-supers" "^7.14.5" |
| 1615 | + "@babel/helper-simple-access" "^7.14.8" |
| 1616 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1617 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1618 | + "@babel/template" "^7.14.5" |
| 1619 | + "@babel/traverse" "^7.14.8" |
| 1620 | + "@babel/types" "^7.14.8" |
| 1621 | + |
1578 | 1622 | "@babel/helper-optimise-call-expression@^7.12.13":
|
1579 | 1623 | version "7.12.13"
|
1580 | 1624 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
1642 | 1686 | dependencies:
|
1643 | 1687 | "@babel/types" "^7.14.5"
|
1644 | 1688 |
|
| 1689 | +"@babel/helper-simple-access@^7.14.8": |
| 1690 | + version "7.14.8" |
| 1691 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 1692 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 1693 | + dependencies: |
| 1694 | + "@babel/types" "^7.14.8" |
| 1695 | + |
1645 | 1696 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
1646 | 1697 | version "7.12.1"
|
1647 | 1698 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
1673 | 1724 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
1674 | 1725 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
1675 | 1726 |
|
| 1727 | +"@babel/helper-validator-identifier@^7.14.8": |
| 1728 | + version "7.14.8" |
| 1729 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 1730 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 1731 | + |
1676 | 1732 | "@babel/helper-validator-option@^7.12.17":
|
1677 | 1733 | version "7.12.17"
|
1678 | 1734 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
1711 | 1767 | "@babel/traverse" "^7.14.5"
|
1712 | 1768 | "@babel/types" "^7.14.5"
|
1713 | 1769 |
|
| 1770 | +"@babel/helpers@^7.14.8": |
| 1771 | + version "7.14.8" |
| 1772 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 1773 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
| 1774 | + dependencies: |
| 1775 | + "@babel/template" "^7.14.5" |
| 1776 | + "@babel/traverse" "^7.14.8" |
| 1777 | + "@babel/types" "^7.14.8" |
| 1778 | + |
1714 | 1779 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
1715 | 1780 | version "7.14.0"
|
1716 | 1781 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
|
|
1739 | 1804 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
1740 | 1805 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
|
1741 | 1806 |
|
| 1807 | +"@babel/parser@^7.14.8": |
| 1808 | + version "7.14.8" |
| 1809 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 1810 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
| 1811 | + |
1742 | 1812 | "@babel/parser@^7.7.0":
|
1743 | 1813 | version "7.11.5"
|
1744 | 1814 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
|
|
2373 | 2443 | "@babel/types" "^7.4.4"
|
2374 | 2444 | esutils "^2.0.2"
|
2375 | 2445 |
|
2376 |
| - |
2377 |
| - version "7.14.7" |
2378 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.7.tgz#0ef292bbce40ca00f874c9724ef175a12476465c" |
2379 |
| - integrity sha512-Wvzcw4mBYbTagyBVZpAJWI06auSIj033T/yNE0Zn1xcup83MieCddZA7ls3kme17L4NOGBrQ09Q+nKB41RLWBA== |
| 2446 | + |
| 2447 | + version "7.14.8" |
| 2448 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.8.tgz#68539e0129f13eb1ed9a9aa273d3542b93c88384" |
| 2449 | + integrity sha512-4dMD5QRBkumn45oweR0SxoNtt15oz3BUBAQ8cIx7HJqZTtE8zjpM0My8aHJHVnyf4XfRg6DNzaE1080WLBiC1w== |
2380 | 2450 | dependencies:
|
2381 | 2451 | core-js-pure "^3.15.0"
|
2382 | 2452 | regenerator-runtime "^0.13.4"
|
|
2435 | 2505 | debug "^4.1.0"
|
2436 | 2506 | globals "^11.1.0"
|
2437 | 2507 |
|
| 2508 | +"@babel/traverse@^7.14.8": |
| 2509 | + version "7.14.8" |
| 2510 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 2511 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 2512 | + dependencies: |
| 2513 | + "@babel/code-frame" "^7.14.5" |
| 2514 | + "@babel/generator" "^7.14.8" |
| 2515 | + "@babel/helper-function-name" "^7.14.5" |
| 2516 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 2517 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 2518 | + "@babel/parser" "^7.14.8" |
| 2519 | + "@babel/types" "^7.14.8" |
| 2520 | + debug "^4.1.0" |
| 2521 | + globals "^11.1.0" |
| 2522 | + |
2438 | 2523 | "@babel/traverse@^7.7.0":
|
2439 | 2524 | version "7.11.5"
|
2440 | 2525 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
|
|
2466 | 2551 | "@babel/helper-validator-identifier" "^7.14.5"
|
2467 | 2552 | to-fast-properties "^2.0.0"
|
2468 | 2553 |
|
| 2554 | +"@babel/types@^7.14.8": |
| 2555 | + version "7.14.8" |
| 2556 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 2557 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 2558 | + dependencies: |
| 2559 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 2560 | + to-fast-properties "^2.0.0" |
| 2561 | + |
2469 | 2562 | "@babel/types@^7.7.0":
|
2470 | 2563 | version "7.11.5"
|
2471 | 2564 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
|
|
0 commit comments