|
586 | 586 | call-me-maybe "^1.0.1"
|
587 | 587 | js-yaml "^4.1.0"
|
588 | 588 |
|
589 |
| -"@babel/cli@7.24.7": |
590 |
| - version "7.24.7" |
591 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.7.tgz#eb2868c1fa384b17ea88d60107577d3e6fd05c4e" |
592 |
| - integrity sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A== |
| 589 | +"@babel/cli@7.24.8": |
| 590 | + version "7.24.8" |
| 591 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.8.tgz#79eaa55a69c77cafbea3e87537fd1df5a5a2edf8" |
| 592 | + integrity sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg== |
593 | 593 | dependencies:
|
594 | 594 | "@jridgewell/trace-mapping" "^0.3.25"
|
595 | 595 | commander "^6.2.0"
|
|
620 | 620 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
|
621 | 621 | integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
|
622 | 622 |
|
| 623 | +"@babel/compat-data@^7.24.8": |
| 624 | + version "7.24.9" |
| 625 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0" |
| 626 | + integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng== |
| 627 | + |
623 | 628 | "@babel/core@7.24.7", "@babel/core@^7.12.3", "@babel/core@^7.16.0":
|
624 | 629 | version "7.24.7"
|
625 | 630 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
|
|
641 | 646 | json5 "^2.2.3"
|
642 | 647 | semver "^6.3.1"
|
643 | 648 |
|
| 649 | +"@babel/core@7.24.9": |
| 650 | + version "7.24.9" |
| 651 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 652 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 653 | + dependencies: |
| 654 | + "@ampproject/remapping" "^2.2.0" |
| 655 | + "@babel/code-frame" "^7.24.7" |
| 656 | + "@babel/generator" "^7.24.9" |
| 657 | + "@babel/helper-compilation-targets" "^7.24.8" |
| 658 | + "@babel/helper-module-transforms" "^7.24.9" |
| 659 | + "@babel/helpers" "^7.24.8" |
| 660 | + "@babel/parser" "^7.24.8" |
| 661 | + "@babel/template" "^7.24.7" |
| 662 | + "@babel/traverse" "^7.24.8" |
| 663 | + "@babel/types" "^7.24.9" |
| 664 | + convert-source-map "^2.0.0" |
| 665 | + debug "^4.1.0" |
| 666 | + gensync "^1.0.0-beta.2" |
| 667 | + json5 "^2.2.3" |
| 668 | + semver "^6.3.1" |
| 669 | + |
| 670 | +"@babel/generator@7.24.10", "@babel/generator@^7.24.8", "@babel/generator@^7.24.9": |
| 671 | + version "7.24.10" |
| 672 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76" |
| 673 | + integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg== |
| 674 | + dependencies: |
| 675 | + "@babel/types" "^7.24.9" |
| 676 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 677 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 678 | + jsesc "^2.5.1" |
| 679 | + |
644 | 680 | "@babel/generator@7.24.7", "@babel/generator@^7.24.7":
|
645 | 681 | version "7.24.7"
|
646 | 682 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
|
|
684 | 720 | lru-cache "^5.1.1"
|
685 | 721 | semver "^6.3.1"
|
686 | 722 |
|
| 723 | +"@babel/helper-compilation-targets@^7.24.8": |
| 724 | + version "7.24.8" |
| 725 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" |
| 726 | + integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== |
| 727 | + dependencies: |
| 728 | + "@babel/compat-data" "^7.24.8" |
| 729 | + "@babel/helper-validator-option" "^7.24.8" |
| 730 | + browserslist "^4.23.1" |
| 731 | + lru-cache "^5.1.1" |
| 732 | + semver "^6.3.1" |
| 733 | + |
687 | 734 | "@babel/helper-create-class-features-plugin@^7.24.7":
|
688 | 735 | version "7.24.7"
|
689 | 736 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
|
|
782 | 829 | "@babel/helper-split-export-declaration" "^7.24.7"
|
783 | 830 | "@babel/helper-validator-identifier" "^7.24.7"
|
784 | 831 |
|
| 832 | +"@babel/helper-module-transforms@^7.24.9": |
| 833 | + version "7.24.9" |
| 834 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 835 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 836 | + dependencies: |
| 837 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 838 | + "@babel/helper-module-imports" "^7.24.7" |
| 839 | + "@babel/helper-simple-access" "^7.24.7" |
| 840 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 841 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 842 | + |
785 | 843 | "@babel/helper-optimise-call-expression@^7.24.7":
|
786 | 844 | version "7.24.7"
|
787 | 845 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
|
|
854 | 912 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
|
855 | 913 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
856 | 914 |
|
| 915 | +"@babel/helper-string-parser@^7.24.8": |
| 916 | + version "7.24.8" |
| 917 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 918 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 919 | + |
857 | 920 | "@babel/helper-validator-identifier@^7.24.5":
|
858 | 921 | version "7.24.5"
|
859 | 922 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
|
|
869 | 932 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
|
870 | 933 | integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
|
871 | 934 |
|
| 935 | +"@babel/helper-validator-option@^7.24.8": |
| 936 | + version "7.24.8" |
| 937 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
| 938 | + integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== |
| 939 | + |
872 | 940 | "@babel/helper-wrap-function@^7.22.20", "@babel/helper-wrap-function@^7.24.7":
|
873 | 941 | version "7.24.7"
|
874 | 942 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
|
|
887 | 955 | "@babel/template" "^7.24.7"
|
888 | 956 | "@babel/types" "^7.24.7"
|
889 | 957 |
|
| 958 | +"@babel/helpers@^7.24.8": |
| 959 | + version "7.24.8" |
| 960 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
| 961 | + integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 962 | + dependencies: |
| 963 | + "@babel/template" "^7.24.7" |
| 964 | + "@babel/types" "^7.24.8" |
| 965 | + |
890 | 966 | "@babel/highlight@^7.24.7":
|
891 | 967 | version "7.24.7"
|
892 | 968 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
|
|
907 | 983 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
|
908 | 984 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
909 | 985 |
|
| 986 | +"@babel/parser@^7.24.8": |
| 987 | + version "7.24.8" |
| 988 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
| 989 | + integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 990 | + |
910 | 991 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
|
911 | 992 | version "7.24.7"
|
912 | 993 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
|
|
939 | 1020 | "@babel/helper-environment-visitor" "^7.24.7"
|
940 | 1021 | "@babel/helper-plugin-utils" "^7.24.7"
|
941 | 1022 |
|
942 |
| -"@babel/plugin-proposal-async-generator-functions@^7.20.1": |
| 1023 | +"@babel/plugin-proposal-async-generator-functions@^7.20.1", "@babel/plugin-proposal-async-generator-functions@^7.20.7": |
943 | 1024 | version "7.20.7"
|
944 | 1025 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
|
945 | 1026 | integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
|
|
1613 | 1694 | debug "^4.3.1"
|
1614 | 1695 | globals "^11.1.0"
|
1615 | 1696 |
|
| 1697 | +"@babel/traverse@^7.24.8": |
| 1698 | + version "7.24.8" |
| 1699 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
| 1700 | + integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 1701 | + dependencies: |
| 1702 | + "@babel/code-frame" "^7.24.7" |
| 1703 | + "@babel/generator" "^7.24.8" |
| 1704 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 1705 | + "@babel/helper-function-name" "^7.24.7" |
| 1706 | + "@babel/helper-hoist-variables" "^7.24.7" |
| 1707 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 1708 | + "@babel/parser" "^7.24.8" |
| 1709 | + "@babel/types" "^7.24.8" |
| 1710 | + debug "^4.3.1" |
| 1711 | + globals "^11.1.0" |
| 1712 | + |
1616 | 1713 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.4.4":
|
1617 | 1714 | version "7.24.5"
|
1618 | 1715 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
|
|
1631 | 1728 | "@babel/helper-validator-identifier" "^7.24.7"
|
1632 | 1729 | to-fast-properties "^2.0.0"
|
1633 | 1730 |
|
| 1731 | +"@babel/types@^7.24.8", "@babel/types@^7.24.9": |
| 1732 | + version "7.24.9" |
| 1733 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1734 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1735 | + dependencies: |
| 1736 | + "@babel/helper-string-parser" "^7.24.8" |
| 1737 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1738 | + to-fast-properties "^2.0.0" |
| 1739 | + |
1634 | 1740 | "@bazel/bazelisk@^1.7.5":
|
1635 | 1741 | version "1.19.0"
|
1636 | 1742 | resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.19.0.tgz#de12b6920b2c5505a776fadc0c9e75daae930c32"
|
@@ -6142,6 +6248,16 @@ browserslist@^4.21.10, browserslist@^4.21.5, browserslist@^4.22.2, browserslist@
|
6142 | 6248 | node-releases "^2.0.14"
|
6143 | 6249 | update-browserslist-db "^1.0.13"
|
6144 | 6250 |
|
| 6251 | +browserslist@^4.23.1: |
| 6252 | + version "4.23.2" |
| 6253 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed" |
| 6254 | + integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA== |
| 6255 | + dependencies: |
| 6256 | + caniuse-lite "^1.0.30001640" |
| 6257 | + electron-to-chromium "^1.4.820" |
| 6258 | + node-releases "^2.0.14" |
| 6259 | + update-browserslist-db "^1.1.0" |
| 6260 | + |
6145 | 6261 | browserstack@^1.5.1:
|
6146 | 6262 | version "1.6.1"
|
6147 | 6263 | resolved "https://registry.yarnpkg.com/browserstack/-/browserstack-1.6.1.tgz#e051f9733ec3b507659f395c7a4765a1b1e358b3"
|
@@ -6329,6 +6445,11 @@ caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
|
6329 | 6445 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001628.tgz#90b6cd85ddc2e9f831de0225f4ca5a130c8d8222"
|
6330 | 6446 | integrity sha512-S3BnR4Kh26TBxbi5t5kpbcUlLJb9lhtDXISDPwOfI+JoC+ik0QksvkZtUVyikw3hjnkgkMPSJ8oIM9yMm9vflA==
|
6331 | 6447 |
|
| 6448 | +caniuse-lite@^1.0.30001640: |
| 6449 | + version "1.0.30001642" |
| 6450 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f" |
| 6451 | + integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA== |
| 6452 | + |
6332 | 6453 | canonical-path@1.0.0:
|
6333 | 6454 | version "1.0.0"
|
6334 | 6455 | resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
|
@@ -8098,6 +8219,11 @@ electron-to-chromium@^1.4.668:
|
8098 | 8219 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.790.tgz#2a3a5509593745c5d65d8acd66b308f2a25da041"
|
8099 | 8220 | integrity sha512-eVGeQxpaBYbomDBa/Mehrs28MdvCXfJmEFzaMFsv8jH/MJDLIylJN81eTJ5kvx7B7p18OiPK0BkC06lydEy63A==
|
8100 | 8221 |
|
| 8222 | +electron-to-chromium@^1.4.820: |
| 8223 | + version "1.4.828" |
| 8224 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.828.tgz#a1ee8cd8847448b2898d3f2d9db02113f9c5b35c" |
| 8225 | + integrity sha512-QOIJiWpQJDHAVO4P58pwb133Cwee0nbvy/MV1CwzZVGpkH1RX33N3vsaWRCpR6bF63AAq366neZrRTu7Qlsbbw== |
| 8226 | + |
8101 | 8227 | elkjs@^0.9.0:
|
8102 | 8228 | version "0.9.3"
|
8103 | 8229 | resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.3.tgz#16711f8ceb09f1b12b99e971b138a8384a529161"
|
@@ -16257,6 +16383,14 @@ update-browserslist-db@^1.0.13:
|
16257 | 16383 | escalade "^3.1.2"
|
16258 | 16384 | picocolors "^1.0.1"
|
16259 | 16385 |
|
| 16386 | +update-browserslist-db@^1.1.0: |
| 16387 | + version "1.1.0" |
| 16388 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" |
| 16389 | + integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== |
| 16390 | + dependencies: |
| 16391 | + escalade "^3.1.2" |
| 16392 | + picocolors "^1.0.1" |
| 16393 | + |
16260 | 16394 | update-notifier-cjs@^5.1.6:
|
16261 | 16395 | version "5.1.6"
|
16262 | 16396 | resolved "https://registry.yarnpkg.com/update-notifier-cjs/-/update-notifier-cjs-5.1.6.tgz#6e3aff745d1551b55bb0a0a5939b7e636d95877d"
|
|
0 commit comments