|
431 | 431 | "@babel/traverse" "^7.25.9"
|
432 | 432 | "@babel/types" "^7.25.9"
|
433 | 433 |
|
434 |
| -"@babel/helpers@^7.26.0": |
435 |
| - version "7.26.0" |
436 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
437 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 434 | +"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.9": |
| 435 | + version "7.27.0" |
| 436 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 437 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
438 | 438 | dependencies:
|
439 |
| - "@babel/template" "^7.25.9" |
440 |
| - "@babel/types" "^7.26.0" |
441 |
| - |
442 |
| -"@babel/helpers@^7.26.9": |
443 |
| - version "7.26.9" |
444 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
445 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
446 |
| - dependencies: |
447 |
| - "@babel/template" "^7.26.9" |
448 |
| - "@babel/types" "^7.26.9" |
| 439 | + "@babel/template" "^7.27.0" |
| 440 | + "@babel/types" "^7.27.0" |
449 | 441 |
|
450 | 442 | "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
|
451 | 443 | version "7.26.1"
|
|
461 | 453 | dependencies:
|
462 | 454 | "@babel/types" "^7.26.9"
|
463 | 455 |
|
| 456 | +"@babel/parser@^7.27.0": |
| 457 | + version "7.27.0" |
| 458 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 459 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 460 | + dependencies: |
| 461 | + "@babel/types" "^7.27.0" |
| 462 | + |
464 | 463 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
465 | 464 | version "7.25.9"
|
466 | 465 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1294 | 1293 | "@babel/parser" "^7.26.9"
|
1295 | 1294 | "@babel/types" "^7.26.9"
|
1296 | 1295 |
|
| 1296 | +"@babel/template@^7.27.0": |
| 1297 | + version "7.27.0" |
| 1298 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1299 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1300 | + dependencies: |
| 1301 | + "@babel/code-frame" "^7.26.2" |
| 1302 | + "@babel/parser" "^7.27.0" |
| 1303 | + "@babel/types" "^7.27.0" |
| 1304 | + |
1297 | 1305 | "@babel/traverse@^7.25.9":
|
1298 | 1306 | version "7.25.9"
|
1299 | 1307 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
1336 | 1344 | "@babel/helper-string-parser" "^7.25.9"
|
1337 | 1345 | "@babel/helper-validator-identifier" "^7.25.9"
|
1338 | 1346 |
|
| 1347 | +"@babel/types@^7.27.0": |
| 1348 | + version "7.27.0" |
| 1349 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1350 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1351 | + dependencies: |
| 1352 | + "@babel/helper-string-parser" "^7.25.9" |
| 1353 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1354 | + |
1339 | 1355 |
|
1340 | 1356 | version "1.5.0"
|
1341 | 1357 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
0 commit comments