|
39 | 39 | "@babel/highlight" "^7.22.13" |
40 | 40 | chalk "^2.4.2" |
41 | 41 |
|
| 42 | +"@babel/code-frame@^7.26.2": |
| 43 | + version "7.26.2" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 45 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 46 | + dependencies: |
| 47 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 48 | + js-tokens "^4.0.0" |
| 49 | + picocolors "^1.0.0" |
| 50 | + |
42 | 51 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
43 | 52 | version "7.20.14" |
44 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8" |
|
300 | 309 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
301 | 310 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
302 | 311 |
|
| 312 | +"@babel/helper-string-parser@^7.25.9": |
| 313 | + version "7.25.9" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 315 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 316 | + |
303 | 317 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
304 | 318 | version "7.19.1" |
305 | 319 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
|
310 | 324 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
311 | 325 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
312 | 326 |
|
| 327 | +"@babel/helper-validator-identifier@^7.25.9": |
| 328 | + version "7.25.9" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 330 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 331 | + |
313 | 332 | "@babel/helper-validator-option@^7.18.6": |
314 | 333 | version "7.18.6" |
315 | 334 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
326 | 345 | "@babel/types" "^7.20.5" |
327 | 346 |
|
328 | 347 | "@babel/helpers@^7.20.7": |
329 | | - version "7.20.13" |
330 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2" |
331 | | - integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg== |
| 348 | + version "7.26.10" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 350 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
332 | 351 | dependencies: |
333 | | - "@babel/template" "^7.20.7" |
334 | | - "@babel/traverse" "^7.20.13" |
335 | | - "@babel/types" "^7.20.7" |
| 352 | + "@babel/template" "^7.26.9" |
| 353 | + "@babel/types" "^7.26.10" |
336 | 354 |
|
337 | 355 | "@babel/highlight@^7.18.6": |
338 | 356 | version "7.18.6" |
|
362 | 380 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
363 | 381 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
364 | 382 |
|
| 383 | +"@babel/parser@^7.26.9": |
| 384 | + version "7.26.10" |
| 385 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 386 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 387 | + dependencies: |
| 388 | + "@babel/types" "^7.26.10" |
| 389 | + |
365 | 390 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
366 | 391 | version "7.18.6" |
367 | 392 | 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" |
|
1128 | 1153 | "@babel/parser" "^7.22.15" |
1129 | 1154 | "@babel/types" "^7.22.15" |
1130 | 1155 |
|
1131 | | -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2": |
| 1156 | +"@babel/template@^7.26.9": |
| 1157 | + version "7.26.9" |
| 1158 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1159 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1160 | + dependencies: |
| 1161 | + "@babel/code-frame" "^7.26.2" |
| 1162 | + "@babel/parser" "^7.26.9" |
| 1163 | + "@babel/types" "^7.26.9" |
| 1164 | + |
| 1165 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2": |
1132 | 1166 | version "7.23.2" |
1133 | 1167 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
1134 | 1168 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
|
1162 | 1196 | "@babel/helper-validator-identifier" "^7.22.20" |
1163 | 1197 | to-fast-properties "^2.0.0" |
1164 | 1198 |
|
| 1199 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1200 | + version "7.26.10" |
| 1201 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1202 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1203 | + dependencies: |
| 1204 | + "@babel/helper-string-parser" "^7.25.9" |
| 1205 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1206 | + |
1165 | 1207 | "@bcoe/v8-coverage@^0.2.3": |
1166 | 1208 | version "0.2.3" |
1167 | 1209 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments