|
199 | 199 | js-tokens "^4.0.0" |
200 | 200 | picocolors "^1.1.1" |
201 | 201 |
|
| 202 | +"@babel/code-frame@^7.29.7": |
| 203 | + version "7.29.7" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
| 205 | + integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
| 206 | + dependencies: |
| 207 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 208 | + js-tokens "^4.0.0" |
| 209 | + picocolors "^1.1.1" |
| 210 | + |
202 | 211 | "@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5": |
203 | 212 | version "7.28.5" |
204 | 213 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz" |
205 | 214 | integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
206 | 215 |
|
| 216 | +"@babel/compat-data@^7.29.7": |
| 217 | + version "7.29.7" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" |
| 219 | + integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== |
| 220 | + |
207 | 221 | "@babel/core@^7.21.3", "@babel/core@^7.25.9": |
208 | | - version "7.28.5" |
209 | | - resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz" |
210 | | - integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
211 | | - dependencies: |
212 | | - "@babel/code-frame" "^7.27.1" |
213 | | - "@babel/generator" "^7.28.5" |
214 | | - "@babel/helper-compilation-targets" "^7.27.2" |
215 | | - "@babel/helper-module-transforms" "^7.28.3" |
216 | | - "@babel/helpers" "^7.28.4" |
217 | | - "@babel/parser" "^7.28.5" |
218 | | - "@babel/template" "^7.27.2" |
219 | | - "@babel/traverse" "^7.28.5" |
220 | | - "@babel/types" "^7.28.5" |
| 222 | + version "7.29.7" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" |
| 224 | + integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== |
| 225 | + dependencies: |
| 226 | + "@babel/code-frame" "^7.29.7" |
| 227 | + "@babel/generator" "^7.29.7" |
| 228 | + "@babel/helper-compilation-targets" "^7.29.7" |
| 229 | + "@babel/helper-module-transforms" "^7.29.7" |
| 230 | + "@babel/helpers" "^7.29.7" |
| 231 | + "@babel/parser" "^7.29.7" |
| 232 | + "@babel/template" "^7.29.7" |
| 233 | + "@babel/traverse" "^7.29.7" |
| 234 | + "@babel/types" "^7.29.7" |
221 | 235 | "@jridgewell/remapping" "^2.3.5" |
222 | 236 | convert-source-map "^2.0.0" |
223 | 237 | debug "^4.1.0" |
|
247 | 261 | "@jridgewell/trace-mapping" "^0.3.28" |
248 | 262 | jsesc "^3.0.2" |
249 | 263 |
|
| 264 | +"@babel/generator@^7.29.7": |
| 265 | + version "7.29.7" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3" |
| 267 | + integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ== |
| 268 | + dependencies: |
| 269 | + "@babel/parser" "^7.29.7" |
| 270 | + "@babel/types" "^7.29.7" |
| 271 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 272 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 273 | + jsesc "^3.0.2" |
| 274 | + |
250 | 275 | "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
251 | 276 | version "7.27.3" |
252 | 277 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz" |
|
265 | 290 | lru-cache "^5.1.1" |
266 | 291 | semver "^6.3.1" |
267 | 292 |
|
| 293 | +"@babel/helper-compilation-targets@^7.29.7": |
| 294 | + version "7.29.7" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042" |
| 296 | + integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g== |
| 297 | + dependencies: |
| 298 | + "@babel/compat-data" "^7.29.7" |
| 299 | + "@babel/helper-validator-option" "^7.29.7" |
| 300 | + browserslist "^4.24.0" |
| 301 | + lru-cache "^5.1.1" |
| 302 | + semver "^6.3.1" |
| 303 | + |
268 | 304 | "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3", "@babel/helper-create-class-features-plugin@^7.28.5": |
269 | 305 | version "7.28.5" |
270 | 306 | resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz" |
|
303 | 339 | resolved "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" |
304 | 340 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
305 | 341 |
|
| 342 | +"@babel/helper-globals@^7.29.7": |
| 343 | + version "7.29.7" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b" |
| 345 | + integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA== |
| 346 | + |
306 | 347 | "@babel/helper-member-expression-to-functions@^7.27.1", "@babel/helper-member-expression-to-functions@^7.28.5": |
307 | 348 | version "7.28.5" |
308 | 349 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz" |
|
327 | 368 | "@babel/traverse" "^7.28.6" |
328 | 369 | "@babel/types" "^7.28.6" |
329 | 370 |
|
330 | | -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
| 371 | +"@babel/helper-module-imports@^7.29.7": |
| 372 | + version "7.29.7" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396" |
| 374 | + integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g== |
| 375 | + dependencies: |
| 376 | + "@babel/traverse" "^7.29.7" |
| 377 | + "@babel/types" "^7.29.7" |
| 378 | + |
| 379 | +"@babel/helper-module-transforms@^7.27.1": |
331 | 380 | version "7.28.3" |
332 | 381 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" |
333 | 382 | integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
|
345 | 394 | "@babel/helper-validator-identifier" "^7.28.5" |
346 | 395 | "@babel/traverse" "^7.28.6" |
347 | 396 |
|
| 397 | +"@babel/helper-module-transforms@^7.29.7": |
| 398 | + version "7.29.7" |
| 399 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae" |
| 400 | + integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg== |
| 401 | + dependencies: |
| 402 | + "@babel/helper-module-imports" "^7.29.7" |
| 403 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 404 | + "@babel/traverse" "^7.29.7" |
| 405 | + |
348 | 406 | "@babel/helper-optimise-call-expression@^7.27.1": |
349 | 407 | version "7.27.1" |
350 | 408 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz" |
|
393 | 451 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" |
394 | 452 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
395 | 453 |
|
| 454 | +"@babel/helper-string-parser@^7.29.7": |
| 455 | + version "7.29.7" |
| 456 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 457 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 458 | + |
396 | 459 | "@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
397 | 460 | version "7.28.5" |
398 | 461 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" |
399 | 462 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
400 | 463 |
|
| 464 | +"@babel/helper-validator-identifier@^7.29.7": |
| 465 | + version "7.29.7" |
| 466 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
| 467 | + integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
| 468 | + |
401 | 469 | "@babel/helper-validator-option@^7.27.1": |
402 | 470 | version "7.27.1" |
403 | 471 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" |
404 | 472 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
405 | 473 |
|
| 474 | +"@babel/helper-validator-option@^7.29.7": |
| 475 | + version "7.29.7" |
| 476 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a" |
| 477 | + integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw== |
| 478 | + |
406 | 479 | "@babel/helper-wrap-function@^7.27.1": |
407 | 480 | version "7.28.3" |
408 | 481 | resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz" |
|
412 | 485 | "@babel/traverse" "^7.28.3" |
413 | 486 | "@babel/types" "^7.28.2" |
414 | 487 |
|
415 | | -"@babel/helpers@^7.28.4": |
416 | | - version "7.28.4" |
417 | | - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" |
418 | | - integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 488 | +"@babel/helpers@^7.29.7": |
| 489 | + version "7.29.7" |
| 490 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 491 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
419 | 492 | dependencies: |
420 | | - "@babel/template" "^7.27.2" |
421 | | - "@babel/types" "^7.28.4" |
| 493 | + "@babel/template" "^7.29.7" |
| 494 | + "@babel/types" "^7.29.7" |
422 | 495 |
|
423 | 496 | "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
424 | 497 | version "7.28.5" |
|
434 | 507 | dependencies: |
435 | 508 | "@babel/types" "^7.29.0" |
436 | 509 |
|
| 510 | +"@babel/parser@^7.29.7": |
| 511 | + version "7.29.7" |
| 512 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 513 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 514 | + dependencies: |
| 515 | + "@babel/types" "^7.29.7" |
| 516 | + |
437 | 517 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
438 | 518 | version "7.28.5" |
439 | 519 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz" |
|
1112 | 1192 | "@babel/parser" "^7.28.6" |
1113 | 1193 | "@babel/types" "^7.28.6" |
1114 | 1194 |
|
| 1195 | +"@babel/template@^7.29.7": |
| 1196 | + version "7.29.7" |
| 1197 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 1198 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 1199 | + dependencies: |
| 1200 | + "@babel/code-frame" "^7.29.7" |
| 1201 | + "@babel/parser" "^7.29.7" |
| 1202 | + "@babel/types" "^7.29.7" |
| 1203 | + |
1115 | 1204 | "@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", "@babel/traverse@^7.28.5": |
1116 | 1205 | version "7.28.5" |
1117 | 1206 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz" |
|
1138 | 1227 | "@babel/types" "^7.29.0" |
1139 | 1228 | debug "^4.3.1" |
1140 | 1229 |
|
1141 | | -"@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.28.5", "@babel/types@^7.4.4": |
| 1230 | +"@babel/traverse@^7.29.7": |
| 1231 | + version "7.29.7" |
| 1232 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d" |
| 1233 | + integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw== |
| 1234 | + dependencies: |
| 1235 | + "@babel/code-frame" "^7.29.7" |
| 1236 | + "@babel/generator" "^7.29.7" |
| 1237 | + "@babel/helper-globals" "^7.29.7" |
| 1238 | + "@babel/parser" "^7.29.7" |
| 1239 | + "@babel/template" "^7.29.7" |
| 1240 | + "@babel/types" "^7.29.7" |
| 1241 | + debug "^4.3.1" |
| 1242 | + |
| 1243 | +"@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.4.4": |
1142 | 1244 | version "7.28.5" |
1143 | 1245 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz" |
1144 | 1246 | integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
|
1154 | 1256 | "@babel/helper-string-parser" "^7.27.1" |
1155 | 1257 | "@babel/helper-validator-identifier" "^7.28.5" |
1156 | 1258 |
|
| 1259 | +"@babel/types@^7.29.7": |
| 1260 | + version "7.29.7" |
| 1261 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 1262 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 1263 | + dependencies: |
| 1264 | + "@babel/helper-string-parser" "^7.29.7" |
| 1265 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 1266 | + |
1157 | 1267 | "@braintree/sanitize-url@^7.1.1": |
1158 | 1268 | version "7.1.1" |
1159 | 1269 | resolved "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz" |
|
0 commit comments