|
808 | 808 | "@babel/highlight" "^7.22.13" |
809 | 809 | chalk "^2.4.2" |
810 | 810 |
|
| 811 | +"@babel/code-frame@^7.26.2": |
| 812 | + version "7.26.2" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 814 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 815 | + dependencies: |
| 816 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 817 | + js-tokens "^4.0.0" |
| 818 | + picocolors "^1.0.0" |
| 819 | + |
811 | 820 | "@babel/compat-data@^7.22.9": |
812 | 821 | version "7.22.9" |
813 | 822 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
|
932 | 941 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
933 | 942 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
934 | 943 |
|
| 944 | +"@babel/helper-string-parser@^7.25.9": |
| 945 | + version "7.25.9" |
| 946 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 947 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 948 | + |
935 | 949 | "@babel/helper-validator-identifier@^7.22.20": |
936 | 950 | version "7.22.20" |
937 | 951 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
|
942 | 956 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
943 | 957 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
944 | 958 |
|
| 959 | +"@babel/helper-validator-identifier@^7.25.9": |
| 960 | + version "7.25.9" |
| 961 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 962 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 963 | + |
945 | 964 | "@babel/helper-validator-option@^7.22.5": |
946 | 965 | version "7.22.5" |
947 | 966 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" |
948 | 967 | integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== |
949 | 968 |
|
950 | 969 | "@babel/helpers@^7.22.6": |
951 | | - version "7.22.6" |
952 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" |
953 | | - integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== |
| 970 | + version "7.26.10" |
| 971 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 972 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
954 | 973 | dependencies: |
955 | | - "@babel/template" "^7.22.5" |
956 | | - "@babel/traverse" "^7.22.6" |
957 | | - "@babel/types" "^7.22.5" |
| 974 | + "@babel/template" "^7.26.9" |
| 975 | + "@babel/types" "^7.26.10" |
958 | 976 |
|
959 | 977 | "@babel/highlight@^7.22.13": |
960 | 978 | version "7.22.20" |
|
984 | 1002 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
985 | 1003 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
986 | 1004 |
|
| 1005 | +"@babel/parser@^7.26.9": |
| 1006 | + version "7.26.10" |
| 1007 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 1008 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 1009 | + dependencies: |
| 1010 | + "@babel/types" "^7.26.10" |
| 1011 | + |
987 | 1012 | "@babel/plugin-syntax-async-generators@^7.8.4": |
988 | 1013 | version "7.8.4" |
989 | 1014 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
1107 | 1132 | "@babel/parser" "^7.22.5" |
1108 | 1133 | "@babel/types" "^7.22.5" |
1109 | 1134 |
|
1110 | | -"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
| 1135 | +"@babel/template@^7.26.9": |
| 1136 | + version "7.26.9" |
| 1137 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1138 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1139 | + dependencies: |
| 1140 | + "@babel/code-frame" "^7.26.2" |
| 1141 | + "@babel/parser" "^7.26.9" |
| 1142 | + "@babel/types" "^7.26.9" |
| 1143 | + |
| 1144 | +"@babel/traverse@^7.22.8": |
1111 | 1145 | version "7.23.2" |
1112 | 1146 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
1113 | 1147 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
|
1141 | 1175 | "@babel/helper-validator-identifier" "^7.22.20" |
1142 | 1176 | to-fast-properties "^2.0.0" |
1143 | 1177 |
|
| 1178 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1179 | + version "7.26.10" |
| 1180 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1181 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1182 | + dependencies: |
| 1183 | + "@babel/helper-string-parser" "^7.25.9" |
| 1184 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1185 | + |
1144 | 1186 | "@bcoe/v8-coverage@^0.2.3": |
1145 | 1187 | version "0.2.3" |
1146 | 1188 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments