|
45 | 45 | "@babel/highlight" "^7.24.7"
|
46 | 46 | picocolors "^1.0.0"
|
47 | 47 |
|
| 48 | +"@babel/code-frame@^7.26.2": |
| 49 | + version "7.26.2" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 51 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 52 | + dependencies: |
| 53 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 54 | + js-tokens "^4.0.0" |
| 55 | + picocolors "^1.0.0" |
| 56 | + |
48 | 57 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
49 | 58 | version "7.22.20"
|
50 | 59 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
|
|
420 | 429 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
421 | 430 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
422 | 431 |
|
| 432 | +"@babel/helper-string-parser@^7.25.9": |
| 433 | + version "7.25.9" |
| 434 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 435 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 436 | + |
423 | 437 | "@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20":
|
424 | 438 | version "7.22.20"
|
425 | 439 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
430 | 444 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
431 | 445 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
432 | 446 |
|
| 447 | +"@babel/helper-validator-identifier@^7.25.9": |
| 448 | + version "7.25.9" |
| 449 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 450 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 451 | + |
433 | 452 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.22.15":
|
434 | 453 | version "7.22.15"
|
435 | 454 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
|
449 | 468 | "@babel/template" "^7.22.15"
|
450 | 469 | "@babel/types" "^7.22.19"
|
451 | 470 |
|
452 |
| -"@babel/helpers@^7.19.4", "@babel/helpers@^7.22.15": |
453 |
| - version "7.22.15" |
454 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" |
455 |
| - integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== |
456 |
| - dependencies: |
457 |
| - "@babel/template" "^7.22.15" |
458 |
| - "@babel/traverse" "^7.22.15" |
459 |
| - "@babel/types" "^7.22.15" |
460 |
| - |
461 |
| -"@babel/helpers@^7.25.0": |
462 |
| - version "7.25.0" |
463 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
464 |
| - integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
| 471 | +"@babel/helpers@^7.19.4", "@babel/helpers@^7.22.15", "@babel/helpers@^7.25.0": |
| 472 | + version "7.26.10" |
| 473 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 474 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
465 | 475 | dependencies:
|
466 |
| - "@babel/template" "^7.25.0" |
467 |
| - "@babel/types" "^7.25.0" |
| 476 | + "@babel/template" "^7.26.9" |
| 477 | + "@babel/types" "^7.26.10" |
468 | 478 |
|
469 | 479 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6", "@babel/highlight@^7.22.13":
|
470 | 480 | version "7.22.20"
|
|
507 | 517 | dependencies:
|
508 | 518 | "@babel/types" "^7.25.4"
|
509 | 519 |
|
| 520 | +"@babel/parser@^7.26.9": |
| 521 | + version "7.26.10" |
| 522 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 523 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 524 | + dependencies: |
| 525 | + "@babel/types" "^7.26.10" |
| 526 | + |
510 | 527 | "@babel/plugin-proposal-async-generator-functions@^7.0.0":
|
511 | 528 | version "7.20.7"
|
512 | 529 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
|
|
1151 | 1168 | "@babel/parser" "^7.25.0"
|
1152 | 1169 | "@babel/types" "^7.25.0"
|
1153 | 1170 |
|
1154 |
| -"@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20": |
| 1171 | +"@babel/template@^7.26.9": |
| 1172 | + version "7.26.9" |
| 1173 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1174 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1175 | + dependencies: |
| 1176 | + "@babel/code-frame" "^7.26.2" |
| 1177 | + "@babel/parser" "^7.26.9" |
| 1178 | + "@babel/types" "^7.26.9" |
| 1179 | + |
| 1180 | +"@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.20": |
1155 | 1181 | version "7.23.2"
|
1156 | 1182 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
1157 | 1183 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
|
1207 | 1233 | "@babel/helper-validator-identifier" "^7.22.20"
|
1208 | 1234 | to-fast-properties "^2.0.0"
|
1209 | 1235 |
|
| 1236 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1237 | + version "7.26.10" |
| 1238 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1239 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1240 | + dependencies: |
| 1241 | + "@babel/helper-string-parser" "^7.25.9" |
| 1242 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1243 | + |
1210 | 1244 | "@expo/bunyan@^4.0.0":
|
1211 | 1245 | version "4.0.0"
|
1212 | 1246 | resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b"
|
|
0 commit comments