|
167 | 167 | js-tokens "^4.0.0"
|
168 | 168 | picocolors "^1.0.0"
|
169 | 169 |
|
| 170 | +"@babel/code-frame@^7.27.1": |
| 171 | + version "7.27.1" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 173 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 174 | + dependencies: |
| 175 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 176 | + js-tokens "^4.0.0" |
| 177 | + picocolors "^1.1.1" |
| 178 | + |
170 | 179 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
|
171 | 180 | version "7.26.5"
|
172 | 181 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
|
323 | 332 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
324 | 333 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
325 | 334 |
|
| 335 | +"@babel/helper-string-parser@^7.27.1": |
| 336 | + version "7.27.1" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 338 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 339 | + |
326 | 340 | "@babel/helper-validator-identifier@^7.25.9":
|
327 | 341 | version "7.25.9"
|
328 | 342 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
329 | 343 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
330 | 344 |
|
| 345 | +"@babel/helper-validator-identifier@^7.27.1": |
| 346 | + version "7.27.1" |
| 347 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 348 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 349 | + |
331 | 350 | "@babel/helper-validator-option@^7.25.9":
|
332 | 351 | version "7.25.9"
|
333 | 352 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
|
343 | 362 | "@babel/types" "^7.25.9"
|
344 | 363 |
|
345 | 364 | "@babel/helpers@^7.26.7":
|
346 |
| - version "7.26.7" |
347 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
348 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 365 | + version "7.27.1" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 367 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
349 | 368 | dependencies:
|
350 |
| - "@babel/template" "^7.25.9" |
351 |
| - "@babel/types" "^7.26.7" |
| 369 | + "@babel/template" "^7.27.1" |
| 370 | + "@babel/types" "^7.27.1" |
352 | 371 |
|
353 | 372 | "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
|
354 | 373 | version "7.26.7"
|
|
357 | 376 | dependencies:
|
358 | 377 | "@babel/types" "^7.26.7"
|
359 | 378 |
|
| 379 | +"@babel/parser@^7.27.2": |
| 380 | + version "7.27.2" |
| 381 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127" |
| 382 | + integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== |
| 383 | + dependencies: |
| 384 | + "@babel/types" "^7.27.1" |
| 385 | + |
360 | 386 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
361 | 387 | version "7.25.9"
|
362 | 388 | 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"
|
|
1025 | 1051 | "@babel/parser" "^7.25.9"
|
1026 | 1052 | "@babel/types" "^7.25.9"
|
1027 | 1053 |
|
| 1054 | +"@babel/template@^7.27.1": |
| 1055 | + version "7.27.2" |
| 1056 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1057 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1058 | + dependencies: |
| 1059 | + "@babel/code-frame" "^7.27.1" |
| 1060 | + "@babel/parser" "^7.27.2" |
| 1061 | + "@babel/types" "^7.27.1" |
| 1062 | + |
1028 | 1063 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.7":
|
1029 | 1064 | version "7.26.7"
|
1030 | 1065 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
|
|
1046 | 1081 | "@babel/helper-string-parser" "^7.25.9"
|
1047 | 1082 | "@babel/helper-validator-identifier" "^7.25.9"
|
1048 | 1083 |
|
| 1084 | +"@babel/types@^7.27.1": |
| 1085 | + version "7.27.1" |
| 1086 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
| 1087 | + integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 1088 | + dependencies: |
| 1089 | + "@babel/helper-string-parser" "^7.27.1" |
| 1090 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1091 | + |
1049 | 1092 |
|
1050 | 1093 | version "1.5.0"
|
1051 | 1094 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
0 commit comments