|
226 | 226 | js-tokens "^4.0.0"
|
227 | 227 | picocolors "^1.0.0"
|
228 | 228 |
|
| 229 | +"@babel/code-frame@^7.27.1": |
| 230 | + version "7.27.1" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 232 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 233 | + dependencies: |
| 234 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 235 | + js-tokens "^4.0.0" |
| 236 | + picocolors "^1.1.1" |
| 237 | + |
229 | 238 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
|
230 | 239 | version "7.26.8"
|
231 | 240 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
|
382 | 391 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
383 | 392 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
384 | 393 |
|
| 394 | +"@babel/helper-string-parser@^7.27.1": |
| 395 | + version "7.27.1" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 397 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 398 | + |
385 | 399 | "@babel/helper-validator-identifier@^7.25.9":
|
386 | 400 | version "7.25.9"
|
387 | 401 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
388 | 402 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
389 | 403 |
|
| 404 | +"@babel/helper-validator-identifier@^7.27.1": |
| 405 | + version "7.27.1" |
| 406 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 407 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 408 | + |
390 | 409 | "@babel/helper-validator-option@^7.25.9":
|
391 | 410 | version "7.25.9"
|
392 | 411 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
|
402 | 421 | "@babel/types" "^7.25.9"
|
403 | 422 |
|
404 | 423 | "@babel/helpers@^7.26.9":
|
405 |
| - version "7.26.9" |
406 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
407 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 424 | + version "7.27.1" |
| 425 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 426 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
408 | 427 | dependencies:
|
409 |
| - "@babel/template" "^7.26.9" |
410 |
| - "@babel/types" "^7.26.9" |
| 428 | + "@babel/template" "^7.27.1" |
| 429 | + "@babel/types" "^7.27.1" |
411 | 430 |
|
412 | 431 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.9":
|
413 | 432 | version "7.26.9"
|
|
416 | 435 | dependencies:
|
417 | 436 | "@babel/types" "^7.26.9"
|
418 | 437 |
|
| 438 | +"@babel/parser@^7.27.2": |
| 439 | + version "7.27.2" |
| 440 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127" |
| 441 | + integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== |
| 442 | + dependencies: |
| 443 | + "@babel/types" "^7.27.1" |
| 444 | + |
419 | 445 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
420 | 446 | version "7.25.9"
|
421 | 447 | 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"
|
|
1180 | 1206 | "@babel/parser" "^7.26.9"
|
1181 | 1207 | "@babel/types" "^7.26.9"
|
1182 | 1208 |
|
| 1209 | +"@babel/template@^7.27.1": |
| 1210 | + version "7.27.2" |
| 1211 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1212 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1213 | + dependencies: |
| 1214 | + "@babel/code-frame" "^7.27.1" |
| 1215 | + "@babel/parser" "^7.27.2" |
| 1216 | + "@babel/types" "^7.27.1" |
| 1217 | + |
1183 | 1218 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
|
1184 | 1219 | version "7.26.9"
|
1185 | 1220 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
|
|
1201 | 1236 | "@babel/helper-string-parser" "^7.25.9"
|
1202 | 1237 | "@babel/helper-validator-identifier" "^7.25.9"
|
1203 | 1238 |
|
| 1239 | +"@babel/types@^7.27.1": |
| 1240 | + version "7.27.1" |
| 1241 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
| 1242 | + integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 1243 | + dependencies: |
| 1244 | + "@babel/helper-string-parser" "^7.27.1" |
| 1245 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1246 | + |
1204 | 1247 | "@bcoe/v8-coverage@^0.2.3":
|
1205 | 1248 | version "0.2.3"
|
1206 | 1249 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments