|
31 | 31 | js-tokens "^4.0.0"
|
32 | 32 | picocolors "^1.0.0"
|
33 | 33 |
|
| 34 | +"@babel/code-frame@^7.27.1": |
| 35 | + version "7.27.1" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 37 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 38 | + dependencies: |
| 39 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 40 | + js-tokens "^4.0.0" |
| 41 | + picocolors "^1.1.1" |
| 42 | + |
34 | 43 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.8":
|
35 | 44 | version "7.26.8"
|
36 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
|
77 | 86 | "@jridgewell/trace-mapping" "^0.3.25"
|
78 | 87 | jsesc "^3.0.2"
|
79 | 88 |
|
| 89 | +"@babel/generator@^7.27.3": |
| 90 | + version "7.27.5" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 92 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 93 | + dependencies: |
| 94 | + "@babel/parser" "^7.27.5" |
| 95 | + "@babel/types" "^7.27.3" |
| 96 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 97 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 98 | + jsesc "^3.0.2" |
| 99 | + |
80 | 100 | "@babel/helper-annotate-as-pure@^7.25.9":
|
81 | 101 | version "7.25.9"
|
82 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
83 | 103 | integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
|
84 | 104 | dependencies:
|
85 | 105 | "@babel/types" "^7.25.9"
|
86 | 106 |
|
| 107 | +"@babel/helper-annotate-as-pure@^7.27.1": |
| 108 | + version "7.27.3" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
| 110 | + integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== |
| 111 | + dependencies: |
| 112 | + "@babel/types" "^7.27.3" |
| 113 | + |
87 | 114 | "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
|
88 | 115 | version "7.27.0"
|
89 | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz#de0c753b1cd1d9ab55d473c5a5cf7170f0a81880"
|
|
144 | 171 | "@babel/traverse" "^7.25.9"
|
145 | 172 | "@babel/types" "^7.25.9"
|
146 | 173 |
|
| 174 | +"@babel/helper-module-imports@^7.27.1": |
| 175 | + version "7.27.1" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 177 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
| 178 | + dependencies: |
| 179 | + "@babel/traverse" "^7.27.1" |
| 180 | + "@babel/types" "^7.27.1" |
| 181 | + |
147 | 182 | "@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
|
148 | 183 | version "7.26.0"
|
149 | 184 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
|
|
160 | 195 | dependencies:
|
161 | 196 | "@babel/types" "^7.25.9"
|
162 | 197 |
|
163 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.8.0": |
164 |
| - version "7.26.5" |
165 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35" |
166 |
| - integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg== |
| 198 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0": |
| 199 | + version "7.27.1" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" |
| 201 | + integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== |
167 | 202 |
|
168 | 203 | "@babel/helper-remap-async-to-generator@^7.25.9":
|
169 | 204 | version "7.25.9"
|
|
196 | 231 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
197 | 232 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
198 | 233 |
|
| 234 | +"@babel/helper-string-parser@^7.27.1": |
| 235 | + version "7.27.1" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 237 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 238 | + |
199 | 239 | "@babel/helper-validator-identifier@^7.25.9":
|
200 | 240 | version "7.25.9"
|
201 | 241 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
202 | 242 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
203 | 243 |
|
204 |
| -"@babel/helper-validator-option@^7.25.9": |
205 |
| - version "7.25.9" |
206 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
207 |
| - integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
| 244 | +"@babel/helper-validator-identifier@^7.27.1": |
| 245 | + version "7.27.1" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 247 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 248 | + |
| 249 | +"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1": |
| 250 | + version "7.27.1" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 252 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
208 | 253 |
|
209 | 254 | "@babel/helper-wrap-function@^7.25.9":
|
210 | 255 | version "7.25.9"
|
|
240 | 285 | dependencies:
|
241 | 286 | "@babel/types" "^7.27.0"
|
242 | 287 |
|
| 288 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5": |
| 289 | + version "7.27.5" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826" |
| 291 | + integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg== |
| 292 | + dependencies: |
| 293 | + "@babel/types" "^7.27.3" |
| 294 | + |
243 | 295 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
244 | 296 | version "7.25.9"
|
245 | 297 | 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"
|
|
355 | 407 | dependencies:
|
356 | 408 | "@babel/helper-plugin-utils" "^7.8.0"
|
357 | 409 |
|
358 |
| -"@babel/plugin-syntax-jsx@^7.25.9", "@babel/plugin-syntax-jsx@^7.7.2": |
| 410 | +"@babel/plugin-syntax-jsx@^7.27.1": |
| 411 | + version "7.27.1" |
| 412 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c" |
| 413 | + integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w== |
| 414 | + dependencies: |
| 415 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 416 | + |
| 417 | +"@babel/plugin-syntax-jsx@^7.7.2": |
359 | 418 | version "7.25.9"
|
360 | 419 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
|
361 | 420 | integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
|
|
730 | 789 | dependencies:
|
731 | 790 | "@babel/helper-plugin-utils" "^7.25.9"
|
732 | 791 |
|
733 |
| -"@babel/plugin-transform-react-display-name@^7.25.9": |
734 |
| - version "7.25.9" |
735 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz#4b79746b59efa1f38c8695065a92a9f5afb24f7d" |
736 |
| - integrity sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ== |
| 792 | +"@babel/plugin-transform-react-display-name@^7.27.1": |
| 793 | + version "7.27.1" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.27.1.tgz#43af31362d71f7848cfac0cbc212882b1a16e80f" |
| 795 | + integrity sha512-p9+Vl3yuHPmkirRrg021XiP+EETmPMQTLr6Ayjj85RLNEbb3Eya/4VI0vAdzQG9SEAl2Lnt7fy5lZyMzjYoZQQ== |
737 | 796 | dependencies:
|
738 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 797 | + "@babel/helper-plugin-utils" "^7.27.1" |
739 | 798 |
|
740 |
| -"@babel/plugin-transform-react-jsx-development@^7.25.9": |
741 |
| - version "7.25.9" |
742 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz#8fd220a77dd139c07e25225a903b8be8c829e0d7" |
743 |
| - integrity sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw== |
| 799 | +"@babel/plugin-transform-react-jsx-development@^7.27.1": |
| 800 | + version "7.27.1" |
| 801 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz#47ff95940e20a3a70e68ad3d4fcb657b647f6c98" |
| 802 | + integrity sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q== |
744 | 803 | dependencies:
|
745 |
| - "@babel/plugin-transform-react-jsx" "^7.25.9" |
| 804 | + "@babel/plugin-transform-react-jsx" "^7.27.1" |
746 | 805 |
|
747 |
| -"@babel/plugin-transform-react-jsx@^7.25.9": |
748 |
| - version "7.25.9" |
749 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz#06367940d8325b36edff5e2b9cbe782947ca4166" |
750 |
| - integrity sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw== |
| 806 | +"@babel/plugin-transform-react-jsx@^7.27.1": |
| 807 | + version "7.27.1" |
| 808 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz#1023bc94b78b0a2d68c82b5e96aed573bcfb9db0" |
| 809 | + integrity sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw== |
751 | 810 | dependencies:
|
752 |
| - "@babel/helper-annotate-as-pure" "^7.25.9" |
753 |
| - "@babel/helper-module-imports" "^7.25.9" |
754 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
755 |
| - "@babel/plugin-syntax-jsx" "^7.25.9" |
756 |
| - "@babel/types" "^7.25.9" |
| 811 | + "@babel/helper-annotate-as-pure" "^7.27.1" |
| 812 | + "@babel/helper-module-imports" "^7.27.1" |
| 813 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 814 | + "@babel/plugin-syntax-jsx" "^7.27.1" |
| 815 | + "@babel/types" "^7.27.1" |
757 | 816 |
|
758 |
| -"@babel/plugin-transform-react-pure-annotations@^7.25.9": |
759 |
| - version "7.25.9" |
760 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz#ea1c11b2f9dbb8e2d97025f43a3b5bc47e18ae62" |
761 |
| - integrity sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg== |
| 817 | +"@babel/plugin-transform-react-pure-annotations@^7.27.1": |
| 818 | + version "7.27.1" |
| 819 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz#339f1ce355eae242e0649f232b1c68907c02e879" |
| 820 | + integrity sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA== |
762 | 821 | dependencies:
|
763 |
| - "@babel/helper-annotate-as-pure" "^7.25.9" |
764 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 822 | + "@babel/helper-annotate-as-pure" "^7.27.1" |
| 823 | + "@babel/helper-plugin-utils" "^7.27.1" |
765 | 824 |
|
766 | 825 | "@babel/plugin-transform-regenerator@^7.25.9":
|
767 | 826 | version "7.27.0"
|
|
937 | 996 | "@babel/types" "^7.4.4"
|
938 | 997 | esutils "^2.0.2"
|
939 | 998 |
|
940 |
| -"@babel/preset-react@7.26.3": |
941 |
| - version "7.26.3" |
942 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa" |
943 |
| - integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw== |
| 999 | +"@babel/preset-react@7.27.1": |
| 1000 | + version "7.27.1" |
| 1001 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.27.1.tgz#86ea0a5ca3984663f744be2fd26cb6747c3fd0ec" |
| 1002 | + integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA== |
944 | 1003 | dependencies:
|
945 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
946 |
| - "@babel/helper-validator-option" "^7.25.9" |
947 |
| - "@babel/plugin-transform-react-display-name" "^7.25.9" |
948 |
| - "@babel/plugin-transform-react-jsx" "^7.25.9" |
949 |
| - "@babel/plugin-transform-react-jsx-development" "^7.25.9" |
950 |
| - "@babel/plugin-transform-react-pure-annotations" "^7.25.9" |
| 1004 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 1005 | + "@babel/helper-validator-option" "^7.27.1" |
| 1006 | + "@babel/plugin-transform-react-display-name" "^7.27.1" |
| 1007 | + "@babel/plugin-transform-react-jsx" "^7.27.1" |
| 1008 | + "@babel/plugin-transform-react-jsx-development" "^7.27.1" |
| 1009 | + "@babel/plugin-transform-react-pure-annotations" "^7.27.1" |
951 | 1010 |
|
952 | 1011 | "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
|
953 | 1012 | version "7.27.0"
|
|
965 | 1024 | "@babel/parser" "^7.27.0"
|
966 | 1025 | "@babel/types" "^7.27.0"
|
967 | 1026 |
|
| 1027 | +"@babel/template@^7.27.2": |
| 1028 | + version "7.27.2" |
| 1029 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1030 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1031 | + dependencies: |
| 1032 | + "@babel/code-frame" "^7.27.1" |
| 1033 | + "@babel/parser" "^7.27.2" |
| 1034 | + "@babel/types" "^7.27.1" |
| 1035 | + |
968 | 1036 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.0":
|
969 | 1037 | version "7.27.0"
|
970 | 1038 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
|
|
978 | 1046 | debug "^4.3.1"
|
979 | 1047 | globals "^11.1.0"
|
980 | 1048 |
|
| 1049 | +"@babel/traverse@^7.27.1": |
| 1050 | + version "7.27.4" |
| 1051 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 1052 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 1053 | + dependencies: |
| 1054 | + "@babel/code-frame" "^7.27.1" |
| 1055 | + "@babel/generator" "^7.27.3" |
| 1056 | + "@babel/parser" "^7.27.4" |
| 1057 | + "@babel/template" "^7.27.2" |
| 1058 | + "@babel/types" "^7.27.3" |
| 1059 | + debug "^4.3.1" |
| 1060 | + globals "^11.1.0" |
| 1061 | + |
981 | 1062 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
982 | 1063 | version "7.27.0"
|
983 | 1064 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
|
|
986 | 1067 | "@babel/helper-string-parser" "^7.25.9"
|
987 | 1068 | "@babel/helper-validator-identifier" "^7.25.9"
|
988 | 1069 |
|
| 1070 | +"@babel/types@^7.27.1", "@babel/types@^7.27.3": |
| 1071 | + version "7.27.6" |
| 1072 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535" |
| 1073 | + integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q== |
| 1074 | + dependencies: |
| 1075 | + "@babel/helper-string-parser" "^7.27.1" |
| 1076 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1077 | + |
989 | 1078 | "@bcoe/v8-coverage@^0.2.3":
|
990 | 1079 | version "0.2.3"
|
991 | 1080 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments