|
204 | 204 | js-tokens "^4.0.0" |
205 | 205 | picocolors "^1.1.1" |
206 | 206 |
|
| 207 | +"@babel/code-frame@^7.29.7": |
| 208 | + version "7.29.7" |
| 209 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
| 210 | + integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
| 211 | + dependencies: |
| 212 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 213 | + js-tokens "^4.0.0" |
| 214 | + picocolors "^1.1.1" |
| 215 | + |
207 | 216 | "@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0": |
208 | 217 | version "7.28.4" |
209 | 218 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04" |
210 | 219 | integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw== |
211 | 220 |
|
| 221 | +"@babel/compat-data@^7.29.7": |
| 222 | + version "7.29.7" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
| 224 | + integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
| 225 | + |
212 | 226 | "@babel/core@^7.21.3", "@babel/core@^7.25.9": |
213 | | - version "7.28.4" |
214 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
215 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
216 | | - dependencies: |
217 | | - "@babel/code-frame" "^7.27.1" |
218 | | - "@babel/generator" "^7.28.3" |
219 | | - "@babel/helper-compilation-targets" "^7.27.2" |
220 | | - "@babel/helper-module-transforms" "^7.28.3" |
221 | | - "@babel/helpers" "^7.28.4" |
222 | | - "@babel/parser" "^7.28.4" |
223 | | - "@babel/template" "^7.27.2" |
224 | | - "@babel/traverse" "^7.28.4" |
225 | | - "@babel/types" "^7.28.4" |
| 227 | + version "7.29.7" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
| 229 | + integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
| 230 | + dependencies: |
| 231 | + "@babel/code-frame" "^7.29.7" |
| 232 | + "@babel/generator" "^7.29.7" |
| 233 | + "@babel/helper-compilation-targets" "^7.29.7" |
| 234 | + "@babel/helper-module-transforms" "^7.29.7" |
| 235 | + "@babel/helpers" "^7.29.7" |
| 236 | + "@babel/parser" "^7.29.7" |
| 237 | + "@babel/template" "^7.29.7" |
| 238 | + "@babel/traverse" "^7.29.7" |
| 239 | + "@babel/types" "^7.29.7" |
226 | 240 | "@jridgewell/remapping" "^2.3.5" |
227 | 241 | convert-source-map "^2.0.0" |
228 | 242 | debug "^4.1.0" |
|
252 | 266 | "@jridgewell/trace-mapping" "^0.3.28" |
253 | 267 | jsesc "^3.0.2" |
254 | 268 |
|
| 269 | +"@babel/generator@^7.29.7": |
| 270 | + version "7.29.7" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3" |
| 272 | + integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ== |
| 273 | + dependencies: |
| 274 | + "@babel/parser" "^7.29.7" |
| 275 | + "@babel/types" "^7.29.7" |
| 276 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 277 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 278 | + jsesc "^3.0.2" |
| 279 | + |
255 | 280 | "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
256 | 281 | version "7.27.3" |
257 | 282 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
|
270 | 295 | lru-cache "^5.1.1" |
271 | 296 | semver "^6.3.1" |
272 | 297 |
|
| 298 | +"@babel/helper-compilation-targets@^7.29.7": |
| 299 | + version "7.29.7" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042" |
| 301 | + integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g== |
| 302 | + dependencies: |
| 303 | + "@babel/compat-data" "^7.29.7" |
| 304 | + "@babel/helper-validator-option" "^7.29.7" |
| 305 | + browserslist "^4.24.0" |
| 306 | + lru-cache "^5.1.1" |
| 307 | + semver "^6.3.1" |
| 308 | + |
273 | 309 | "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3": |
274 | 310 | version "7.28.3" |
275 | 311 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
|
308 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
309 | 345 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
310 | 346 |
|
| 347 | +"@babel/helper-globals@^7.29.7": |
| 348 | + version "7.29.7" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" |
| 350 | + integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== |
| 351 | + |
311 | 352 | "@babel/helper-member-expression-to-functions@^7.27.1": |
312 | 353 | version "7.27.1" |
313 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44" |
|
332 | 373 | "@babel/traverse" "^7.28.6" |
333 | 374 | "@babel/types" "^7.28.6" |
334 | 375 |
|
335 | | -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
| 376 | +"@babel/helper-module-imports@^7.29.7": |
| 377 | + version "7.29.7" |
| 378 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396" |
| 379 | + integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g== |
| 380 | + dependencies: |
| 381 | + "@babel/traverse" "^7.29.7" |
| 382 | + "@babel/types" "^7.29.7" |
| 383 | + |
| 384 | +"@babel/helper-module-transforms@^7.27.1": |
336 | 385 | version "7.28.3" |
337 | 386 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
338 | 387 | integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
|
350 | 399 | "@babel/helper-validator-identifier" "^7.28.5" |
351 | 400 | "@babel/traverse" "^7.28.6" |
352 | 401 |
|
| 402 | +"@babel/helper-module-transforms@^7.29.7": |
| 403 | + version "7.29.7" |
| 404 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae" |
| 405 | + integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg== |
| 406 | + dependencies: |
| 407 | + "@babel/helper-module-imports" "^7.29.7" |
| 408 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 409 | + "@babel/traverse" "^7.29.7" |
| 410 | + |
353 | 411 | "@babel/helper-optimise-call-expression@^7.27.1": |
354 | 412 | version "7.27.1" |
355 | 413 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
|
398 | 456 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
399 | 457 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
400 | 458 |
|
| 459 | +"@babel/helper-string-parser@^7.29.7": |
| 460 | + version "7.29.7" |
| 461 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 462 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 463 | + |
401 | 464 | "@babel/helper-validator-identifier@^7.27.1": |
402 | 465 | version "7.27.1" |
403 | 466 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
|
408 | 471 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
409 | 472 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
410 | 473 |
|
| 474 | +"@babel/helper-validator-identifier@^7.29.7": |
| 475 | + version "7.29.7" |
| 476 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
| 477 | + integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
| 478 | + |
411 | 479 | "@babel/helper-validator-option@^7.27.1": |
412 | 480 | version "7.27.1" |
413 | 481 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
414 | 482 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
415 | 483 |
|
| 484 | +"@babel/helper-validator-option@^7.29.7": |
| 485 | + version "7.29.7" |
| 486 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" |
| 487 | + integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== |
| 488 | + |
416 | 489 | "@babel/helper-wrap-function@^7.27.1": |
417 | 490 | version "7.28.3" |
418 | 491 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz#fe4872092bc1438ffd0ce579e6f699609f9d0a7a" |
|
422 | 495 | "@babel/traverse" "^7.28.3" |
423 | 496 | "@babel/types" "^7.28.2" |
424 | 497 |
|
425 | | -"@babel/helpers@^7.28.4": |
426 | | - version "7.28.4" |
427 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
428 | | - integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 498 | +"@babel/helpers@^7.29.7": |
| 499 | + version "7.29.7" |
| 500 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 501 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
429 | 502 | dependencies: |
430 | | - "@babel/template" "^7.27.2" |
431 | | - "@babel/types" "^7.28.4" |
| 503 | + "@babel/template" "^7.29.7" |
| 504 | + "@babel/types" "^7.29.7" |
432 | 505 |
|
433 | 506 | "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
434 | 507 | version "7.28.4" |
|
444 | 517 | dependencies: |
445 | 518 | "@babel/types" "^7.29.0" |
446 | 519 |
|
| 520 | +"@babel/parser@^7.29.7": |
| 521 | + version "7.29.7" |
| 522 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 523 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 524 | + dependencies: |
| 525 | + "@babel/types" "^7.29.7" |
| 526 | + |
447 | 527 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": |
448 | 528 | version "7.27.1" |
449 | 529 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9" |
|
1122 | 1202 | "@babel/parser" "^7.28.6" |
1123 | 1203 | "@babel/types" "^7.28.6" |
1124 | 1204 |
|
| 1205 | +"@babel/template@^7.29.7": |
| 1206 | + version "7.29.7" |
| 1207 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 1208 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 1209 | + dependencies: |
| 1210 | + "@babel/code-frame" "^7.29.7" |
| 1211 | + "@babel/parser" "^7.29.7" |
| 1212 | + "@babel/types" "^7.29.7" |
| 1213 | + |
1125 | 1214 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
1126 | 1215 | version "7.28.4" |
1127 | 1216 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
|
1148 | 1237 | "@babel/types" "^7.29.0" |
1149 | 1238 | debug "^4.3.1" |
1150 | 1239 |
|
| 1240 | +"@babel/traverse@^7.29.7": |
| 1241 | + version "7.29.7" |
| 1242 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d" |
| 1243 | + integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw== |
| 1244 | + dependencies: |
| 1245 | + "@babel/code-frame" "^7.29.7" |
| 1246 | + "@babel/generator" "^7.29.7" |
| 1247 | + "@babel/helper-globals" "^7.29.7" |
| 1248 | + "@babel/parser" "^7.29.7" |
| 1249 | + "@babel/template" "^7.29.7" |
| 1250 | + "@babel/types" "^7.29.7" |
| 1251 | + debug "^4.3.1" |
| 1252 | + |
1151 | 1253 | "@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4": |
1152 | 1254 | version "7.28.4" |
1153 | 1255 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
|
1164 | 1266 | "@babel/helper-string-parser" "^7.27.1" |
1165 | 1267 | "@babel/helper-validator-identifier" "^7.28.5" |
1166 | 1268 |
|
| 1269 | +"@babel/types@^7.29.7": |
| 1270 | + version "7.29.7" |
| 1271 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 1272 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 1273 | + dependencies: |
| 1274 | + "@babel/helper-string-parser" "^7.29.7" |
| 1275 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 1276 | + |
1167 | 1277 | "@braintree/sanitize-url@^7.0.4": |
1168 | 1278 | version "7.1.1" |
1169 | 1279 | resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz#15e19737d946559289b915e5dad3b4c28407735e" |
@@ -5072,9 +5182,9 @@ domhandler@^5.0.2, domhandler@^5.0.3: |
5072 | 5182 | domelementtype "^2.3.0" |
5073 | 5183 |
|
5074 | 5184 | dompurify@^3.2.5: |
5075 | | - version "3.4.3" |
5076 | | - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.3.tgz#3ef336e7a757c3bf1efbd3781afb149a3ae5cfa4" |
5077 | | - integrity sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A== |
| 5185 | + version "3.4.10" |
| 5186 | + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.10.tgz#96704295b4d8aeefcc8c7a90caa579b0ad69e46a" |
| 5187 | + integrity sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w== |
5078 | 5188 | optionalDependencies: |
5079 | 5189 | "@types/trusted-types" "^2.0.7" |
5080 | 5190 |
|
|
0 commit comments