|
47 | 47 | dependencies:
|
48 | 48 | "@babel/highlight" "^7.22.5"
|
49 | 49 |
|
| 50 | +"@babel/code-frame@^7.22.13": |
| 51 | + version "7.22.13" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 53 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 54 | + dependencies: |
| 55 | + "@babel/highlight" "^7.22.13" |
| 56 | + chalk "^2.4.2" |
| 57 | + |
50 | 58 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
|
51 | 59 | version "7.17.7"
|
52 | 60 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
|
|
97 | 105 | "@jridgewell/trace-mapping" "^0.3.17"
|
98 | 106 | jsesc "^2.5.1"
|
99 | 107 |
|
| 108 | +"@babel/generator@^7.23.0": |
| 109 | + version "7.23.0" |
| 110 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 111 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 112 | + dependencies: |
| 113 | + "@babel/types" "^7.23.0" |
| 114 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 115 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 116 | + jsesc "^2.5.1" |
| 117 | + |
100 | 118 | "@babel/helper-annotate-as-pure@^7.16.7":
|
101 | 119 | version "7.16.7"
|
102 | 120 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
197 | 215 | dependencies:
|
198 | 216 | "@babel/types" "^7.16.7"
|
199 | 217 |
|
| 218 | +"@babel/helper-environment-visitor@^7.22.20": |
| 219 | + version "7.22.20" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 221 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 222 | + |
200 | 223 | "@babel/helper-environment-visitor@^7.22.5":
|
201 | 224 | version "7.22.5"
|
202 | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
225 | 248 | "@babel/template" "^7.22.5"
|
226 | 249 | "@babel/types" "^7.22.5"
|
227 | 250 |
|
| 251 | +"@babel/helper-function-name@^7.23.0": |
| 252 | + version "7.23.0" |
| 253 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 254 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 255 | + dependencies: |
| 256 | + "@babel/template" "^7.22.15" |
| 257 | + "@babel/types" "^7.23.0" |
| 258 | + |
228 | 259 | "@babel/helper-hoist-variables@^7.16.7":
|
229 | 260 | version "7.16.7"
|
230 | 261 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
|
388 | 419 | dependencies:
|
389 | 420 | "@babel/types" "^7.22.5"
|
390 | 421 |
|
| 422 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 423 | + version "7.22.6" |
| 424 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 425 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 426 | + dependencies: |
| 427 | + "@babel/types" "^7.22.5" |
| 428 | + |
391 | 429 | "@babel/helper-string-parser@^7.22.5":
|
392 | 430 | version "7.22.5"
|
393 | 431 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
|
398 | 436 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
399 | 437 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
|
400 | 438 |
|
| 439 | +"@babel/helper-validator-identifier@^7.22.20": |
| 440 | + version "7.22.20" |
| 441 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 442 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 443 | + |
401 | 444 | "@babel/helper-validator-identifier@^7.22.5":
|
402 | 445 | version "7.22.5"
|
403 | 446 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
441 | 484 | chalk "^2.0.0"
|
442 | 485 | js-tokens "^4.0.0"
|
443 | 486 |
|
| 487 | +"@babel/highlight@^7.22.13": |
| 488 | + version "7.22.20" |
| 489 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 490 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 491 | + dependencies: |
| 492 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 493 | + chalk "^2.4.2" |
| 494 | + js-tokens "^4.0.0" |
| 495 | + |
444 | 496 | "@babel/highlight@^7.22.5":
|
445 | 497 | version "7.22.5"
|
446 | 498 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
455 | 507 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
456 | 508 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
457 | 509 |
|
| 510 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 511 | + version "7.23.0" |
| 512 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 513 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 514 | + |
458 | 515 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
459 | 516 | version "7.16.7"
|
460 | 517 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1371 | 1428 | "@babel/parser" "^7.16.7"
|
1372 | 1429 | "@babel/types" "^7.16.7"
|
1373 | 1430 |
|
| 1431 | +"@babel/template@^7.22.15": |
| 1432 | + version "7.22.15" |
| 1433 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1434 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1435 | + dependencies: |
| 1436 | + "@babel/code-frame" "^7.22.13" |
| 1437 | + "@babel/parser" "^7.22.15" |
| 1438 | + "@babel/types" "^7.22.15" |
| 1439 | + |
1374 | 1440 | "@babel/template@^7.22.5":
|
1375 | 1441 | version "7.22.5"
|
1376 | 1442 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
1381 | 1447 | "@babel/types" "^7.22.5"
|
1382 | 1448 |
|
1383 | 1449 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.22.5":
|
1384 |
| - version "7.22.5" |
1385 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
1386 |
| - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
1387 |
| - dependencies: |
1388 |
| - "@babel/code-frame" "^7.22.5" |
1389 |
| - "@babel/generator" "^7.22.5" |
1390 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1391 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1450 | + version "7.23.2" |
| 1451 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1452 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1453 | + dependencies: |
| 1454 | + "@babel/code-frame" "^7.22.13" |
| 1455 | + "@babel/generator" "^7.23.0" |
| 1456 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1457 | + "@babel/helper-function-name" "^7.23.0" |
1392 | 1458 | "@babel/helper-hoist-variables" "^7.22.5"
|
1393 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
1394 |
| - "@babel/parser" "^7.22.5" |
1395 |
| - "@babel/types" "^7.22.5" |
| 1459 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1460 | + "@babel/parser" "^7.23.0" |
| 1461 | + "@babel/types" "^7.23.0" |
1396 | 1462 | debug "^4.1.0"
|
1397 | 1463 | globals "^11.1.0"
|
1398 | 1464 |
|
|
1405 | 1471 | "@babel/helper-validator-identifier" "^7.22.5"
|
1406 | 1472 | to-fast-properties "^2.0.0"
|
1407 | 1473 |
|
| 1474 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1475 | + version "7.23.0" |
| 1476 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1477 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1478 | + dependencies: |
| 1479 | + "@babel/helper-string-parser" "^7.22.5" |
| 1480 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1481 | + to-fast-properties "^2.0.0" |
| 1482 | + |
1408 | 1483 | "@builder.io/partytown@^0.5.2":
|
1409 | 1484 | version "0.5.4"
|
1410 | 1485 | resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.5.4.tgz#1a89069978734e132fa4a59414ddb64e4b94fde7"
|
|
0 commit comments