|
153 | 153 | "@babel/highlight" "^7.23.4" |
154 | 154 | chalk "^2.4.2" |
155 | 155 |
|
| 156 | +"@babel/code-frame@^7.26.2": |
| 157 | + version "7.26.2" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 159 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 160 | + dependencies: |
| 161 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 162 | + js-tokens "^4.0.0" |
| 163 | + picocolors "^1.0.0" |
| 164 | + |
156 | 165 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
157 | 166 | version "7.20.1" |
158 | 167 | resolved "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
|
429 | 438 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
430 | 439 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
431 | 440 |
|
| 441 | +"@babel/helper-string-parser@^7.25.9": |
| 442 | + version "7.25.9" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 444 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 445 | + |
432 | 446 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
433 | 447 | version "7.19.1" |
434 | 448 | resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
|
439 | 453 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
440 | 454 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
441 | 455 |
|
| 456 | +"@babel/helper-validator-identifier@^7.25.9": |
| 457 | + version "7.25.9" |
| 458 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 459 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 460 | + |
442 | 461 | "@babel/helper-validator-option@^7.18.6": |
443 | 462 | version "7.18.6" |
444 | 463 | resolved "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
455 | 474 | "@babel/types" "^7.19.0" |
456 | 475 |
|
457 | 476 | "@babel/helpers@^7.12.5", "@babel/helpers@^7.20.1": |
458 | | - version "7.20.1" |
459 | | - resolved "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
460 | | - integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
| 477 | + version "7.26.10" |
| 478 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 479 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
461 | 480 | dependencies: |
462 | | - "@babel/template" "^7.18.10" |
463 | | - "@babel/traverse" "^7.20.1" |
464 | | - "@babel/types" "^7.20.0" |
| 481 | + "@babel/template" "^7.26.9" |
| 482 | + "@babel/types" "^7.26.10" |
465 | 483 |
|
466 | 484 | "@babel/highlight@^7.18.6": |
467 | 485 | version "7.18.6" |
|
491 | 509 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
492 | 510 | integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
493 | 511 |
|
| 512 | +"@babel/parser@^7.26.9": |
| 513 | + version "7.26.10" |
| 514 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 515 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 516 | + dependencies: |
| 517 | + "@babel/types" "^7.26.10" |
| 518 | + |
494 | 519 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
495 | 520 | version "7.18.6" |
496 | 521 | resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
|
1228 | 1253 | "@babel/parser" "^7.22.15" |
1229 | 1254 | "@babel/types" "^7.22.15" |
1230 | 1255 |
|
| 1256 | +"@babel/template@^7.26.9": |
| 1257 | + version "7.26.9" |
| 1258 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1259 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1260 | + dependencies: |
| 1261 | + "@babel/code-frame" "^7.26.2" |
| 1262 | + "@babel/parser" "^7.26.9" |
| 1263 | + "@babel/types" "^7.26.9" |
| 1264 | + |
1231 | 1265 | "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1": |
1232 | 1266 | version "7.23.6" |
1233 | 1267 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5" |
|
1262 | 1296 | "@babel/helper-validator-identifier" "^7.22.20" |
1263 | 1297 | to-fast-properties "^2.0.0" |
1264 | 1298 |
|
| 1299 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1300 | + version "7.26.10" |
| 1301 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1302 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1303 | + dependencies: |
| 1304 | + "@babel/helper-string-parser" "^7.25.9" |
| 1305 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1306 | + |
1265 | 1307 | "@docsearch/css@3.3.0": |
1266 | 1308 | version "3.3.0" |
1267 | 1309 | resolved "https://registry.npmmirror.com/@docsearch/css/-/css-3.3.0.tgz#d698e48302d12240d7c2f7452ccb2d2239a8cd80" |
|
0 commit comments