Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(deps): update npm-packages [skip ci] (#94)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
d8b708bc f59e07f2

+81 -311
+5 -5
docs/package.json
··· 29 29 }, 30 30 "dependencies": { 31 31 "@astrojs/starlight": "^0.36.2", 32 - "@hideoo/starlight-plugins-docs-components": "^0.4.0", 33 - "@trueberryless-org/starlight-plugins-docs-components": "^0.4.2", 32 + "@hideoo/starlight-plugins-docs-components": "^0.4.1", 33 + "@trueberryless-org/starlight-plugins-docs-components": "^0.4.3", 34 34 "astro": "^5.16.0", 35 - "sharp": "^0.33.5", 36 - "starlight-contributor-list": "^0.3.0", 35 + "sharp": "^0.34.5", 36 + "starlight-contributor-list": "^0.3.1", 37 37 "starlight-cooler-credit": "workspace:*", 38 - "starlight-links-validator": "^0.14.3" 38 + "starlight-links-validator": "^0.19.1" 39 39 }, 40 40 "packageManager": "pnpm@10.10.0", 41 41 "engines": {
+1 -1
packages/starlight-cooler-credit/package.json
··· 35 35 "change-case": "^5.4.4" 36 36 }, 37 37 "devDependencies": { 38 - "@astrojs/starlight": "^0.36.0", 38 + "@astrojs/starlight": "^0.36.2", 39 39 "astro": "^5.16.0" 40 40 }, 41 41 "peerDependencies": {
+75 -305
pnpm-lock.yaml
··· 30 30 specifier: ^0.36.2 31 31 version: 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 - specifier: ^0.4.0 34 - version: 0.4.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 33 + specifier: ^0.4.1 34 + version: 0.4.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 - specifier: ^0.4.2 37 - version: 0.4.2(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 36 + specifier: ^0.4.3 37 + version: 0.4.3(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 38 38 astro: 39 39 specifier: ^5.16.0 40 40 version: 5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3) 41 41 sharp: 42 - specifier: ^0.33.5 43 - version: 0.33.5 42 + specifier: ^0.34.5 43 + version: 0.34.5 44 44 starlight-contributor-list: 45 - specifier: ^0.3.0 46 - version: 0.3.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))) 45 + specifier: ^0.3.1 46 + version: 0.3.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))) 47 47 starlight-cooler-credit: 48 48 specifier: workspace:* 49 49 version: link:../packages/starlight-cooler-credit 50 50 starlight-links-validator: 51 - specifier: ^0.14.3 52 - version: 0.14.3(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))) 51 + specifier: ^0.19.1 52 + version: 0.19.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))) 53 53 54 54 packages/starlight-cooler-credit: 55 55 dependencies: ··· 58 58 version: 5.4.4 59 59 devDependencies: 60 60 '@astrojs/starlight': 61 - specifier: ^0.36.0 61 + specifier: ^0.36.2 62 62 version: 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 63 63 astro: 64 64 specifier: ^5.16.0 ··· 250 250 resolution: {integrity: sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==} 251 251 engines: {node: '>=14'} 252 252 253 - '@emnapi/runtime@1.4.0': 254 - resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==} 255 - 256 253 '@emnapi/runtime@1.7.1': 257 254 resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} 258 255 ··· 418 415 '@expressive-code/plugin-text-markers@0.41.3': 419 416 resolution: {integrity: sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==} 420 417 421 - '@hideoo/starlight-plugins-docs-components@0.4.0': 422 - resolution: {integrity: sha512-MbpFyLriouQVxyDmyq5Gaa1TIrFrJm3krR8QwPIbhEOVtJIf0Xi85gJAYQgt8uBH8ul98foq0sSsIAp5MWIkAQ==} 418 + '@hideoo/starlight-plugins-docs-components@0.4.1': 419 + resolution: {integrity: sha512-BSZXKNzHI0Flgm7Io/YuDM7M1GPkeaUSj0kaxBfnVPwVoM6qhRZ9piY1YcwCnCxYuiK1nhraW4FNOvVmcV2EKw==} 423 420 engines: {node: '>=18'} 424 421 peerDependencies: 425 422 '@astrojs/starlight': '>=0.30.0' ··· 428 425 resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 429 426 engines: {node: '>=18'} 430 427 431 - '@img/sharp-darwin-arm64@0.33.5': 432 - resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 433 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 434 - cpu: [arm64] 435 - os: [darwin] 436 - 437 428 '@img/sharp-darwin-arm64@0.34.5': 438 429 resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 439 430 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 440 431 cpu: [arm64] 441 432 os: [darwin] 442 433 443 - '@img/sharp-darwin-x64@0.33.5': 444 - resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 445 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 446 - cpu: [x64] 447 - os: [darwin] 448 - 449 434 '@img/sharp-darwin-x64@0.34.5': 450 435 resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} 451 436 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 452 437 cpu: [x64] 453 438 os: [darwin] 454 439 455 - '@img/sharp-libvips-darwin-arm64@1.0.4': 456 - resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 457 - cpu: [arm64] 458 - os: [darwin] 459 - 460 440 '@img/sharp-libvips-darwin-arm64@1.2.4': 461 441 resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} 462 442 cpu: [arm64] 463 443 os: [darwin] 464 444 465 - '@img/sharp-libvips-darwin-x64@1.0.4': 466 - resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 467 - cpu: [x64] 468 - os: [darwin] 469 - 470 445 '@img/sharp-libvips-darwin-x64@1.2.4': 471 446 resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} 472 447 cpu: [x64] 473 448 os: [darwin] 474 449 475 - '@img/sharp-libvips-linux-arm64@1.0.4': 476 - resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 477 - cpu: [arm64] 478 - os: [linux] 479 - 480 450 '@img/sharp-libvips-linux-arm64@1.2.4': 481 451 resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 482 452 cpu: [arm64] 483 453 os: [linux] 484 454 485 - '@img/sharp-libvips-linux-arm@1.0.5': 486 - resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 487 - cpu: [arm] 488 - os: [linux] 489 - 490 455 '@img/sharp-libvips-linux-arm@1.2.4': 491 456 resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} 492 457 cpu: [arm] ··· 500 465 '@img/sharp-libvips-linux-riscv64@1.2.4': 501 466 resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==} 502 467 cpu: [riscv64] 503 - os: [linux] 504 - 505 - '@img/sharp-libvips-linux-s390x@1.0.4': 506 - resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 507 - cpu: [s390x] 508 468 os: [linux] 509 469 510 470 '@img/sharp-libvips-linux-s390x@1.2.4': ··· 512 472 cpu: [s390x] 513 473 os: [linux] 514 474 515 - '@img/sharp-libvips-linux-x64@1.0.4': 516 - resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 517 - cpu: [x64] 518 - os: [linux] 519 - 520 475 '@img/sharp-libvips-linux-x64@1.2.4': 521 476 resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 522 477 cpu: [x64] 523 478 os: [linux] 524 479 525 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 526 - resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 527 - cpu: [arm64] 528 - os: [linux] 529 - 530 480 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 531 481 resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==} 532 482 cpu: [arm64] 533 483 os: [linux] 534 484 535 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 536 - resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 537 - cpu: [x64] 538 - os: [linux] 539 - 540 485 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 541 486 resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 542 487 cpu: [x64] 543 488 os: [linux] 544 489 545 - '@img/sharp-linux-arm64@0.33.5': 546 - resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 547 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 548 - cpu: [arm64] 549 - os: [linux] 550 - 551 490 '@img/sharp-linux-arm64@0.34.5': 552 491 resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 553 492 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 554 493 cpu: [arm64] 555 - os: [linux] 556 - 557 - '@img/sharp-linux-arm@0.33.5': 558 - resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 559 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 560 - cpu: [arm] 561 494 os: [linux] 562 495 563 496 '@img/sharp-linux-arm@0.34.5': ··· 578 511 cpu: [riscv64] 579 512 os: [linux] 580 513 581 - '@img/sharp-linux-s390x@0.33.5': 582 - resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 583 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 584 - cpu: [s390x] 585 - os: [linux] 586 - 587 514 '@img/sharp-linux-s390x@0.34.5': 588 515 resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} 589 516 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 590 517 cpu: [s390x] 591 518 os: [linux] 592 519 593 - '@img/sharp-linux-x64@0.33.5': 594 - resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 595 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 596 - cpu: [x64] 597 - os: [linux] 598 - 599 520 '@img/sharp-linux-x64@0.34.5': 600 521 resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 601 522 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 602 523 cpu: [x64] 603 524 os: [linux] 604 525 605 - '@img/sharp-linuxmusl-arm64@0.33.5': 606 - resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 607 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 608 - cpu: [arm64] 609 - os: [linux] 610 - 611 526 '@img/sharp-linuxmusl-arm64@0.34.5': 612 527 resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 613 528 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 614 529 cpu: [arm64] 615 530 os: [linux] 616 531 617 - '@img/sharp-linuxmusl-x64@0.33.5': 618 - resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 619 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 620 - cpu: [x64] 621 - os: [linux] 622 - 623 532 '@img/sharp-linuxmusl-x64@0.34.5': 624 533 resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 625 534 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 626 535 cpu: [x64] 627 536 os: [linux] 628 537 629 - '@img/sharp-wasm32@0.33.5': 630 - resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 631 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 632 - cpu: [wasm32] 633 - 634 538 '@img/sharp-wasm32@0.34.5': 635 539 resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} 636 540 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 642 546 cpu: [arm64] 643 547 os: [win32] 644 548 645 - '@img/sharp-win32-ia32@0.33.5': 646 - resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 647 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 648 - cpu: [ia32] 649 - os: [win32] 650 - 651 549 '@img/sharp-win32-ia32@0.34.5': 652 550 resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 653 551 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 654 552 cpu: [ia32] 655 553 os: [win32] 656 554 657 - '@img/sharp-win32-x64@0.33.5': 658 - resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 659 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 660 - cpu: [x64] 661 - os: [win32] 662 - 663 555 '@img/sharp-win32-x64@0.34.5': 664 556 resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==} 665 557 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 915 807 svelte: 916 808 optional: true 917 809 918 - '@trueberryless-org/starlight-plugins-docs-components@0.4.2': 919 - resolution: {integrity: sha512-21+ohQXAcOgkWfaoVTN69LZVP4gqjcBFd9/lVfGKjL2rpPi45lvdg+mUb3PX9tFA6M/Rdk6JFOajGSQ/7Pws9Q==} 810 + '@trueberryless-org/starlight-plugins-docs-components@0.4.3': 811 + resolution: {integrity: sha512-CA7oZiy67p1/IWucjueyftbT+eo/Q+TWU7/6+v5c31aGZBIkYVsqCj0OKnpzO6n6T05ZuP8RdCudatplVTJvHA==} 920 812 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 921 813 peerDependencies: 922 814 '@astrojs/starlight': '>=0.32' ··· 996 888 ansi-colors@4.1.3: 997 889 resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} 998 890 engines: {node: '>=6'} 891 + 892 + ansi-escapes@7.2.0: 893 + resolution: {integrity: sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==} 894 + engines: {node: '>=18'} 999 895 1000 896 ansi-regex@5.0.1: 1001 897 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} ··· 1146 1042 collapse-white-space@2.1.0: 1147 1043 resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} 1148 1044 1149 - color-convert@2.0.1: 1150 - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 1151 - engines: {node: '>=7.0.0'} 1152 - 1153 - color-name@1.1.4: 1154 - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 1155 - 1156 - color-string@1.9.1: 1157 - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} 1158 - 1159 - color@4.2.3: 1160 - resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 1161 - engines: {node: '>=12.5.0'} 1162 - 1163 1045 comma-separated-tokens@2.0.3: 1164 1046 resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} 1165 1047 ··· 1258 1140 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 1259 1141 engines: {node: '>=8'} 1260 1142 1261 - detect-libc@2.0.3: 1262 - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 1263 - engines: {node: '>=8'} 1264 - 1265 1143 detect-libc@2.1.2: 1266 1144 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1267 1145 engines: {node: '>=8'} ··· 1332 1210 resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} 1333 1211 engines: {node: '>=0.12'} 1334 1212 1213 + environment@1.1.0: 1214 + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} 1215 + engines: {node: '>=18'} 1216 + 1335 1217 es-module-lexer@1.7.0: 1336 1218 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 1337 1219 ··· 1483 1365 h3@1.15.4: 1484 1366 resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 1485 1367 1368 + has-flag@5.0.1: 1369 + resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} 1370 + engines: {node: '>=12'} 1371 + 1486 1372 hast-util-embedded@3.0.0: 1487 1373 resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} 1488 1374 ··· 1607 1493 1608 1494 is-alphanumerical@2.0.1: 1609 1495 resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 1610 - 1611 - is-arrayish@0.3.2: 1612 - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1613 1496 1614 1497 is-decimal@2.0.1: 1615 1498 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} ··· 2091 1974 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 2092 1975 engines: {node: '>=8.6'} 2093 1976 2094 - picomatch@4.0.2: 2095 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2096 - engines: {node: '>=12'} 2097 - 2098 1977 picomatch@4.0.3: 2099 1978 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 2100 1979 engines: {node: '>=12'} ··· 2291 2170 engines: {node: '>=10'} 2292 2171 hasBin: true 2293 2172 2294 - sharp@0.33.5: 2295 - resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 2296 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2297 - 2298 2173 sharp@0.34.5: 2299 2174 resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} 2300 2175 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 2316 2191 signal-exit@4.1.0: 2317 2192 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2318 2193 engines: {node: '>=14'} 2319 - 2320 - simple-swizzle@0.2.2: 2321 - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} 2322 2194 2323 2195 sisteransi@1.0.5: 2324 2196 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} ··· 2362 2234 sprintf-js@1.0.3: 2363 2235 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2364 2236 2365 - starlight-contributor-list@0.3.0: 2366 - resolution: {integrity: sha512-mkSQKRQGe0jSRWvXSo1TPvtwhCyRESLXIcnw+ruCKVql0gdguB9hfEuz8LlBtmvK3GfZLmwyH8XML1o2trRweg==} 2237 + starlight-contributor-list@0.3.1: 2238 + resolution: {integrity: sha512-8F3BcnqeCgvI/OcagJCBsp71/XU9/zDiuSmsgAkWrRTxql0H2bG9Z9VXvmwzB/569QVlAsOwK7StAxDxqG6Myw==} 2367 2239 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2368 2240 peerDependencies: 2369 2241 '@astrojs/starlight': '>=0.30' 2370 2242 2371 - starlight-links-validator@0.14.3: 2372 - resolution: {integrity: sha512-2CvQs0ZdIVExrEQ1bn0r2aFx4n+VSOb6vDWK+gTNb5N1c+nXJ7VjUbEsQhj+9Lb7XgY6Nxqz9JXUM9364hJ3ZA==} 2243 + starlight-links-validator@0.19.1: 2244 + resolution: {integrity: sha512-Ermpe7zJG5uRJUqIWflX4VNLozOBX2/N4XvHvyaPQcHsfdN7y81qEd3n56PYdVb3Tj4/6ZFFSfAtiCe78XtBVw==} 2373 2245 engines: {node: '>=18.17.1'} 2374 2246 peerDependencies: 2375 - '@astrojs/starlight': '>=0.15.0' 2247 + '@astrojs/starlight': '>=0.32.0' 2376 2248 2377 2249 starlight-package-managers@0.8.1: 2378 2250 resolution: {integrity: sha512-a+zGIOdbN7B4T/VaszuvW8585Aau4LSU8HlVCmBCJJwxkrGAUC9lRya4y0md5tOAFyW/gfhUNJZM8qqyMNTe7Q==} ··· 2427 2299 suf-log@2.5.3: 2428 2300 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} 2429 2301 2302 + supports-color@10.2.2: 2303 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 2304 + engines: {node: '>=18'} 2305 + 2306 + supports-hyperlinks@4.3.0: 2307 + resolution: {integrity: sha512-i6sWEzuwadSlcr2mOnb0ktlIl+K5FVxsPXmoPfknDd2gyw4ZBIAZ5coc0NQzYqDdEYXMHy8NaY9rWwa1Q1myiQ==} 2308 + engines: {node: '>=20'} 2309 + 2430 2310 svgo@4.0.0: 2431 2311 resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==} 2432 2312 engines: {node: '>=16'} ··· 2436 2316 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 2437 2317 engines: {node: '>=8'} 2438 2318 2319 + terminal-link@5.0.0: 2320 + resolution: {integrity: sha512-qFAy10MTMwjzjU8U16YS4YoZD+NQLHzLssFMNqgravjbvIPNiqkGFR4yjhJfmY9R5OFU7+yHxc6y+uGHkKwLRA==} 2321 + engines: {node: '>=20'} 2322 + 2439 2323 tiny-inflate@1.0.3: 2440 2324 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 2441 2325 ··· 2737 2621 2738 2622 '@11ty/eleventy-fetch@4.0.1': 2739 2623 dependencies: 2740 - debug: 4.4.0 2624 + debug: 4.4.3 2741 2625 flat-cache: 3.2.0 2742 2626 node-fetch: 2.7.0 2743 2627 p-queue: 6.6.2 ··· 3124 3008 3125 3009 '@ctrl/tinycolor@4.1.0': {} 3126 3010 3127 - '@emnapi/runtime@1.4.0': 3128 - dependencies: 3129 - tslib: 2.8.1 3130 - optional: true 3131 - 3132 3011 '@emnapi/runtime@1.7.1': 3133 3012 dependencies: 3134 3013 tslib: 2.8.1 ··· 3234 3113 dependencies: 3235 3114 '@expressive-code/core': 0.41.3 3236 3115 3237 - '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))': 3116 + '@hideoo/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))': 3238 3117 dependencies: 3239 3118 '@astrojs/starlight': 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 3240 3119 starlight-package-managers: 0.8.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))) ··· 3242 3121 transitivePeerDependencies: 3243 3122 - astro 3244 3123 3245 - '@img/colour@1.0.0': 3246 - optional: true 3247 - 3248 - '@img/sharp-darwin-arm64@0.33.5': 3249 - optionalDependencies: 3250 - '@img/sharp-libvips-darwin-arm64': 1.0.4 3251 - optional: true 3124 + '@img/colour@1.0.0': {} 3252 3125 3253 3126 '@img/sharp-darwin-arm64@0.34.5': 3254 3127 optionalDependencies: 3255 3128 '@img/sharp-libvips-darwin-arm64': 1.2.4 3256 - optional: true 3257 - 3258 - '@img/sharp-darwin-x64@0.33.5': 3259 - optionalDependencies: 3260 - '@img/sharp-libvips-darwin-x64': 1.0.4 3261 3129 optional: true 3262 3130 3263 3131 '@img/sharp-darwin-x64@0.34.5': ··· 3265 3133 '@img/sharp-libvips-darwin-x64': 1.2.4 3266 3134 optional: true 3267 3135 3268 - '@img/sharp-libvips-darwin-arm64@1.0.4': 3269 - optional: true 3270 - 3271 3136 '@img/sharp-libvips-darwin-arm64@1.2.4': 3272 - optional: true 3273 - 3274 - '@img/sharp-libvips-darwin-x64@1.0.4': 3275 3137 optional: true 3276 3138 3277 3139 '@img/sharp-libvips-darwin-x64@1.2.4': 3278 3140 optional: true 3279 3141 3280 - '@img/sharp-libvips-linux-arm64@1.0.4': 3281 - optional: true 3282 - 3283 3142 '@img/sharp-libvips-linux-arm64@1.2.4': 3284 - optional: true 3285 - 3286 - '@img/sharp-libvips-linux-arm@1.0.5': 3287 3143 optional: true 3288 3144 3289 3145 '@img/sharp-libvips-linux-arm@1.2.4': ··· 3295 3151 '@img/sharp-libvips-linux-riscv64@1.2.4': 3296 3152 optional: true 3297 3153 3298 - '@img/sharp-libvips-linux-s390x@1.0.4': 3299 - optional: true 3300 - 3301 3154 '@img/sharp-libvips-linux-s390x@1.2.4': 3302 - optional: true 3303 - 3304 - '@img/sharp-libvips-linux-x64@1.0.4': 3305 3155 optional: true 3306 3156 3307 3157 '@img/sharp-libvips-linux-x64@1.2.4': 3308 3158 optional: true 3309 3159 3310 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 3311 - optional: true 3312 - 3313 3160 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 3314 - optional: true 3315 - 3316 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 3317 3161 optional: true 3318 3162 3319 3163 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 3320 3164 optional: true 3321 3165 3322 - '@img/sharp-linux-arm64@0.33.5': 3323 - optionalDependencies: 3324 - '@img/sharp-libvips-linux-arm64': 1.0.4 3325 - optional: true 3326 - 3327 3166 '@img/sharp-linux-arm64@0.34.5': 3328 3167 optionalDependencies: 3329 3168 '@img/sharp-libvips-linux-arm64': 1.2.4 3330 - optional: true 3331 - 3332 - '@img/sharp-linux-arm@0.33.5': 3333 - optionalDependencies: 3334 - '@img/sharp-libvips-linux-arm': 1.0.5 3335 3169 optional: true 3336 3170 3337 3171 '@img/sharp-linux-arm@0.34.5': ··· 3349 3183 '@img/sharp-libvips-linux-riscv64': 1.2.4 3350 3184 optional: true 3351 3185 3352 - '@img/sharp-linux-s390x@0.33.5': 3353 - optionalDependencies: 3354 - '@img/sharp-libvips-linux-s390x': 1.0.4 3355 - optional: true 3356 - 3357 3186 '@img/sharp-linux-s390x@0.34.5': 3358 3187 optionalDependencies: 3359 3188 '@img/sharp-libvips-linux-s390x': 1.2.4 3360 3189 optional: true 3361 3190 3362 - '@img/sharp-linux-x64@0.33.5': 3363 - optionalDependencies: 3364 - '@img/sharp-libvips-linux-x64': 1.0.4 3365 - optional: true 3366 - 3367 3191 '@img/sharp-linux-x64@0.34.5': 3368 3192 optionalDependencies: 3369 3193 '@img/sharp-libvips-linux-x64': 1.2.4 3370 3194 optional: true 3371 3195 3372 - '@img/sharp-linuxmusl-arm64@0.33.5': 3373 - optionalDependencies: 3374 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 3375 - optional: true 3376 - 3377 3196 '@img/sharp-linuxmusl-arm64@0.34.5': 3378 3197 optionalDependencies: 3379 3198 '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 3380 - optional: true 3381 - 3382 - '@img/sharp-linuxmusl-x64@0.33.5': 3383 - optionalDependencies: 3384 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 3385 3199 optional: true 3386 3200 3387 3201 '@img/sharp-linuxmusl-x64@0.34.5': 3388 3202 optionalDependencies: 3389 3203 '@img/sharp-libvips-linuxmusl-x64': 1.2.4 3390 - optional: true 3391 - 3392 - '@img/sharp-wasm32@0.33.5': 3393 - dependencies: 3394 - '@emnapi/runtime': 1.4.0 3395 3204 optional: true 3396 3205 3397 3206 '@img/sharp-wasm32@0.34.5': ··· 3402 3211 '@img/sharp-win32-arm64@0.34.5': 3403 3212 optional: true 3404 3213 3405 - '@img/sharp-win32-ia32@0.33.5': 3406 - optional: true 3407 - 3408 3214 '@img/sharp-win32-ia32@0.34.5': 3409 - optional: true 3410 - 3411 - '@img/sharp-win32-x64@0.33.5': 3412 3215 optional: true 3413 3216 3414 3217 '@img/sharp-win32-x64@0.34.5': ··· 3663 3466 transitivePeerDependencies: 3664 3467 - supports-color 3665 3468 3666 - '@trueberryless-org/starlight-plugins-docs-components@0.4.2(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))': 3469 + '@trueberryless-org/starlight-plugins-docs-components@0.4.3(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))': 3667 3470 dependencies: 3668 3471 '@astrojs/starlight': 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 3669 - '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 3472 + '@hideoo/starlight-plugins-docs-components': 0.4.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 3670 3473 change-case: 5.4.4 3671 3474 starlight-showcases: 0.2.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)))(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 3672 3475 transitivePeerDependencies: ··· 3742 3545 3743 3546 ansi-colors@4.1.3: {} 3744 3547 3548 + ansi-escapes@7.2.0: 3549 + dependencies: 3550 + environment: 1.1.0 3551 + 3745 3552 ansi-regex@5.0.1: {} 3746 3553 3747 3554 ansi-regex@6.1.0: {} ··· 3958 3765 3959 3766 collapse-white-space@2.1.0: {} 3960 3767 3961 - color-convert@2.0.1: 3962 - dependencies: 3963 - color-name: 1.1.4 3964 - 3965 - color-name@1.1.4: {} 3966 - 3967 - color-string@1.9.1: 3968 - dependencies: 3969 - color-name: 1.1.4 3970 - simple-swizzle: 0.2.2 3971 - 3972 - color@4.2.3: 3973 - dependencies: 3974 - color-convert: 2.0.1 3975 - color-string: 1.9.1 3976 - 3977 3768 comma-separated-tokens@2.0.3: {} 3978 3769 3979 3770 commander@11.1.0: {} ··· 4050 3841 4051 3842 detect-indent@6.1.0: {} 4052 3843 4053 - detect-libc@2.0.3: {} 4054 - 4055 - detect-libc@2.1.2: 4056 - optional: true 3844 + detect-libc@2.1.2: {} 4057 3845 4058 3846 deterministic-object-hash@2.0.2: 4059 3847 dependencies: ··· 4112 3900 4113 3901 entities@4.5.0: {} 4114 3902 3903 + environment@1.1.0: {} 3904 + 4115 3905 es-module-lexer@1.7.0: {} 4116 3906 4117 3907 esast-util-from-estree@2.0.0: ··· 4322 4112 radix3: 1.1.2 4323 4113 ufo: 1.6.1 4324 4114 uncrypto: 0.1.3 4115 + 4116 + has-flag@5.0.1: {} 4325 4117 4326 4118 hast-util-embedded@3.0.0: 4327 4119 dependencies: ··· 4572 4364 dependencies: 4573 4365 is-alphabetical: 2.0.1 4574 4366 is-decimal: 2.0.1 4575 - 4576 - is-arrayish@0.3.2: {} 4577 4367 4578 4368 is-decimal@2.0.1: {} 4579 4369 ··· 5128 4918 micromark@4.0.0: 5129 4919 dependencies: 5130 4920 '@types/debug': 4.1.12 5131 - debug: 4.4.0 4921 + debug: 4.4.3 5132 4922 decode-named-character-reference: 1.0.2 5133 4923 devlop: 1.1.0 5134 4924 micromark-core-commonmark: 2.0.1 ··· 5311 5101 picocolors@1.1.1: {} 5312 5102 5313 5103 picomatch@2.3.1: {} 5314 - 5315 - picomatch@4.0.2: {} 5316 5104 5317 5105 picomatch@4.0.3: {} 5318 5106 ··· 5598 5386 5599 5387 semver@7.7.3: {} 5600 5388 5601 - sharp@0.33.5: 5602 - dependencies: 5603 - color: 4.2.3 5604 - detect-libc: 2.0.3 5605 - semver: 7.7.1 5606 - optionalDependencies: 5607 - '@img/sharp-darwin-arm64': 0.33.5 5608 - '@img/sharp-darwin-x64': 0.33.5 5609 - '@img/sharp-libvips-darwin-arm64': 1.0.4 5610 - '@img/sharp-libvips-darwin-x64': 1.0.4 5611 - '@img/sharp-libvips-linux-arm': 1.0.5 5612 - '@img/sharp-libvips-linux-arm64': 1.0.4 5613 - '@img/sharp-libvips-linux-s390x': 1.0.4 5614 - '@img/sharp-libvips-linux-x64': 1.0.4 5615 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 5616 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 5617 - '@img/sharp-linux-arm': 0.33.5 5618 - '@img/sharp-linux-arm64': 0.33.5 5619 - '@img/sharp-linux-s390x': 0.33.5 5620 - '@img/sharp-linux-x64': 0.33.5 5621 - '@img/sharp-linuxmusl-arm64': 0.33.5 5622 - '@img/sharp-linuxmusl-x64': 0.33.5 5623 - '@img/sharp-wasm32': 0.33.5 5624 - '@img/sharp-win32-ia32': 0.33.5 5625 - '@img/sharp-win32-x64': 0.33.5 5626 - 5627 5389 sharp@0.34.5: 5628 5390 dependencies: 5629 5391 '@img/colour': 1.0.0 ··· 5654 5416 '@img/sharp-win32-arm64': 0.34.5 5655 5417 '@img/sharp-win32-ia32': 0.34.5 5656 5418 '@img/sharp-win32-x64': 0.34.5 5657 - optional: true 5658 5419 5659 5420 shebang-command@2.0.0: 5660 5421 dependencies: ··· 5686 5447 5687 5448 signal-exit@4.1.0: {} 5688 5449 5689 - simple-swizzle@0.2.2: 5690 - dependencies: 5691 - is-arrayish: 0.3.2 5692 - 5693 5450 sisteransi@1.0.5: {} 5694 5451 5695 5452 sitemap@8.0.0: ··· 5720 5477 5721 5478 sprintf-js@1.0.3: {} 5722 5479 5723 - starlight-contributor-list@0.3.0(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))): 5480 + starlight-contributor-list@0.3.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))): 5724 5481 dependencies: 5725 5482 '@11ty/eleventy-fetch': 4.0.1 5726 5483 '@astrojs/starlight': 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) ··· 5728 5485 - encoding 5729 5486 - supports-color 5730 5487 5731 - starlight-links-validator@0.14.3(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))): 5488 + starlight-links-validator@0.19.1(@astrojs/starlight@0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3))): 5732 5489 dependencies: 5733 5490 '@astrojs/starlight': 0.36.2(astro@5.16.0(jiti@2.4.2)(rollup@4.37.0)(typescript@5.6.3)) 5734 5491 '@types/picomatch': 3.0.2 ··· 5739 5496 kleur: 4.1.5 5740 5497 mdast-util-mdx-jsx: 3.2.0 5741 5498 mdast-util-to-string: 4.0.0 5742 - picomatch: 4.0.2 5499 + picomatch: 4.0.3 5500 + terminal-link: 5.0.0 5743 5501 unist-util-visit: 5.0.0 5744 5502 transitivePeerDependencies: 5745 5503 - supports-color ··· 5805 5563 dependencies: 5806 5564 s.color: 0.0.15 5807 5565 5566 + supports-color@10.2.2: {} 5567 + 5568 + supports-hyperlinks@4.3.0: 5569 + dependencies: 5570 + has-flag: 5.0.1 5571 + supports-color: 10.2.2 5572 + 5808 5573 svgo@4.0.0: 5809 5574 dependencies: 5810 5575 commander: 11.1.0 ··· 5816 5581 sax: 1.4.1 5817 5582 5818 5583 term-size@2.2.1: {} 5584 + 5585 + terminal-link@5.0.0: 5586 + dependencies: 5587 + ansi-escapes: 7.2.0 5588 + supports-hyperlinks: 4.3.0 5819 5589 5820 5590 tiny-inflate@1.0.3: {} 5821 5591