|
133 | 133 | "@babel/highlight" "^7.22.13"
|
134 | 134 | chalk "^2.4.2"
|
135 | 135 |
|
| 136 | +"@babel/code-frame@^7.26.2": |
| 137 | + version "7.26.2" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 139 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 140 | + dependencies: |
| 141 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 142 | + js-tokens "^4.0.0" |
| 143 | + picocolors "^1.0.0" |
| 144 | + |
136 | 145 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
|
137 | 146 | version "7.17.7"
|
138 | 147 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
|
|
401 | 410 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
402 | 411 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
403 | 412 |
|
| 413 | +"@babel/helper-string-parser@^7.25.9": |
| 414 | + version "7.25.9" |
| 415 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 416 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 417 | + |
404 | 418 | "@babel/helper-validator-identifier@^7.16.7":
|
405 | 419 | version "7.16.7"
|
406 | 420 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
|
411 | 425 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
412 | 426 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
413 | 427 |
|
| 428 | +"@babel/helper-validator-identifier@^7.25.9": |
| 429 | + version "7.25.9" |
| 430 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 431 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 432 | + |
414 | 433 | "@babel/helper-validator-option@^7.16.7":
|
415 | 434 | version "7.16.7"
|
416 | 435 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
427 | 446 | "@babel/types" "^7.16.8"
|
428 | 447 |
|
429 | 448 | "@babel/helpers@^7.17.8":
|
430 |
| - version "7.17.8" |
431 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" |
432 |
| - integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== |
| 449 | + version "7.27.0" |
| 450 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 451 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
433 | 452 | dependencies:
|
434 |
| - "@babel/template" "^7.16.7" |
435 |
| - "@babel/traverse" "^7.17.3" |
436 |
| - "@babel/types" "^7.17.0" |
| 453 | + "@babel/template" "^7.27.0" |
| 454 | + "@babel/types" "^7.27.0" |
437 | 455 |
|
438 | 456 | "@babel/highlight@^7.16.7":
|
439 | 457 | version "7.16.10"
|
|
468 | 486 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
469 | 487 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
470 | 488 |
|
| 489 | +"@babel/parser@^7.27.0": |
| 490 | + version "7.27.0" |
| 491 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 492 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 493 | + dependencies: |
| 494 | + "@babel/types" "^7.27.0" |
| 495 | + |
471 | 496 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
472 | 497 | version "7.16.7"
|
473 | 498 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1129 | 1154 | "@babel/parser" "^7.22.15"
|
1130 | 1155 | "@babel/types" "^7.22.15"
|
1131 | 1156 |
|
| 1157 | +"@babel/template@^7.27.0": |
| 1158 | + version "7.27.0" |
| 1159 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1160 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1161 | + dependencies: |
| 1162 | + "@babel/code-frame" "^7.26.2" |
| 1163 | + "@babel/parser" "^7.27.0" |
| 1164 | + "@babel/types" "^7.27.0" |
| 1165 | + |
1132 | 1166 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.9", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3":
|
1133 | 1167 | version "7.23.2"
|
1134 | 1168 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
1162 | 1196 | "@babel/helper-validator-identifier" "^7.22.20"
|
1163 | 1197 | to-fast-properties "^2.0.0"
|
1164 | 1198 |
|
| 1199 | +"@babel/types@^7.27.0": |
| 1200 | + version "7.27.0" |
| 1201 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1202 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1203 | + dependencies: |
| 1204 | + "@babel/helper-string-parser" "^7.25.9" |
| 1205 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1206 | + |
1165 | 1207 | "@csstools/convert-colors@^1.4.0":
|
1166 | 1208 | version "1.4.0"
|
1167 | 1209 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
|
0 commit comments