|
19 | 19 | js-tokens "^4.0.0" |
20 | 20 | picocolors "^1.0.0" |
21 | 21 |
|
| 22 | +"@babel/code-frame@^7.27.1": |
| 23 | + version "7.27.1" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 25 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 26 | + dependencies: |
| 27 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 28 | + js-tokens "^4.0.0" |
| 29 | + picocolors "^1.1.1" |
| 30 | + |
22 | 31 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.8": |
23 | 32 | version "7.26.8" |
24 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
25 | 34 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
26 | 35 |
|
27 | | -"@babel/core@^7.19.1", "@babel/core@^7.26.10": |
| 36 | +"@babel/compat-data@^7.27.2": |
| 37 | + version "7.28.0" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
| 39 | + integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
| 40 | + |
| 41 | +"@babel/core@^7.19.1": |
28 | 42 | version "7.26.10" |
29 | 43 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
30 | 44 | integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
|
45 | 59 | json5 "^2.2.3" |
46 | 60 | semver "^6.3.1" |
47 | 61 |
|
| 62 | +"@babel/core@^7.28.3": |
| 63 | + version "7.28.3" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 65 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
| 66 | + dependencies: |
| 67 | + "@ampproject/remapping" "^2.2.0" |
| 68 | + "@babel/code-frame" "^7.27.1" |
| 69 | + "@babel/generator" "^7.28.3" |
| 70 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 71 | + "@babel/helper-module-transforms" "^7.28.3" |
| 72 | + "@babel/helpers" "^7.28.3" |
| 73 | + "@babel/parser" "^7.28.3" |
| 74 | + "@babel/template" "^7.27.2" |
| 75 | + "@babel/traverse" "^7.28.3" |
| 76 | + "@babel/types" "^7.28.2" |
| 77 | + convert-source-map "^2.0.0" |
| 78 | + debug "^4.1.0" |
| 79 | + gensync "^1.0.0-beta.2" |
| 80 | + json5 "^2.2.3" |
| 81 | + semver "^6.3.1" |
| 82 | + |
48 | 83 | "@babel/generator@^7.26.10", "@babel/generator@^7.27.0": |
49 | 84 | version "7.27.0" |
50 | 85 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
|
56 | 91 | "@jridgewell/trace-mapping" "^0.3.25" |
57 | 92 | jsesc "^3.0.2" |
58 | 93 |
|
| 94 | +"@babel/generator@^7.28.3": |
| 95 | + version "7.28.3" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 97 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 98 | + dependencies: |
| 99 | + "@babel/parser" "^7.28.3" |
| 100 | + "@babel/types" "^7.28.2" |
| 101 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 102 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 103 | + jsesc "^3.0.2" |
| 104 | + |
59 | 105 | "@babel/helper-annotate-as-pure@^7.25.9": |
60 | 106 | version "7.25.9" |
61 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4" |
|
74 | 120 | lru-cache "^5.1.1" |
75 | 121 | semver "^6.3.1" |
76 | 122 |
|
| 123 | +"@babel/helper-compilation-targets@^7.27.2": |
| 124 | + version "7.27.2" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 126 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
| 127 | + dependencies: |
| 128 | + "@babel/compat-data" "^7.27.2" |
| 129 | + "@babel/helper-validator-option" "^7.27.1" |
| 130 | + browserslist "^4.24.0" |
| 131 | + lru-cache "^5.1.1" |
| 132 | + semver "^6.3.1" |
| 133 | + |
77 | 134 | "@babel/helper-create-class-features-plugin@^7.25.9": |
78 | 135 | version "7.27.0" |
79 | 136 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30" |
|
107 | 164 | lodash.debounce "^4.0.8" |
108 | 165 | resolve "^1.14.2" |
109 | 166 |
|
| 167 | +"@babel/helper-globals@^7.28.0": |
| 168 | + version "7.28.0" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 170 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
| 171 | + |
110 | 172 | "@babel/helper-member-expression-to-functions@^7.25.9": |
111 | 173 | version "7.25.9" |
112 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3" |
|
123 | 185 | "@babel/traverse" "^7.25.9" |
124 | 186 | "@babel/types" "^7.25.9" |
125 | 187 |
|
| 188 | +"@babel/helper-module-imports@^7.27.1": |
| 189 | + version "7.27.1" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 191 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
| 192 | + dependencies: |
| 193 | + "@babel/traverse" "^7.27.1" |
| 194 | + "@babel/types" "^7.27.1" |
| 195 | + |
126 | 196 | "@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
127 | 197 | version "7.26.0" |
128 | 198 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
|
132 | 202 | "@babel/helper-validator-identifier" "^7.25.9" |
133 | 203 | "@babel/traverse" "^7.25.9" |
134 | 204 |
|
| 205 | +"@babel/helper-module-transforms@^7.28.3": |
| 206 | + version "7.28.3" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 208 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
| 209 | + dependencies: |
| 210 | + "@babel/helper-module-imports" "^7.27.1" |
| 211 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 212 | + "@babel/traverse" "^7.28.3" |
| 213 | + |
135 | 214 | "@babel/helper-optimise-call-expression@^7.25.9": |
136 | 215 | version "7.25.9" |
137 | 216 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e" |
|
144 | 223 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35" |
145 | 224 | integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg== |
146 | 225 |
|
| 226 | +"@babel/helper-plugin-utils@^7.27.1": |
| 227 | + version "7.27.1" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" |
| 229 | + integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== |
| 230 | + |
147 | 231 | "@babel/helper-remap-async-to-generator@^7.25.9": |
148 | 232 | version "7.25.9" |
149 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz#e53956ab3d5b9fb88be04b3e2f31b523afd34b92" |
|
175 | 259 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
176 | 260 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
177 | 261 |
|
| 262 | +"@babel/helper-string-parser@^7.27.1": |
| 263 | + version "7.27.1" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 265 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 266 | + |
178 | 267 | "@babel/helper-validator-identifier@^7.25.9": |
179 | 268 | version "7.25.9" |
180 | 269 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
181 | 270 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
182 | 271 |
|
| 272 | +"@babel/helper-validator-identifier@^7.27.1": |
| 273 | + version "7.27.1" |
| 274 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 275 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 276 | + |
183 | 277 | "@babel/helper-validator-option@^7.25.9": |
184 | 278 | version "7.25.9" |
185 | 279 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
186 | 280 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
187 | 281 |
|
| 282 | +"@babel/helper-validator-option@^7.27.1": |
| 283 | + version "7.27.1" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 285 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 286 | + |
188 | 287 | "@babel/helper-wrap-function@^7.25.9": |
189 | 288 | version "7.25.9" |
190 | 289 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz#d99dfd595312e6c894bd7d237470025c85eea9d0" |
|
202 | 301 | "@babel/template" "^7.27.0" |
203 | 302 | "@babel/types" "^7.27.0" |
204 | 303 |
|
| 304 | +"@babel/helpers@^7.28.3": |
| 305 | + version "7.28.3" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 307 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
| 308 | + dependencies: |
| 309 | + "@babel/template" "^7.27.2" |
| 310 | + "@babel/types" "^7.28.2" |
| 311 | + |
205 | 312 | "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": |
206 | 313 | version "7.27.0" |
207 | 314 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
208 | 315 | integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
209 | 316 | dependencies: |
210 | 317 | "@babel/types" "^7.27.0" |
211 | 318 |
|
| 319 | +"@babel/parser@^7.27.2", "@babel/parser@^7.28.3": |
| 320 | + version "7.28.3" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
| 322 | + integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 323 | + dependencies: |
| 324 | + "@babel/types" "^7.28.2" |
| 325 | + |
212 | 326 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
213 | 327 | version "7.25.9" |
214 | 328 | 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" |
|
593 | 707 | dependencies: |
594 | 708 | "@babel/plugin-transform-react-jsx" "^7.25.9" |
595 | 709 |
|
596 | | -"@babel/plugin-transform-react-jsx-self@^7.25.9": |
597 | | - version "7.25.9" |
598 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858" |
599 | | - integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg== |
| 710 | +"@babel/plugin-transform-react-jsx-self@^7.27.1": |
| 711 | + version "7.27.1" |
| 712 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" |
| 713 | + integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== |
600 | 714 | dependencies: |
601 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 715 | + "@babel/helper-plugin-utils" "^7.27.1" |
602 | 716 |
|
603 | | -"@babel/plugin-transform-react-jsx-source@^7.25.9": |
604 | | - version "7.25.9" |
605 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503" |
606 | | - integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg== |
| 717 | +"@babel/plugin-transform-react-jsx-source@^7.27.1": |
| 718 | + version "7.27.1" |
| 719 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" |
| 720 | + integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== |
607 | 721 | dependencies: |
608 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 722 | + "@babel/helper-plugin-utils" "^7.27.1" |
609 | 723 |
|
610 | 724 | "@babel/plugin-transform-react-jsx@^7.25.9": |
611 | 725 | version "7.25.9" |
|
840 | 954 | "@babel/parser" "^7.27.0" |
841 | 955 | "@babel/types" "^7.27.0" |
842 | 956 |
|
| 957 | +"@babel/template@^7.27.2": |
| 958 | + version "7.27.2" |
| 959 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 960 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 961 | + dependencies: |
| 962 | + "@babel/code-frame" "^7.27.1" |
| 963 | + "@babel/parser" "^7.27.2" |
| 964 | + "@babel/types" "^7.27.1" |
| 965 | + |
843 | 966 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.0": |
844 | 967 | version "7.27.0" |
845 | 968 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
|
853 | 976 | debug "^4.3.1" |
854 | 977 | globals "^11.1.0" |
855 | 978 |
|
| 979 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3": |
| 980 | + version "7.28.3" |
| 981 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
| 982 | + integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 983 | + dependencies: |
| 984 | + "@babel/code-frame" "^7.27.1" |
| 985 | + "@babel/generator" "^7.28.3" |
| 986 | + "@babel/helper-globals" "^7.28.0" |
| 987 | + "@babel/parser" "^7.28.3" |
| 988 | + "@babel/template" "^7.27.2" |
| 989 | + "@babel/types" "^7.28.2" |
| 990 | + debug "^4.3.1" |
| 991 | + |
856 | 992 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.4.4": |
857 | 993 | version "7.27.0" |
858 | 994 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
|
861 | 997 | "@babel/helper-string-parser" "^7.25.9" |
862 | 998 | "@babel/helper-validator-identifier" "^7.25.9" |
863 | 999 |
|
| 1000 | +"@babel/types@^7.27.1", "@babel/types@^7.28.2": |
| 1001 | + version "7.28.2" |
| 1002 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
| 1003 | + integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 1004 | + dependencies: |
| 1005 | + "@babel/helper-string-parser" "^7.27.1" |
| 1006 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1007 | + |
864 | 1008 | "@colors/colors@1.5.0": |
865 | 1009 | version "1.5.0" |
866 | 1010 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
1117 | 1261 | resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161" |
1118 | 1262 | integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ== |
1119 | 1263 |
|
| 1264 | +"@jridgewell/gen-mapping@^0.3.12": |
| 1265 | + version "0.3.13" |
| 1266 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 1267 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 1268 | + dependencies: |
| 1269 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 1270 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1271 | + |
1120 | 1272 | "@jridgewell/gen-mapping@^0.3.5": |
1121 | 1273 | version "0.3.8" |
1122 | 1274 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142" |
|
1157 | 1309 | "@jridgewell/resolve-uri" "^3.1.0" |
1158 | 1310 | "@jridgewell/sourcemap-codec" "^1.4.14" |
1159 | 1311 |
|
| 1312 | +"@jridgewell/trace-mapping@^0.3.28": |
| 1313 | + version "0.3.30" |
| 1314 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz#4a76c4daeee5df09f5d3940e087442fb36ce2b99" |
| 1315 | + integrity sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q== |
| 1316 | + dependencies: |
| 1317 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1318 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1319 | + |
1160 | 1320 | "@nodelib/fs.scandir@2.1.5": |
1161 | 1321 | version "2.1.5" |
1162 | 1322 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
|
1178 | 1338 | "@nodelib/fs.scandir" "2.1.5" |
1179 | 1339 | fastq "^1.6.0" |
1180 | 1340 |
|
| 1341 | +"@rolldown/pluginutils@1.0.0-beta.32": |
| 1342 | + version "1.0.0-beta.32" |
| 1343 | + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.32.tgz#40a51db68a3c967183a9d58c5f5179adf6214cce" |
| 1344 | + integrity sha512-QReCdvxiUZAPkvp1xpAg62IeNzykOFA6syH2CnClif4YmALN1XKpB39XneL80008UbtMShthSVDKmrx05N1q/g== |
| 1345 | + |
1181 | 1346 | "@rollup/plugin-babel@^6.0.0": |
1182 | 1347 | version "6.0.4" |
1183 | 1348 | resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz#bd698e351fa9aa9619fcae780aea2a603d98e4c4" |
|
1505 | 1670 | "@typescript-eslint/types" "8.30.1" |
1506 | 1671 | eslint-visitor-keys "^4.2.0" |
1507 | 1672 |
|
1508 | | -"@vitejs/plugin-react@^4.0.0": |
1509 | | - version "4.4.1" |
1510 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz#d7d1e9c9616d7536b0953637edfee7c6cbe2fe0f" |
1511 | | - integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w== |
| 1673 | +"@vitejs/plugin-react@^5.0.0": |
| 1674 | + version "5.0.1" |
| 1675 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.1.tgz#02c074f3fd9a82e4676c51e0fe9603a26ca614a3" |
| 1676 | + integrity sha512-DE4UNaBXwtVoDJ0ccBdLVjFTWL70NRuWNCxEieTI3lrq9ORB9aOCQEKstwDXBl87NvFdbqh/p7eINGyj0BthJA== |
1512 | 1677 | dependencies: |
1513 | | - "@babel/core" "^7.26.10" |
1514 | | - "@babel/plugin-transform-react-jsx-self" "^7.25.9" |
1515 | | - "@babel/plugin-transform-react-jsx-source" "^7.25.9" |
| 1678 | + "@babel/core" "^7.28.3" |
| 1679 | + "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
| 1680 | + "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
| 1681 | + "@rolldown/pluginutils" "1.0.0-beta.32" |
1516 | 1682 | "@types/babel__core" "^7.20.5" |
1517 | 1683 | react-refresh "^0.17.0" |
1518 | 1684 |
|
|
0 commit comments