|
55 | 55 | "@babel/highlight" "^7.24.7"
|
56 | 56 | picocolors "^1.0.0"
|
57 | 57 |
|
| 58 | +"@babel/code-frame@^7.26.2": |
| 59 | + version "7.26.2" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 61 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 62 | + dependencies: |
| 63 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 64 | + js-tokens "^4.0.0" |
| 65 | + picocolors "^1.0.0" |
| 66 | + |
58 | 67 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
|
59 | 68 | version "7.20.5"
|
60 | 69 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
|
396 | 405 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
397 | 406 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
398 | 407 |
|
| 408 | +"@babel/helper-string-parser@^7.25.9": |
| 409 | + version "7.25.9" |
| 410 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 411 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 412 | + |
399 | 413 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
400 | 414 | version "7.19.1"
|
401 | 415 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
411 | 425 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
412 | 426 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
413 | 427 |
|
| 428 | +"@babel/helper-validator-identifier@^7.25.9": |
| 429 | + version "7.25.9" |
| 430 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 431 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 432 | + |
414 | 433 | "@babel/helper-validator-option@^7.18.6":
|
415 | 434 | version "7.18.6"
|
416 | 435 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
431 | 450 | "@babel/traverse" "^7.20.5"
|
432 | 451 | "@babel/types" "^7.20.5"
|
433 | 452 |
|
434 |
| -"@babel/helpers@^7.20.5": |
435 |
| - version "7.20.6" |
436 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
437 |
| - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
438 |
| - dependencies: |
439 |
| - "@babel/template" "^7.18.10" |
440 |
| - "@babel/traverse" "^7.20.5" |
441 |
| - "@babel/types" "^7.20.5" |
442 |
| - |
443 |
| -"@babel/helpers@^7.25.0": |
444 |
| - version "7.25.6" |
445 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60" |
446 |
| - integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q== |
| 453 | +"@babel/helpers@^7.20.5", "@babel/helpers@^7.25.0": |
| 454 | + version "7.26.10" |
| 455 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 456 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
447 | 457 | dependencies:
|
448 |
| - "@babel/template" "^7.25.0" |
449 |
| - "@babel/types" "^7.25.6" |
| 458 | + "@babel/template" "^7.26.9" |
| 459 | + "@babel/types" "^7.26.10" |
450 | 460 |
|
451 | 461 | "@babel/highlight@^7.18.6":
|
452 | 462 | version "7.18.6"
|
|
493 | 503 | dependencies:
|
494 | 504 | "@babel/types" "^7.25.6"
|
495 | 505 |
|
| 506 | +"@babel/parser@^7.26.9": |
| 507 | + version "7.26.10" |
| 508 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 509 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 510 | + dependencies: |
| 511 | + "@babel/types" "^7.26.10" |
| 512 | + |
496 | 513 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
497 | 514 | version "7.18.6"
|
498 | 515 | 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"
|
|
1284 | 1301 | "@babel/parser" "^7.25.0"
|
1285 | 1302 | "@babel/types" "^7.25.0"
|
1286 | 1303 |
|
| 1304 | +"@babel/template@^7.26.9": |
| 1305 | + version "7.26.9" |
| 1306 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1307 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1308 | + dependencies: |
| 1309 | + "@babel/code-frame" "^7.26.2" |
| 1310 | + "@babel/parser" "^7.26.9" |
| 1311 | + "@babel/types" "^7.26.9" |
| 1312 | + |
1287 | 1313 | "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2":
|
1288 | 1314 | version "7.23.2"
|
1289 | 1315 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
1340 | 1366 | "@babel/helper-validator-identifier" "^7.24.7"
|
1341 | 1367 | to-fast-properties "^2.0.0"
|
1342 | 1368 |
|
| 1369 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1370 | + version "7.26.10" |
| 1371 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1372 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1373 | + dependencies: |
| 1374 | + "@babel/helper-string-parser" "^7.25.9" |
| 1375 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1376 | + |
1343 | 1377 | "@bcoe/v8-coverage@^0.2.3":
|
1344 | 1378 | version "0.2.3"
|
1345 | 1379 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments