|
55 | 55 | "@babel/highlight" "^7.25.9" |
56 | 56 | picocolors "^1.0.0" |
57 | 57 |
|
| 58 | +"@babel/code-frame@^7.26.0": |
| 59 | + version "7.26.0" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 61 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 62 | + dependencies: |
| 63 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 64 | + js-tokens "^4.0.0" |
| 65 | + picocolors "^1.0.0" |
| 66 | + |
58 | 67 | "@babel/compat-data@^7.22.6": |
59 | 68 | version "7.22.6" |
60 | 69 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" |
|
75 | 84 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8" |
76 | 85 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw== |
77 | 86 |
|
78 | | -"@babel/core@7.25.9": |
79 | | - version "7.25.9" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
81 | | - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 87 | +"@babel/compat-data@^7.26.0": |
| 88 | + version "7.26.0" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 90 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 91 | + |
| 92 | +"@babel/core@7.26.0": |
| 93 | + version "7.26.0" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 95 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
82 | 96 | dependencies: |
83 | 97 | "@ampproject/remapping" "^2.2.0" |
84 | | - "@babel/code-frame" "^7.25.9" |
85 | | - "@babel/generator" "^7.25.9" |
| 98 | + "@babel/code-frame" "^7.26.0" |
| 99 | + "@babel/generator" "^7.26.0" |
86 | 100 | "@babel/helper-compilation-targets" "^7.25.9" |
87 | | - "@babel/helper-module-transforms" "^7.25.9" |
88 | | - "@babel/helpers" "^7.25.9" |
89 | | - "@babel/parser" "^7.25.9" |
| 101 | + "@babel/helper-module-transforms" "^7.26.0" |
| 102 | + "@babel/helpers" "^7.26.0" |
| 103 | + "@babel/parser" "^7.26.0" |
90 | 104 | "@babel/template" "^7.25.9" |
91 | 105 | "@babel/traverse" "^7.25.9" |
92 | | - "@babel/types" "^7.25.9" |
| 106 | + "@babel/types" "^7.26.0" |
93 | 107 | convert-source-map "^2.0.0" |
94 | 108 | debug "^4.1.0" |
95 | 109 | gensync "^1.0.0-beta.2" |
|
188 | 202 | "@jridgewell/trace-mapping" "^0.3.25" |
189 | 203 | jsesc "^3.0.2" |
190 | 204 |
|
| 205 | +"@babel/generator@^7.26.0": |
| 206 | + version "7.26.0" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 208 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 209 | + dependencies: |
| 210 | + "@babel/parser" "^7.26.0" |
| 211 | + "@babel/types" "^7.26.0" |
| 212 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 213 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 214 | + jsesc "^3.0.2" |
| 215 | + |
191 | 216 | "@babel/helper-annotate-as-pure@^7.22.5": |
192 | 217 | version "7.22.5" |
193 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
472 | 497 | "@babel/helper-validator-identifier" "^7.25.9" |
473 | 498 | "@babel/traverse" "^7.25.9" |
474 | 499 |
|
| 500 | +"@babel/helper-module-transforms@^7.26.0": |
| 501 | + version "7.26.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 503 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 504 | + dependencies: |
| 505 | + "@babel/helper-module-imports" "^7.25.9" |
| 506 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 507 | + "@babel/traverse" "^7.25.9" |
| 508 | + |
475 | 509 | "@babel/helper-optimise-call-expression@^7.22.5": |
476 | 510 | version "7.22.5" |
477 | 511 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" |
|
698 | 732 | "@babel/traverse" "^7.23.2" |
699 | 733 | "@babel/types" "^7.23.0" |
700 | 734 |
|
701 | | -"@babel/helpers@^7.25.9": |
702 | | - version "7.25.9" |
703 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
704 | | - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 735 | +"@babel/helpers@^7.26.0": |
| 736 | + version "7.26.0" |
| 737 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 738 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
705 | 739 | dependencies: |
706 | 740 | "@babel/template" "^7.25.9" |
707 | | - "@babel/types" "^7.25.9" |
| 741 | + "@babel/types" "^7.26.0" |
708 | 742 |
|
709 | 743 | "@babel/highlight@^7.16.7": |
710 | 744 | version "7.17.9" |
|
789 | 823 | dependencies: |
790 | 824 | "@babel/types" "^7.25.9" |
791 | 825 |
|
| 826 | +"@babel/parser@^7.26.0": |
| 827 | + version "7.26.0" |
| 828 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 829 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
| 830 | + dependencies: |
| 831 | + "@babel/types" "^7.26.0" |
| 832 | + |
792 | 833 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
793 | 834 | version "7.25.9" |
794 | 835 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe" |
|
906 | 947 | dependencies: |
907 | 948 | "@babel/helper-plugin-utils" "^7.22.5" |
908 | 949 |
|
909 | | -"@babel/plugin-syntax-import-assertions@^7.25.9": |
910 | | - version "7.25.9" |
911 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
912 | | - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 950 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 951 | + version "7.26.0" |
| 952 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 953 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
913 | 954 | dependencies: |
914 | 955 | "@babel/helper-plugin-utils" "^7.25.9" |
915 | 956 |
|
|
920 | 961 | dependencies: |
921 | 962 | "@babel/helper-plugin-utils" "^7.22.5" |
922 | 963 |
|
923 | | -"@babel/plugin-syntax-import-attributes@^7.25.9": |
924 | | - version "7.25.9" |
925 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
926 | | - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 964 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 965 | + version "7.26.0" |
| 966 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 967 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
927 | 968 | dependencies: |
928 | 969 | "@babel/helper-plugin-utils" "^7.25.9" |
929 | 970 |
|
|
1152 | 1193 | "@babel/helper-plugin-utils" "^7.22.5" |
1153 | 1194 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
1154 | 1195 |
|
1155 | | -"@babel/plugin-transform-class-static-block@^7.25.9": |
1156 | | - version "7.25.9" |
1157 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
1158 | | - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 1196 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 1197 | + version "7.26.0" |
| 1198 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 1199 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
1159 | 1200 | dependencies: |
1160 | 1201 | "@babel/helper-create-class-features-plugin" "^7.25.9" |
1161 | 1202 | "@babel/helper-plugin-utils" "^7.25.9" |
|
1779 | 1820 | "@babel/helper-plugin-utils" "^7.25.9" |
1780 | 1821 | regenerator-transform "^0.15.2" |
1781 | 1822 |
|
| 1823 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1824 | + version "7.26.0" |
| 1825 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1826 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1827 | + dependencies: |
| 1828 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1829 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1830 | + |
1782 | 1831 | "@babel/plugin-transform-reserved-words@^7.23.3": |
1783 | 1832 | version "7.23.3" |
1784 | 1833 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8" |
|
1948 | 1997 | "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
1949 | 1998 | "@babel/helper-plugin-utils" "^7.25.9" |
1950 | 1999 |
|
1951 | | -"@babel/preset-env@7.25.9": |
1952 | | - version "7.25.9" |
1953 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1954 | | - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 2000 | +"@babel/preset-env@7.26.0": |
| 2001 | + version "7.26.0" |
| 2002 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 2003 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1955 | 2004 | dependencies: |
1956 | | - "@babel/compat-data" "^7.25.9" |
| 2005 | + "@babel/compat-data" "^7.26.0" |
1957 | 2006 | "@babel/helper-compilation-targets" "^7.25.9" |
1958 | 2007 | "@babel/helper-plugin-utils" "^7.25.9" |
1959 | 2008 | "@babel/helper-validator-option" "^7.25.9" |
|
1963 | 2012 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9" |
1964 | 2013 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9" |
1965 | 2014 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" |
1966 | | - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1967 | | - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 2015 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 2016 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1968 | 2017 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" |
1969 | 2018 | "@babel/plugin-transform-arrow-functions" "^7.25.9" |
1970 | 2019 | "@babel/plugin-transform-async-generator-functions" "^7.25.9" |
1971 | 2020 | "@babel/plugin-transform-async-to-generator" "^7.25.9" |
1972 | 2021 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9" |
1973 | 2022 | "@babel/plugin-transform-block-scoping" "^7.25.9" |
1974 | 2023 | "@babel/plugin-transform-class-properties" "^7.25.9" |
1975 | | - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 2024 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1976 | 2025 | "@babel/plugin-transform-classes" "^7.25.9" |
1977 | 2026 | "@babel/plugin-transform-computed-properties" "^7.25.9" |
1978 | 2027 | "@babel/plugin-transform-destructuring" "^7.25.9" |
|
2005 | 2054 | "@babel/plugin-transform-private-property-in-object" "^7.25.9" |
2006 | 2055 | "@babel/plugin-transform-property-literals" "^7.25.9" |
2007 | 2056 | "@babel/plugin-transform-regenerator" "^7.25.9" |
| 2057 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
2008 | 2058 | "@babel/plugin-transform-reserved-words" "^7.25.9" |
2009 | 2059 | "@babel/plugin-transform-shorthand-properties" "^7.25.9" |
2010 | 2060 | "@babel/plugin-transform-spread" "^7.25.9" |
|
2150 | 2200 | "@babel/plugin-transform-react-jsx-development" "^7.22.5" |
2151 | 2201 | "@babel/plugin-transform-react-pure-annotations" "^7.23.3" |
2152 | 2202 |
|
2153 | | -"@babel/preset-typescript@7.25.9": |
2154 | | - version "7.25.9" |
2155 | | - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.25.9.tgz#bb82f26cda46dc2eb1ee10bf72fa994e759a08ba" |
2156 | | - integrity sha512-XWxw1AcKk36kgxf4C//fl0ikjLeqGUWn062/Fd8GtpTfDJOX6Ud95FK+4JlDA36BX4bNGndXi3a6Vr4Jo5/61A== |
| 2203 | +"@babel/preset-typescript@7.26.0": |
| 2204 | + version "7.26.0" |
| 2205 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d" |
| 2206 | + integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg== |
2157 | 2207 | dependencies: |
2158 | 2208 | "@babel/helper-plugin-utils" "^7.25.9" |
2159 | 2209 | "@babel/helper-validator-option" "^7.25.9" |
|
2392 | 2442 | "@babel/helper-string-parser" "^7.25.9" |
2393 | 2443 | "@babel/helper-validator-identifier" "^7.25.9" |
2394 | 2444 |
|
| 2445 | +"@babel/types@^7.26.0": |
| 2446 | + version "7.26.0" |
| 2447 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 2448 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 2449 | + dependencies: |
| 2450 | + "@babel/helper-string-parser" "^7.25.9" |
| 2451 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2452 | + |
2395 | 2453 | "@base2/pretty-print-object@1.0.1": |
2396 | 2454 | version "1.0.1" |
2397 | 2455 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4" |
|
0 commit comments