|
23 | 23 | "@babel/highlight" "^7.22.13"
|
24 | 24 | chalk "^2.4.2"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.26.2": |
| 27 | + version "7.26.2" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 29 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 30 | + dependencies: |
| 31 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 32 | + js-tokens "^4.0.0" |
| 33 | + picocolors "^1.0.0" |
| 34 | + |
26 | 35 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
27 | 36 | version "7.22.9"
|
28 | 37 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz"
|
|
241 | 250 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz"
|
242 | 251 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
243 | 252 |
|
| 253 | +"@babel/helper-string-parser@^7.25.9": |
| 254 | + version "7.25.9" |
| 255 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 256 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 257 | + |
244 | 258 | "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
245 | 259 | version "7.22.20"
|
246 | 260 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz"
|
247 | 261 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
248 | 262 |
|
| 263 | +"@babel/helper-validator-identifier@^7.25.9": |
| 264 | + version "7.25.9" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 266 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 267 | + |
249 | 268 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.22.5":
|
250 | 269 | version "7.22.5"
|
251 | 270 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz"
|
|
261 | 280 | "@babel/types" "^7.22.5"
|
262 | 281 |
|
263 | 282 | "@babel/helpers@^7.22.6":
|
264 |
| - version "7.22.6" |
265 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz" |
266 |
| - integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== |
| 283 | + version "7.26.10" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 285 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
267 | 286 | dependencies:
|
268 |
| - "@babel/template" "^7.22.5" |
269 |
| - "@babel/traverse" "^7.22.6" |
270 |
| - "@babel/types" "^7.22.5" |
| 287 | + "@babel/template" "^7.26.9" |
| 288 | + "@babel/types" "^7.26.10" |
271 | 289 |
|
272 | 290 | "@babel/highlight@^7.22.13":
|
273 | 291 | version "7.22.20"
|
|
283 | 301 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz"
|
284 | 302 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
285 | 303 |
|
| 304 | +"@babel/parser@^7.26.9": |
| 305 | + version "7.26.10" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 307 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 308 | + dependencies: |
| 309 | + "@babel/types" "^7.26.10" |
| 310 | + |
286 | 311 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
|
287 | 312 | version "7.22.5"
|
288 | 313 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz"
|
|
1148 | 1173 | "@babel/parser" "^7.22.15"
|
1149 | 1174 | "@babel/types" "^7.22.15"
|
1150 | 1175 |
|
1151 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.4": |
| 1176 | +"@babel/template@^7.26.9": |
| 1177 | + version "7.26.9" |
| 1178 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1179 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1180 | + dependencies: |
| 1181 | + "@babel/code-frame" "^7.26.2" |
| 1182 | + "@babel/parser" "^7.26.9" |
| 1183 | + "@babel/types" "^7.26.9" |
| 1184 | + |
| 1185 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.8", "@babel/traverse@^7.7.4": |
1152 | 1186 | version "7.23.2"
|
1153 | 1187 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz"
|
1154 | 1188 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
1173 | 1207 | "@babel/helper-validator-identifier" "^7.22.20"
|
1174 | 1208 | to-fast-properties "^2.0.0"
|
1175 | 1209 |
|
| 1210 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1211 | + version "7.26.10" |
| 1212 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1213 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1214 | + dependencies: |
| 1215 | + "@babel/helper-string-parser" "^7.25.9" |
| 1216 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1217 | + |
1176 | 1218 | "@bcoe/v8-coverage@^0.2.3":
|
1177 | 1219 | version "0.2.3"
|
1178 | 1220 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
|
0 commit comments