|
148 | 148 | "@babel/highlight" "^7.22.13"
|
149 | 149 | chalk "^2.4.2"
|
150 | 150 |
|
| 151 | +"@babel/code-frame@^7.27.1": |
| 152 | + version "7.27.1" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 154 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 155 | + dependencies: |
| 156 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 157 | + js-tokens "^4.0.0" |
| 158 | + picocolors "^1.1.1" |
| 159 | + |
151 | 160 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
152 | 161 | version "7.21.0"
|
153 | 162 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
|
|
520 | 529 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
521 | 530 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
522 | 531 |
|
| 532 | +"@babel/helper-string-parser@^7.27.1": |
| 533 | + version "7.27.1" |
| 534 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 535 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 536 | + |
523 | 537 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
524 | 538 | version "7.19.1"
|
525 | 539 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
530 | 544 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
531 | 545 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
532 | 546 |
|
| 547 | +"@babel/helper-validator-identifier@^7.27.1": |
| 548 | + version "7.27.1" |
| 549 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 550 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 551 | + |
533 | 552 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
|
534 | 553 | version "7.21.0"
|
535 | 554 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
550 | 569 | "@babel/traverse" "^7.20.5"
|
551 | 570 | "@babel/types" "^7.20.5"
|
552 | 571 |
|
553 |
| -"@babel/helpers@^7.21.0": |
554 |
| - version "7.21.0" |
555 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
556 |
| - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 572 | +"@babel/helpers@^7.21.0", "@babel/helpers@^7.23.2": |
| 573 | + version "7.28.2" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850" |
| 575 | + integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw== |
557 | 576 | dependencies:
|
558 |
| - "@babel/template" "^7.20.7" |
559 |
| - "@babel/traverse" "^7.21.0" |
560 |
| - "@babel/types" "^7.21.0" |
561 |
| - |
562 |
| -"@babel/helpers@^7.23.2": |
563 |
| - version "7.23.2" |
564 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767" |
565 |
| - integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ== |
566 |
| - dependencies: |
567 |
| - "@babel/template" "^7.22.15" |
568 |
| - "@babel/traverse" "^7.23.2" |
569 |
| - "@babel/types" "^7.23.0" |
| 577 | + "@babel/template" "^7.27.2" |
| 578 | + "@babel/types" "^7.28.2" |
570 | 579 |
|
571 | 580 | "@babel/highlight@^7.18.6":
|
572 | 581 | version "7.18.6"
|
|
596 | 605 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
597 | 606 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
598 | 607 |
|
| 608 | +"@babel/parser@^7.27.2": |
| 609 | + version "7.28.0" |
| 610 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
| 611 | + integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
| 612 | + dependencies: |
| 613 | + "@babel/types" "^7.28.0" |
| 614 | + |
599 | 615 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
600 | 616 | version "7.18.6"
|
601 | 617 | 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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1389 | 1405 | "@babel/parser" "^7.22.15"
|
1390 | 1406 | "@babel/types" "^7.22.15"
|
1391 | 1407 |
|
| 1408 | +"@babel/template@^7.27.2": |
| 1409 | + version "7.27.2" |
| 1410 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1411 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1412 | + dependencies: |
| 1413 | + "@babel/code-frame" "^7.27.1" |
| 1414 | + "@babel/parser" "^7.27.2" |
| 1415 | + "@babel/types" "^7.27.1" |
| 1416 | + |
1392 | 1417 | "@babel/traverse@^7.16.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.23.2", "@babel/traverse@^7.7.2":
|
1393 | 1418 | version "7.23.2"
|
1394 | 1419 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
1423 | 1448 | "@babel/helper-validator-identifier" "^7.22.20"
|
1424 | 1449 | to-fast-properties "^2.0.0"
|
1425 | 1450 |
|
| 1451 | +"@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2": |
| 1452 | + version "7.28.2" |
| 1453 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
| 1454 | + integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 1455 | + dependencies: |
| 1456 | + "@babel/helper-string-parser" "^7.27.1" |
| 1457 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1458 | + |
1426 | 1459 | "@bcoe/v8-coverage@^0.2.3":
|
1427 | 1460 | version "0.2.3"
|
1428 | 1461 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -10968,6 +11001,11 @@ picocolors@^1.0.1:
|
10968 | 11001 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
10969 | 11002 | integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
10970 | 11003 |
|
| 11004 | +picocolors@^1.1.1: |
| 11005 | + version "1.1.1" |
| 11006 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 11007 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 11008 | + |
10971 | 11009 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
|
10972 | 11010 | version "2.3.1"
|
10973 | 11011 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
0 commit comments