|
90 | 90 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
91 | 91 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
92 | 92 |
|
93 | | -"@babel/core@7.26.9": |
94 | | - version "7.26.9" |
95 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
96 | | - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 93 | +"@babel/core@7.26.10": |
| 94 | + version "7.26.10" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 96 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
97 | 97 | dependencies: |
98 | 98 | "@ampproject/remapping" "^2.2.0" |
99 | 99 | "@babel/code-frame" "^7.26.2" |
100 | | - "@babel/generator" "^7.26.9" |
| 100 | + "@babel/generator" "^7.26.10" |
101 | 101 | "@babel/helper-compilation-targets" "^7.26.5" |
102 | 102 | "@babel/helper-module-transforms" "^7.26.0" |
103 | | - "@babel/helpers" "^7.26.9" |
104 | | - "@babel/parser" "^7.26.9" |
| 103 | + "@babel/helpers" "^7.26.10" |
| 104 | + "@babel/parser" "^7.26.10" |
105 | 105 | "@babel/template" "^7.26.9" |
106 | | - "@babel/traverse" "^7.26.9" |
107 | | - "@babel/types" "^7.26.9" |
| 106 | + "@babel/traverse" "^7.26.10" |
| 107 | + "@babel/types" "^7.26.10" |
108 | 108 | convert-source-map "^2.0.0" |
109 | 109 | debug "^4.1.0" |
110 | 110 | gensync "^1.0.0-beta.2" |
|
285 | 285 | "@jridgewell/trace-mapping" "^0.3.25" |
286 | 286 | jsesc "^3.0.2" |
287 | 287 |
|
288 | | -"@babel/generator@^7.26.9": |
289 | | - version "7.26.9" |
290 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
291 | | - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 288 | +"@babel/generator@^7.27.0": |
| 289 | + version "7.27.0" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 291 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
292 | 292 | dependencies: |
293 | | - "@babel/parser" "^7.26.9" |
294 | | - "@babel/types" "^7.26.9" |
| 293 | + "@babel/parser" "^7.27.0" |
| 294 | + "@babel/types" "^7.27.0" |
295 | 295 | "@jridgewell/gen-mapping" "^0.3.5" |
296 | 296 | "@jridgewell/trace-mapping" "^0.3.25" |
297 | 297 | jsesc "^3.0.2" |
|
869 | 869 | "@babel/template" "^7.25.0" |
870 | 870 | "@babel/types" "^7.25.0" |
871 | 871 |
|
| 872 | +"@babel/helpers@^7.26.10": |
| 873 | + version "7.27.0" |
| 874 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 875 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
| 876 | + dependencies: |
| 877 | + "@babel/template" "^7.27.0" |
| 878 | + "@babel/types" "^7.27.0" |
| 879 | + |
872 | 880 | "@babel/helpers@^7.26.7": |
873 | 881 | version "7.26.10" |
874 | 882 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
|
877 | 885 | "@babel/template" "^7.26.9" |
878 | 886 | "@babel/types" "^7.26.10" |
879 | 887 |
|
880 | | -"@babel/helpers@^7.26.9": |
881 | | - version "7.26.9" |
882 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
883 | | - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
884 | | - dependencies: |
885 | | - "@babel/template" "^7.26.9" |
886 | | - "@babel/types" "^7.26.9" |
887 | | - |
888 | 888 | "@babel/highlight@^7.18.6": |
889 | 889 | version "7.18.6" |
890 | 890 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
|
997 | 997 | dependencies: |
998 | 998 | "@babel/types" "^7.26.9" |
999 | 999 |
|
| 1000 | +"@babel/parser@^7.27.0": |
| 1001 | + version "7.27.0" |
| 1002 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 1003 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 1004 | + dependencies: |
| 1005 | + "@babel/types" "^7.27.0" |
| 1006 | + |
1000 | 1007 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
1001 | 1008 | version "7.25.3" |
1002 | 1009 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
2489 | 2496 | "@babel/parser" "^7.26.9" |
2490 | 2497 | "@babel/types" "^7.26.9" |
2491 | 2498 |
|
| 2499 | +"@babel/template@^7.27.0": |
| 2500 | + version "7.27.0" |
| 2501 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 2502 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 2503 | + dependencies: |
| 2504 | + "@babel/code-frame" "^7.26.2" |
| 2505 | + "@babel/parser" "^7.27.0" |
| 2506 | + "@babel/types" "^7.27.0" |
| 2507 | + |
2492 | 2508 | "@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3": |
2493 | 2509 | version "7.26.7" |
2494 | 2510 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
|
2557 | 2573 | debug "^4.3.1" |
2558 | 2574 | globals "^11.1.0" |
2559 | 2575 |
|
| 2576 | +"@babel/traverse@^7.26.10": |
| 2577 | + version "7.27.0" |
| 2578 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 2579 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
| 2580 | + dependencies: |
| 2581 | + "@babel/code-frame" "^7.26.2" |
| 2582 | + "@babel/generator" "^7.27.0" |
| 2583 | + "@babel/parser" "^7.27.0" |
| 2584 | + "@babel/template" "^7.27.0" |
| 2585 | + "@babel/types" "^7.27.0" |
| 2586 | + debug "^4.3.1" |
| 2587 | + globals "^11.1.0" |
| 2588 | + |
2560 | 2589 | "@babel/traverse@^7.26.7": |
2561 | 2590 | version "7.26.10" |
2562 | 2591 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
|
2583 | 2612 | debug "^4.3.1" |
2584 | 2613 | globals "^11.1.0" |
2585 | 2614 |
|
2586 | | -"@babel/traverse@^7.26.9": |
2587 | | - version "7.26.9" |
2588 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
2589 | | - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
2590 | | - dependencies: |
2591 | | - "@babel/code-frame" "^7.26.2" |
2592 | | - "@babel/generator" "^7.26.9" |
2593 | | - "@babel/parser" "^7.26.9" |
2594 | | - "@babel/template" "^7.26.9" |
2595 | | - "@babel/types" "^7.26.9" |
2596 | | - debug "^4.3.1" |
2597 | | - globals "^11.1.0" |
2598 | | - |
2599 | 2615 | "@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
2600 | 2616 | version "7.19.3" |
2601 | 2617 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
|
2709 | 2725 | "@babel/helper-string-parser" "^7.25.9" |
2710 | 2726 | "@babel/helper-validator-identifier" "^7.25.9" |
2711 | 2727 |
|
| 2728 | +"@babel/types@^7.27.0": |
| 2729 | + version "7.27.0" |
| 2730 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 2731 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 2732 | + dependencies: |
| 2733 | + "@babel/helper-string-parser" "^7.25.9" |
| 2734 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2735 | + |
2712 | 2736 | "@bcoe/v8-coverage@^0.2.3": |
2713 | 2737 | version "0.2.3" |
2714 | 2738 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments