|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ampproject/remapping@^2.0.0": |
| 6 | + version "2.0.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.1.tgz#9a04a4aba7b8323b65498d9554a1bdd15d960296" |
| 8 | + integrity sha512-EldHF4Ufj3NL9yCAmYrPzY+3/Yqrzxu24F4Mu4nRjK3w70AKYRmhuLwGZdA9JeoDsbIwkgGkbqUK2INuF582Og== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 11 | + "@jridgewell/trace-mapping" "^0.2.2" |
| 12 | + sourcemap-codec "1.4.8" |
| 13 | + |
5 | 14 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0": |
6 | 15 | version "7.16.0" |
7 | 16 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431" |
|
26 | 35 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" |
27 | 36 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== |
28 | 37 |
|
29 | | -"@babel/core@7.16.12": |
30 | | - version "7.16.12" |
31 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
32 | | - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 38 | +"@babel/core@7.17.0": |
| 39 | + version "7.17.0" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" |
| 41 | + integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== |
33 | 42 | dependencies: |
| 43 | + "@ampproject/remapping" "^2.0.0" |
34 | 44 | "@babel/code-frame" "^7.16.7" |
35 | | - "@babel/generator" "^7.16.8" |
| 45 | + "@babel/generator" "^7.17.0" |
36 | 46 | "@babel/helper-compilation-targets" "^7.16.7" |
37 | 47 | "@babel/helper-module-transforms" "^7.16.7" |
38 | | - "@babel/helpers" "^7.16.7" |
39 | | - "@babel/parser" "^7.16.12" |
| 48 | + "@babel/helpers" "^7.17.0" |
| 49 | + "@babel/parser" "^7.17.0" |
40 | 50 | "@babel/template" "^7.16.7" |
41 | | - "@babel/traverse" "^7.16.10" |
42 | | - "@babel/types" "^7.16.8" |
| 51 | + "@babel/traverse" "^7.17.0" |
| 52 | + "@babel/types" "^7.17.0" |
43 | 53 | convert-source-map "^1.7.0" |
44 | 54 | debug "^4.1.0" |
45 | 55 | gensync "^1.0.0-beta.2" |
46 | 56 | json5 "^2.1.2" |
47 | 57 | semver "^6.3.0" |
48 | | - source-map "^0.5.0" |
49 | 58 |
|
50 | 59 | "@babel/core@^7.12.10", "@babel/core@^7.12.16": |
51 | 60 | version "7.16.5" |
|
104 | 113 | jsesc "^2.5.1" |
105 | 114 | source-map "^0.5.0" |
106 | 115 |
|
| 116 | +"@babel/generator@^7.17.0": |
| 117 | + version "7.17.0" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
| 119 | + integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
| 120 | + dependencies: |
| 121 | + "@babel/types" "^7.17.0" |
| 122 | + jsesc "^2.5.1" |
| 123 | + source-map "^0.5.0" |
| 124 | + |
107 | 125 | "@babel/helper-annotate-as-pure@^7.16.0": |
108 | 126 | version "7.16.0" |
109 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
501 | 519 | "@babel/traverse" "^7.16.5" |
502 | 520 | "@babel/types" "^7.16.0" |
503 | 521 |
|
504 | | -"@babel/helpers@^7.16.7": |
505 | | - version "7.16.7" |
506 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
507 | | - integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
| 522 | +"@babel/helpers@^7.17.0": |
| 523 | + version "7.17.0" |
| 524 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" |
| 525 | + integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== |
508 | 526 | dependencies: |
509 | 527 | "@babel/template" "^7.16.7" |
510 | | - "@babel/traverse" "^7.16.7" |
511 | | - "@babel/types" "^7.16.7" |
| 528 | + "@babel/traverse" "^7.17.0" |
| 529 | + "@babel/types" "^7.17.0" |
512 | 530 |
|
513 | 531 | "@babel/highlight@^7.16.0": |
514 | 532 | version "7.16.0" |
|
533 | 551 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314" |
534 | 552 | integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ== |
535 | 553 |
|
536 | | -"@babel/parser@^7.16.10": |
537 | | - version "7.16.10" |
538 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88" |
539 | | - integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ== |
540 | | - |
541 | | -"@babel/parser@^7.16.12": |
542 | | - version "7.16.12" |
543 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
544 | | - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
545 | | - |
546 | 554 | "@babel/parser@^7.16.7": |
547 | 555 | version "7.16.7" |
548 | 556 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e" |
|
553 | 561 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" |
554 | 562 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== |
555 | 563 |
|
| 564 | +"@babel/parser@^7.17.0": |
| 565 | + version "7.17.0" |
| 566 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
| 567 | + integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
| 568 | + |
556 | 569 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
557 | 570 | version "7.16.2" |
558 | 571 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
1700 | 1713 | "@babel/plugin-transform-react-jsx-development" "^7.16.5" |
1701 | 1714 | "@babel/plugin-transform-react-pure-annotations" "^7.16.5" |
1702 | 1715 |
|
1703 | | -"@babel/register@7.16.9": |
1704 | | - version "7.16.9" |
1705 | | - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.16.9.tgz#fcfb23cfdd9ad95c9771e58183de83b513857806" |
1706 | | - integrity sha512-jJ72wcghdRIlENfvALcyODhNoGE5j75cYHdC+aQMh6cU/P86tiiXTp9XYZct1UxUMo/4+BgQRyNZEGx0KWGS+g== |
| 1716 | +"@babel/register@7.17.0": |
| 1717 | + version "7.17.0" |
| 1718 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.0.tgz#8051e0b7cb71385be4909324f072599723a1f084" |
| 1719 | + integrity sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg== |
1707 | 1720 | dependencies: |
1708 | 1721 | clone-deep "^4.0.1" |
1709 | 1722 | find-cache-dir "^2.0.0" |
1710 | 1723 | make-dir "^2.1.0" |
1711 | | - pirates "^4.0.0" |
| 1724 | + pirates "^4.0.5" |
1712 | 1725 | source-map-support "^0.5.16" |
1713 | 1726 |
|
1714 | 1727 | "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": |
|
1752 | 1765 | debug "^4.1.0" |
1753 | 1766 | globals "^11.1.0" |
1754 | 1767 |
|
1755 | | -"@babel/traverse@^7.16.10": |
1756 | | - version "7.16.10" |
1757 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1758 | | - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
1759 | | - dependencies: |
1760 | | - "@babel/code-frame" "^7.16.7" |
1761 | | - "@babel/generator" "^7.16.8" |
1762 | | - "@babel/helper-environment-visitor" "^7.16.7" |
1763 | | - "@babel/helper-function-name" "^7.16.7" |
1764 | | - "@babel/helper-hoist-variables" "^7.16.7" |
1765 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
1766 | | - "@babel/parser" "^7.16.10" |
1767 | | - "@babel/types" "^7.16.8" |
1768 | | - debug "^4.1.0" |
1769 | | - globals "^11.1.0" |
1770 | | - |
1771 | 1768 | "@babel/traverse@^7.16.7": |
1772 | 1769 | version "7.16.7" |
1773 | 1770 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
|
1800 | 1797 | debug "^4.1.0" |
1801 | 1798 | globals "^11.1.0" |
1802 | 1799 |
|
| 1800 | +"@babel/traverse@^7.17.0": |
| 1801 | + version "7.17.0" |
| 1802 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
| 1803 | + integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
| 1804 | + dependencies: |
| 1805 | + "@babel/code-frame" "^7.16.7" |
| 1806 | + "@babel/generator" "^7.17.0" |
| 1807 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1808 | + "@babel/helper-function-name" "^7.16.7" |
| 1809 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1810 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1811 | + "@babel/parser" "^7.17.0" |
| 1812 | + "@babel/types" "^7.17.0" |
| 1813 | + debug "^4.1.0" |
| 1814 | + globals "^11.1.0" |
| 1815 | + |
1803 | 1816 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
1804 | 1817 | version "7.16.0" |
1805 | 1818 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
1824 | 1837 | "@babel/helper-validator-identifier" "^7.16.7" |
1825 | 1838 | to-fast-properties "^2.0.0" |
1826 | 1839 |
|
| 1840 | +"@babel/types@^7.17.0": |
| 1841 | + version "7.17.0" |
| 1842 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1843 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1844 | + dependencies: |
| 1845 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1846 | + to-fast-properties "^2.0.0" |
| 1847 | + |
1827 | 1848 | "@bcoe/v8-coverage@^0.2.3": |
1828 | 1849 | version "0.2.3" |
1829 | 1850 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
2019 | 2040 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" |
2020 | 2041 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== |
2021 | 2042 |
|
| 2043 | +"@jridgewell/resolve-uri@^3.0.3": |
| 2044 | + version "3.0.3" |
| 2045 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb" |
| 2046 | + integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w== |
| 2047 | + |
| 2048 | +"@jridgewell/trace-mapping@^0.2.2": |
| 2049 | + version "0.2.2" |
| 2050 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.2.tgz#77510cc2f6f3b92e78c78de216d42de631b1d7fb" |
| 2051 | + integrity sha512-I9AGQzMPEzQNJgib2YSqciYWazGsXSyu1rEEeaPeM1764ZtnfNTxA5bofzG/POMI3QcvpBUxwecOPZM6ZhkEpg== |
| 2052 | + dependencies: |
| 2053 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 2054 | + sourcemap-codec "1.4.8" |
| 2055 | + |
2022 | 2056 | "@js-library/commitlint-config@0.0.4": |
2023 | 2057 | version "0.0.4" |
2024 | 2058 | resolved "https://registry.yarnpkg.com/@js-library/commitlint-config/-/commitlint-config-0.0.4.tgz#5243a58b0d4ad36999d4b944c7770c50658c68f5" |
@@ -7524,10 +7558,10 @@ pinst@2.1.6: |
7524 | 7558 | dependencies: |
7525 | 7559 | fromentries "^1.3.2" |
7526 | 7560 |
|
7527 | | -pirates@^4.0.0: |
7528 | | - version "4.0.4" |
7529 | | - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6" |
7530 | | - integrity sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw== |
| 7561 | +pirates@^4.0.5: |
| 7562 | + version "4.0.5" |
| 7563 | + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" |
| 7564 | + integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== |
7531 | 7565 |
|
7532 | 7566 | pkg-conf@^4.0.0: |
7533 | 7567 | version "4.0.0" |
@@ -8660,7 +8694,7 @@ source-map@^0.7.3, source-map@~0.7.2: |
8660 | 8694 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" |
8661 | 8695 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== |
8662 | 8696 |
|
8663 | | -sourcemap-codec@^1.4.4: |
| 8697 | +sourcemap-codec@1.4.8, sourcemap-codec@^1.4.4: |
8664 | 8698 | version "1.4.8" |
8665 | 8699 | resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
8666 | 8700 | integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== |
|
0 commit comments