|
130 | 130 | "@babel/highlight" "^7.24.2"
|
131 | 131 | picocolors "^1.0.0"
|
132 | 132 |
|
| 133 | +"@babel/code-frame@^7.26.2": |
| 134 | + version "7.26.2" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 136 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 137 | + dependencies: |
| 138 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 139 | + js-tokens "^4.0.0" |
| 140 | + picocolors "^1.0.0" |
| 141 | + |
133 | 142 | "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
134 | 143 | version "7.22.9"
|
135 | 144 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
|
518 | 527 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
519 | 528 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
520 | 529 |
|
| 530 | +"@babel/helper-string-parser@^7.25.9": |
| 531 | + version "7.25.9" |
| 532 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 533 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 534 | + |
521 | 535 | "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
522 | 536 | version "7.22.20"
|
523 | 537 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
524 | 538 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
525 | 539 |
|
| 540 | +"@babel/helper-validator-identifier@^7.25.9": |
| 541 | + version "7.25.9" |
| 542 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 543 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 544 | + |
526 | 545 | "@babel/helper-validator-option@^7.22.5":
|
527 | 546 | version "7.22.5"
|
528 | 547 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
|
|
551 | 570 | "@babel/template" "^7.22.5"
|
552 | 571 | "@babel/types" "^7.22.5"
|
553 | 572 |
|
554 |
| -"@babel/helpers@^7.22.6": |
555 |
| - version "7.22.6" |
556 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" |
557 |
| - integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== |
| 573 | +"@babel/helpers@^7.22.6", "@babel/helpers@^7.24.1": |
| 574 | + version "7.26.10" |
| 575 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 576 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
558 | 577 | dependencies:
|
559 |
| - "@babel/template" "^7.22.5" |
560 |
| - "@babel/traverse" "^7.22.6" |
561 |
| - "@babel/types" "^7.22.5" |
562 |
| - |
563 |
| -"@babel/helpers@^7.24.1": |
564 |
| - version "7.24.1" |
565 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
566 |
| - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
567 |
| - dependencies: |
568 |
| - "@babel/template" "^7.24.0" |
569 |
| - "@babel/traverse" "^7.24.1" |
570 |
| - "@babel/types" "^7.24.0" |
| 578 | + "@babel/template" "^7.26.9" |
| 579 | + "@babel/types" "^7.26.10" |
571 | 580 |
|
572 | 581 | "@babel/highlight@^7.22.13", "@babel/highlight@^7.22.5":
|
573 | 582 | version "7.22.20"
|
|
612 | 621 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
613 | 622 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
614 | 623 |
|
| 624 | +"@babel/parser@^7.26.9": |
| 625 | + version "7.26.10" |
| 626 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 627 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 628 | + dependencies: |
| 629 | + "@babel/types" "^7.26.10" |
| 630 | + |
615 | 631 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
|
616 | 632 | version "7.22.5"
|
617 | 633 | 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.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
|
|
2033 | 2049 | "@babel/parser" "^7.24.0"
|
2034 | 2050 | "@babel/types" "^7.24.0"
|
2035 | 2051 |
|
2036 |
| -"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.2": |
| 2052 | +"@babel/template@^7.26.9": |
| 2053 | + version "7.26.9" |
| 2054 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 2055 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 2056 | + dependencies: |
| 2057 | + "@babel/code-frame" "^7.26.2" |
| 2058 | + "@babel/parser" "^7.26.9" |
| 2059 | + "@babel/types" "^7.26.9" |
| 2060 | + |
| 2061 | +"@babel/traverse@^7.22.8", "@babel/traverse@^7.7.2": |
2037 | 2062 | version "7.22.8"
|
2038 | 2063 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
|
2039 | 2064 | integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
|
|
2092 | 2117 | "@babel/helper-validator-identifier" "^7.22.20"
|
2093 | 2118 | to-fast-properties "^2.0.0"
|
2094 | 2119 |
|
| 2120 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 2121 | + version "7.26.10" |
| 2122 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 2123 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 2124 | + dependencies: |
| 2125 | + "@babel/helper-string-parser" "^7.25.9" |
| 2126 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2127 | + |
2095 | 2128 | "@bcoe/v8-coverage@^0.2.3":
|
2096 | 2129 | version "0.2.3"
|
2097 | 2130 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments