Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

Add nix shell

+272 -218
+27
flake.lock
··· 1 + { 2 + "nodes": { 3 + "nixpkgs": { 4 + "locked": { 5 + "lastModified": 1742669843, 6 + "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=", 7 + "owner": "nixos", 8 + "repo": "nixpkgs", 9 + "rev": "1e5b653dff12029333a6546c11e108ede13052eb", 10 + "type": "github" 11 + }, 12 + "original": { 13 + "owner": "nixos", 14 + "ref": "nixos-unstable", 15 + "repo": "nixpkgs", 16 + "type": "github" 17 + } 18 + }, 19 + "root": { 20 + "inputs": { 21 + "nixpkgs": "nixpkgs" 22 + } 23 + } 24 + }, 25 + "root": "root", 26 + "version": 7 27 + }
+17
flake.nix
··· 1 + { 2 + description = "A very basic flake"; 3 + 4 + inputs = { 5 + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 6 + }; 7 + 8 + outputs = { self, nixpkgs }: 9 + let 10 + pkgs = nixpkgs.legacyPackages."x86_64-linux"; 11 + in 12 + { 13 + 14 + devShells."x86_64-linux".default = pkgs.callPackage ./shell.nix { inherit pkgs; }; 15 + 16 + }; 17 + }
+3 -3
package.json
··· 12 12 "@astrojs/check": "^0.9.4", 13 13 "@astrojs/mdx": "^4.2.1", 14 14 "@astrojs/node": "^9.1.3", 15 - "@astrojs/preact": "^4.0.5", 15 + "@astrojs/preact": "^4.0.6", 16 16 "@astrojs/rss": "^4.0.11", 17 17 "@astrojs/tailwind": "^5.1.5", 18 - "astro": "^5.5.3", 18 + "astro": "^5.5.4", 19 19 "astro-icon": "^1.1.5", 20 20 "dayjs": "^1.11.13", 21 21 "preact": "^10.26.4", ··· 28 28 "@iconify-json/meteor-icons": "^1.2.1", 29 29 "@iconify-json/tabler": "^1.2.17", 30 30 "@tailwindcss/typography": "^0.5.16", 31 - "vite": "^6.2.2" 31 + "vite": "^6.2.3" 32 32 } 33 33 }
+214 -215
pnpm-lock.yaml
··· 13 13 version: 0.9.4(typescript@5.8.2) 14 14 '@astrojs/mdx': 15 15 specifier: ^4.2.1 16 - version: 4.2.1(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0)) 16 + version: 4.2.1(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0)) 17 17 '@astrojs/node': 18 18 specifier: ^9.1.3 19 - version: 9.1.3(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0)) 19 + version: 9.1.3(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0)) 20 20 '@astrojs/preact': 21 - specifier: ^4.0.5 22 - version: 4.0.5(@babel/core@7.26.10)(@types/node@22.13.10)(jiti@2.4.2)(preact@10.26.4)(yaml@2.7.0) 21 + specifier: ^4.0.6 22 + version: 4.0.6(@babel/core@7.26.10)(@types/node@22.13.13)(jiti@2.4.2)(preact@10.26.4)(yaml@2.7.0) 23 23 '@astrojs/rss': 24 24 specifier: ^4.0.11 25 25 version: 4.0.11 26 26 '@astrojs/tailwind': 27 27 specifier: ^5.1.5 28 - version: 5.1.5(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0))(tailwindcss@3.4.17) 28 + version: 5.1.5(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0))(tailwindcss@3.4.17) 29 29 astro: 30 - specifier: ^5.5.3 31 - version: 5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0) 30 + specifier: ^5.5.4 31 + version: 5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0) 32 32 astro-icon: 33 33 specifier: ^1.1.5 34 34 version: 1.1.5 ··· 61 61 specifier: ^0.5.16 62 62 version: 0.5.16(tailwindcss@3.4.17) 63 63 vite: 64 - specifier: ^6.2.2 65 - version: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 64 + specifier: ^6.2.3 65 + version: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 66 66 67 67 packages: 68 68 ··· 118 118 peerDependencies: 119 119 astro: ^5.3.0 120 120 121 - '@astrojs/preact@4.0.5': 122 - resolution: {integrity: sha512-kcN2mpDWTaZFK9JgWLdG+RHZgPoyswAH3sdme1Hw5jPgHEhCYbfWyEmTkYwSmV9o7k2nx5cRVlVvloFPE8OPeA==} 121 + '@astrojs/preact@4.0.6': 122 + resolution: {integrity: sha512-SmfQU2cuEqWBHFf/X0rwHK1MKbrzuOBDg3Es02p7iXNLE0iysXVin5wNiFh/+EDxk0jcLN3zPggK7a14wVnBjA==} 123 123 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 124 124 peerDependencies: 125 125 preact: ^10.6.5 ··· 618 618 rollup: 619 619 optional: true 620 620 621 - '@rollup/rollup-android-arm-eabi@4.36.0': 622 - resolution: {integrity: sha512-jgrXjjcEwN6XpZXL0HUeOVGfjXhPyxAbbhD0BlXUB+abTOpbPiN5Wb3kOT7yb+uEtATNYF5x5gIfwutmuBA26w==} 621 + '@rollup/rollup-android-arm-eabi@4.37.0': 622 + resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==} 623 623 cpu: [arm] 624 624 os: [android] 625 625 626 - '@rollup/rollup-android-arm64@4.36.0': 627 - resolution: {integrity: sha512-NyfuLvdPdNUfUNeYKUwPwKsE5SXa2J6bCt2LdB/N+AxShnkpiczi3tcLJrm5mA+eqpy0HmaIY9F6XCa32N5yzg==} 626 + '@rollup/rollup-android-arm64@4.37.0': 627 + resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} 628 628 cpu: [arm64] 629 629 os: [android] 630 630 631 - '@rollup/rollup-darwin-arm64@4.36.0': 632 - resolution: {integrity: sha512-JQ1Jk5G4bGrD4pWJQzWsD8I1n1mgPXq33+/vP4sk8j/z/C2siRuxZtaUA7yMTf71TCZTZl/4e1bfzwUmFb3+rw==} 631 + '@rollup/rollup-darwin-arm64@4.37.0': 632 + resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} 633 633 cpu: [arm64] 634 634 os: [darwin] 635 635 636 - '@rollup/rollup-darwin-x64@4.36.0': 637 - resolution: {integrity: sha512-6c6wMZa1lrtiRsbDziCmjE53YbTkxMYhhnWnSW8R/yqsM7a6mSJ3uAVT0t8Y/DGt7gxUWYuFM4bwWk9XCJrFKA==} 636 + '@rollup/rollup-darwin-x64@4.37.0': 637 + resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} 638 638 cpu: [x64] 639 639 os: [darwin] 640 640 641 - '@rollup/rollup-freebsd-arm64@4.36.0': 642 - resolution: {integrity: sha512-KXVsijKeJXOl8QzXTsA+sHVDsFOmMCdBRgFmBb+mfEb/7geR7+C8ypAml4fquUt14ZyVXaw2o1FWhqAfOvA4sg==} 641 + '@rollup/rollup-freebsd-arm64@4.37.0': 642 + resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} 643 643 cpu: [arm64] 644 644 os: [freebsd] 645 645 646 - '@rollup/rollup-freebsd-x64@4.36.0': 647 - resolution: {integrity: sha512-dVeWq1ebbvByI+ndz4IJcD4a09RJgRYmLccwlQ8bPd4olz3Y213uf1iwvc7ZaxNn2ab7bjc08PrtBgMu6nb4pQ==} 646 + '@rollup/rollup-freebsd-x64@4.37.0': 647 + resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} 648 648 cpu: [x64] 649 649 os: [freebsd] 650 650 651 - '@rollup/rollup-linux-arm-gnueabihf@4.36.0': 652 - resolution: {integrity: sha512-bvXVU42mOVcF4le6XSjscdXjqx8okv4n5vmwgzcmtvFdifQ5U4dXFYaCB87namDRKlUL9ybVtLQ9ztnawaSzvg==} 651 + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': 652 + resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} 653 653 cpu: [arm] 654 654 os: [linux] 655 655 656 - '@rollup/rollup-linux-arm-musleabihf@4.36.0': 657 - resolution: {integrity: sha512-JFIQrDJYrxOnyDQGYkqnNBtjDwTgbasdbUiQvcU8JmGDfValfH1lNpng+4FWlhaVIR4KPkeddYjsVVbmJYvDcg==} 656 + '@rollup/rollup-linux-arm-musleabihf@4.37.0': 657 + resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} 658 658 cpu: [arm] 659 659 os: [linux] 660 660 661 - '@rollup/rollup-linux-arm64-gnu@4.36.0': 662 - resolution: {integrity: sha512-KqjYVh3oM1bj//5X7k79PSCZ6CvaVzb7Qs7VMWS+SlWB5M8p3FqufLP9VNp4CazJ0CsPDLwVD9r3vX7Ci4J56A==} 661 + '@rollup/rollup-linux-arm64-gnu@4.37.0': 662 + resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} 663 663 cpu: [arm64] 664 664 os: [linux] 665 665 666 - '@rollup/rollup-linux-arm64-musl@4.36.0': 667 - resolution: {integrity: sha512-QiGnhScND+mAAtfHqeT+cB1S9yFnNQ/EwCg5yE3MzoaZZnIV0RV9O5alJAoJKX/sBONVKeZdMfO8QSaWEygMhw==} 666 + '@rollup/rollup-linux-arm64-musl@4.37.0': 667 + resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} 668 668 cpu: [arm64] 669 669 os: [linux] 670 670 671 - '@rollup/rollup-linux-loongarch64-gnu@4.36.0': 672 - resolution: {integrity: sha512-1ZPyEDWF8phd4FQtTzMh8FQwqzvIjLsl6/84gzUxnMNFBtExBtpL51H67mV9xipuxl1AEAerRBgBwFNpkw8+Lg==} 671 + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': 672 + resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} 673 673 cpu: [loong64] 674 674 os: [linux] 675 675 676 - '@rollup/rollup-linux-powerpc64le-gnu@4.36.0': 677 - resolution: {integrity: sha512-VMPMEIUpPFKpPI9GZMhJrtu8rxnp6mJR3ZzQPykq4xc2GmdHj3Q4cA+7avMyegXy4n1v+Qynr9fR88BmyO74tg==} 676 + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': 677 + resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} 678 678 cpu: [ppc64] 679 679 os: [linux] 680 680 681 - '@rollup/rollup-linux-riscv64-gnu@4.36.0': 682 - resolution: {integrity: sha512-ttE6ayb/kHwNRJGYLpuAvB7SMtOeQnVXEIpMtAvx3kepFQeowVED0n1K9nAdraHUPJ5hydEMxBpIR7o4nrm8uA==} 681 + '@rollup/rollup-linux-riscv64-gnu@4.37.0': 682 + resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} 683 683 cpu: [riscv64] 684 684 os: [linux] 685 685 686 - '@rollup/rollup-linux-s390x-gnu@4.36.0': 687 - resolution: {integrity: sha512-4a5gf2jpS0AIe7uBjxDeUMNcFmaRTbNv7NxI5xOCs4lhzsVyGR/0qBXduPnoWf6dGC365saTiwag8hP1imTgag==} 686 + '@rollup/rollup-linux-riscv64-musl@4.37.0': 687 + resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==} 688 + cpu: [riscv64] 689 + os: [linux] 690 + 691 + '@rollup/rollup-linux-s390x-gnu@4.37.0': 692 + resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} 688 693 cpu: [s390x] 689 694 os: [linux] 690 695 691 - '@rollup/rollup-linux-x64-gnu@4.36.0': 692 - resolution: {integrity: sha512-5KtoW8UWmwFKQ96aQL3LlRXX16IMwyzMq/jSSVIIyAANiE1doaQsx/KRyhAvpHlPjPiSU/AYX/8m+lQ9VToxFQ==} 696 + '@rollup/rollup-linux-x64-gnu@4.37.0': 697 + resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} 693 698 cpu: [x64] 694 699 os: [linux] 695 700 696 - '@rollup/rollup-linux-x64-musl@4.36.0': 697 - resolution: {integrity: sha512-sycrYZPrv2ag4OCvaN5js+f01eoZ2U+RmT5as8vhxiFz+kxwlHrsxOwKPSA8WyS+Wc6Epid9QeI/IkQ9NkgYyQ==} 701 + '@rollup/rollup-linux-x64-musl@4.37.0': 702 + resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} 698 703 cpu: [x64] 699 704 os: [linux] 700 705 701 - '@rollup/rollup-win32-arm64-msvc@4.36.0': 702 - resolution: {integrity: sha512-qbqt4N7tokFwwSVlWDsjfoHgviS3n/vZ8LK0h1uLG9TYIRuUTJC88E1xb3LM2iqZ/WTqNQjYrtmtGmrmmawB6A==} 706 + '@rollup/rollup-win32-arm64-msvc@4.37.0': 707 + resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} 703 708 cpu: [arm64] 704 709 os: [win32] 705 710 706 - '@rollup/rollup-win32-ia32-msvc@4.36.0': 707 - resolution: {integrity: sha512-t+RY0JuRamIocMuQcfwYSOkmdX9dtkr1PbhKW42AMvaDQa+jOdpUYysroTF/nuPpAaQMWp7ye+ndlmmthieJrQ==} 711 + '@rollup/rollup-win32-ia32-msvc@4.37.0': 712 + resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} 708 713 cpu: [ia32] 709 714 os: [win32] 710 715 711 - '@rollup/rollup-win32-x64-msvc@4.36.0': 712 - resolution: {integrity: sha512-aRXd7tRZkWLqGbChgcMMDEHjOKudo1kChb1Jt1IfR8cY/KIpgNviLeJy5FUb9IpSuQj8dU2fAYNMPW/hLKOSTw==} 716 + '@rollup/rollup-win32-x64-msvc@4.37.0': 717 + resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} 713 718 cpu: [x64] 714 719 os: [win32] 715 720 ··· 743 748 resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} 744 749 engines: {node: '>=10.13.0'} 745 750 746 - '@types/acorn@4.0.6': 747 - resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 748 - 749 - '@types/cookie@0.6.0': 750 - resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 751 - 752 751 '@types/debug@4.1.12': 753 752 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 754 753 ··· 757 756 758 757 '@types/estree@1.0.6': 759 758 resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 759 + 760 + '@types/estree@1.0.7': 761 + resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} 760 762 761 763 '@types/hast@3.0.4': 762 764 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} ··· 773 775 '@types/nlcst@2.0.3': 774 776 resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} 775 777 776 - '@types/node@22.13.10': 777 - resolution: {integrity: sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==} 778 + '@types/node@22.13.13': 779 + resolution: {integrity: sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==} 778 780 779 781 '@types/tar@6.1.13': 780 782 resolution: {integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==} ··· 876 878 astro-icon@1.1.5: 877 879 resolution: {integrity: sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==} 878 880 879 - astro@5.5.3: 880 - resolution: {integrity: sha512-FvqIo5jkunP5R6FkY5vuFYElTOqjnazuiN0x/yf1F+nvedsGDemm5K7mS6RTmFVB291mE9WWn1AbuJsFWEcHgg==} 881 + astro@5.5.4: 882 + resolution: {integrity: sha512-rc9Mj6dIKM9ylTSQ0/S1l5f1iSDNs0PEjRMnvVpZ0W+wfBCu99JEuXy+fiWDNT6gf60bC4dKQehZxZGdSJB9kg==} 881 883 engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 882 884 hasBin: true 883 885 ··· 891 893 peerDependencies: 892 894 postcss: ^8.1.0 893 895 894 - axios@1.8.3: 895 - resolution: {integrity: sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==} 896 + axios@1.8.4: 897 + resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} 896 898 897 899 axobject-query@4.1.0: 898 900 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} ··· 950 952 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} 951 953 engines: {node: '>=16'} 952 954 953 - caniuse-lite@1.0.30001706: 954 - resolution: {integrity: sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==} 955 + caniuse-lite@1.0.30001707: 956 + resolution: {integrity: sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==} 955 957 956 958 ccount@2.0.1: 957 959 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} ··· 1054 1056 cookie-es@1.2.2: 1055 1057 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 1056 1058 1057 - cookie@0.7.2: 1058 - resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} 1059 - engines: {node: '>= 0.6'} 1059 + cookie@1.0.2: 1060 + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 1061 + engines: {node: '>=18'} 1060 1062 1061 1063 cross-spawn@7.0.6: 1062 1064 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} ··· 1177 1179 ee-first@1.1.1: 1178 1180 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 1179 1181 1180 - electron-to-chromium@1.5.120: 1181 - resolution: {integrity: sha512-oTUp3gfX1gZI+xfD2djr2rzQdHCwHzPQrrK0CD7WpTdF0nPdQ/INcRVjWgLdCT4a9W3jFObR9DAfsuyFQnI8CQ==} 1182 + electron-to-chromium@1.5.123: 1183 + resolution: {integrity: sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==} 1182 1184 1183 1185 emmet@2.4.11: 1184 1186 resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==} ··· 1748 1750 micromark-extension-gfm@3.0.0: 1749 1751 resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} 1750 1752 1751 - micromark-extension-mdx-expression@3.0.0: 1752 - resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==} 1753 + micromark-extension-mdx-expression@3.0.1: 1754 + resolution: {integrity: sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==} 1753 1755 1754 - micromark-extension-mdx-jsx@3.0.1: 1755 - resolution: {integrity: sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==} 1756 + micromark-extension-mdx-jsx@3.0.2: 1757 + resolution: {integrity: sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==} 1756 1758 1757 1759 micromark-extension-mdx-md@2.0.0: 1758 1760 resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==} ··· 1769 1771 micromark-factory-label@2.0.1: 1770 1772 resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==} 1771 1773 1772 - micromark-factory-mdx-expression@2.0.2: 1773 - resolution: {integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==} 1774 + micromark-factory-mdx-expression@2.0.3: 1775 + resolution: {integrity: sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==} 1774 1776 1775 1777 micromark-factory-space@2.0.1: 1776 1778 resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==} ··· 1802 1804 micromark-util-encode@2.0.1: 1803 1805 resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} 1804 1806 1805 - micromark-util-events-to-acorn@2.0.2: 1806 - resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==} 1807 + micromark-util-events-to-acorn@2.0.3: 1808 + resolution: {integrity: sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==} 1807 1809 1808 1810 micromark-util-html-tag-name@2.0.1: 1809 1811 resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==} ··· 1886 1888 mz@2.7.0: 1887 1889 resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 1888 1890 1889 - nanoid@3.3.10: 1890 - resolution: {integrity: sha512-vSJJTG+t/dIKAUhUDw/dLdZ9s//5OxcHqLaDWWrW4Cdq7o6tdLIczUkMXt2MBNmk6sJRZBZRXVixs7URY1CmIg==} 1891 + nanoid@3.3.11: 1892 + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 1891 1893 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1892 1894 hasBin: true 1893 1895 ··· 2107 2109 pump@3.0.2: 2108 2110 resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} 2109 2111 2110 - quansync@0.2.8: 2111 - resolution: {integrity: sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==} 2112 + quansync@0.2.10: 2113 + resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==} 2112 2114 2113 2115 queue-microtask@1.2.3: 2114 2116 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} ··· 2221 2223 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 2222 2224 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 2223 2225 2224 - rollup@4.36.0: 2225 - resolution: {integrity: sha512-zwATAXNQxUcd40zgtQG0ZafcRK4g004WtEl7kbuhTWPvf07PsfohXl39jVUvPF7jvNAIkKPQ2XrsDlWuxBd++Q==} 2226 + rollup@4.37.0: 2227 + resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==} 2226 2228 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2227 2229 hasBin: true 2228 2230 ··· 2401 2403 tslib@2.8.1: 2402 2404 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 2403 2405 2404 - type-fest@4.37.0: 2405 - resolution: {integrity: sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==} 2406 + type-fest@4.38.0: 2407 + resolution: {integrity: sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==} 2406 2408 engines: {node: '>=16'} 2407 2409 2408 2410 typesafe-path@0.2.2: ··· 2545 2547 vite-prerender-plugin@0.5.7: 2546 2548 resolution: {integrity: sha512-NSn/lewd0dZn8+mXvv9aXv6Wy7vx2wN5myawZc2YIFcVfrkcqEQVAjsOuWRWprovBHNplWIiPgEoUats8nt8+g==} 2547 2549 2548 - vite@6.2.2: 2549 - resolution: {integrity: sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==} 2550 + vite@6.2.3: 2551 + resolution: {integrity: sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==} 2550 2552 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2551 2553 hasBin: true 2552 2554 peerDependencies: ··· 2775 2777 yauzl@2.10.0: 2776 2778 resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} 2777 2779 2778 - yocto-queue@1.2.0: 2779 - resolution: {integrity: sha512-KHBC7z61OJeaMGnF3wqNZj+GGNXOyypZviiKpQeiHirG5Ib1ImwcLBH70rbMSkKfSmUNBsdf2PwaEJtKvgmkNw==} 2780 + yocto-queue@1.2.1: 2781 + resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} 2780 2782 engines: {node: '>=12.20'} 2781 2783 2782 2784 yocto-spinner@0.2.1: ··· 2787 2789 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2788 2790 engines: {node: '>=18'} 2789 2791 2790 - zod-to-json-schema@3.24.4: 2791 - resolution: {integrity: sha512-0uNlcvgabyrni9Ag8Vghj21drk7+7tp7VTwwR7KxxXXc/3pbXz2PHlDgj3cICahgF1kHm4dExBFj7BXrZJXzig==} 2792 + zod-to-json-schema@3.24.5: 2793 + resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2792 2794 peerDependencies: 2793 2795 zod: ^3.24.1 2794 2796 ··· 2884 2886 transitivePeerDependencies: 2885 2887 - supports-color 2886 2888 2887 - '@astrojs/mdx@4.2.1(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0))': 2889 + '@astrojs/mdx@4.2.1(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0))': 2888 2890 dependencies: 2889 2891 '@astrojs/markdown-remark': 6.3.1 2890 2892 '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 2891 2893 acorn: 8.14.1 2892 - astro: 5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0) 2894 + astro: 5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0) 2893 2895 es-module-lexer: 1.6.0 2894 2896 estree-util-visit: 2.0.0 2895 2897 hast-util-to-html: 9.0.5 ··· 2903 2905 transitivePeerDependencies: 2904 2906 - supports-color 2905 2907 2906 - '@astrojs/node@9.1.3(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0))': 2908 + '@astrojs/node@9.1.3(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0))': 2907 2909 dependencies: 2908 2910 '@astrojs/internal-helpers': 0.6.1 2909 - astro: 5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0) 2911 + astro: 5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0) 2910 2912 send: 1.1.0 2911 2913 server-destroy: 1.0.1 2912 2914 transitivePeerDependencies: 2913 2915 - supports-color 2914 2916 2915 - '@astrojs/preact@4.0.5(@babel/core@7.26.10)(@types/node@22.13.10)(jiti@2.4.2)(preact@10.26.4)(yaml@2.7.0)': 2917 + '@astrojs/preact@4.0.6(@babel/core@7.26.10)(@types/node@22.13.13)(jiti@2.4.2)(preact@10.26.4)(yaml@2.7.0)': 2916 2918 dependencies: 2917 2919 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.10) 2918 2920 '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.10) 2919 - '@preact/preset-vite': 2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0)) 2921 + '@preact/preset-vite': 2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0)) 2920 2922 '@preact/signals': 2.0.1(preact@10.26.4) 2921 2923 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.10) 2922 2924 preact: 10.26.4 2923 2925 preact-render-to-string: 6.5.13(preact@10.26.4) 2924 - vite: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 2926 + vite: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 2925 2927 transitivePeerDependencies: 2926 2928 - '@babel/core' 2927 2929 - '@types/node' ··· 2946 2948 fast-xml-parser: 4.5.3 2947 2949 kleur: 4.1.5 2948 2950 2949 - '@astrojs/tailwind@5.1.5(astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0))(tailwindcss@3.4.17)': 2951 + '@astrojs/tailwind@5.1.5(astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0))(tailwindcss@3.4.17)': 2950 2952 dependencies: 2951 - astro: 5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0) 2953 + astro: 5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0) 2952 2954 autoprefixer: 10.4.21(postcss@8.5.3) 2953 2955 postcss: 8.5.3 2954 2956 postcss-load-config: 4.0.2(postcss@8.5.3) ··· 3219 3221 '@iconify/types': 2.0.0 3220 3222 '@iconify/utils': 2.3.0 3221 3223 '@types/tar': 6.1.13 3222 - axios: 1.8.3 3224 + axios: 1.8.4 3223 3225 cheerio: 1.0.0 3224 3226 domhandler: 5.0.3 3225 3227 extract-zip: 2.0.1 ··· 3349 3351 3350 3352 '@mdx-js/mdx@3.1.0(acorn@8.14.1)': 3351 3353 dependencies: 3352 - '@types/estree': 1.0.6 3354 + '@types/estree': 1.0.7 3353 3355 '@types/estree-jsx': 1.0.5 3354 3356 '@types/hast': 3.0.4 3355 3357 '@types/mdx': 2.0.13 ··· 3394 3396 '@pkgjs/parseargs@0.11.0': 3395 3397 optional: true 3396 3398 3397 - '@preact/preset-vite@2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0))': 3399 + '@preact/preset-vite@2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0))': 3398 3400 dependencies: 3399 3401 '@babel/core': 7.26.10 3400 3402 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.10) 3401 3403 '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.10) 3402 - '@prefresh/vite': 2.4.7(preact@10.26.4)(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0)) 3404 + '@prefresh/vite': 2.4.7(preact@10.26.4)(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0)) 3403 3405 '@rollup/pluginutils': 4.2.1 3404 3406 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.10) 3405 3407 debug: 4.4.0 3406 3408 kolorist: 1.8.0 3407 - vite: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 3409 + vite: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 3408 3410 vite-prerender-plugin: 0.5.7 3409 3411 transitivePeerDependencies: 3410 3412 - preact ··· 3425 3427 3426 3428 '@prefresh/utils@1.2.0': {} 3427 3429 3428 - '@prefresh/vite@2.4.7(preact@10.26.4)(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0))': 3430 + '@prefresh/vite@2.4.7(preact@10.26.4)(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0))': 3429 3431 dependencies: 3430 3432 '@babel/core': 7.26.10 3431 3433 '@prefresh/babel-plugin': 0.5.1 ··· 3433 3435 '@prefresh/utils': 1.2.0 3434 3436 '@rollup/pluginutils': 4.2.1 3435 3437 preact: 10.26.4 3436 - vite: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 3438 + vite: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 3437 3439 transitivePeerDependencies: 3438 3440 - supports-color 3439 3441 ··· 3442 3444 estree-walker: 2.0.2 3443 3445 picomatch: 2.3.1 3444 3446 3445 - '@rollup/pluginutils@5.1.4(rollup@4.36.0)': 3447 + '@rollup/pluginutils@5.1.4(rollup@4.37.0)': 3446 3448 dependencies: 3447 - '@types/estree': 1.0.6 3449 + '@types/estree': 1.0.7 3448 3450 estree-walker: 2.0.2 3449 3451 picomatch: 4.0.2 3450 3452 optionalDependencies: 3451 - rollup: 4.36.0 3453 + rollup: 4.37.0 3452 3454 3453 - '@rollup/rollup-android-arm-eabi@4.36.0': 3455 + '@rollup/rollup-android-arm-eabi@4.37.0': 3454 3456 optional: true 3455 3457 3456 - '@rollup/rollup-android-arm64@4.36.0': 3458 + '@rollup/rollup-android-arm64@4.37.0': 3457 3459 optional: true 3458 3460 3459 - '@rollup/rollup-darwin-arm64@4.36.0': 3461 + '@rollup/rollup-darwin-arm64@4.37.0': 3460 3462 optional: true 3461 3463 3462 - '@rollup/rollup-darwin-x64@4.36.0': 3464 + '@rollup/rollup-darwin-x64@4.37.0': 3463 3465 optional: true 3464 3466 3465 - '@rollup/rollup-freebsd-arm64@4.36.0': 3467 + '@rollup/rollup-freebsd-arm64@4.37.0': 3466 3468 optional: true 3467 3469 3468 - '@rollup/rollup-freebsd-x64@4.36.0': 3470 + '@rollup/rollup-freebsd-x64@4.37.0': 3469 3471 optional: true 3470 3472 3471 - '@rollup/rollup-linux-arm-gnueabihf@4.36.0': 3473 + '@rollup/rollup-linux-arm-gnueabihf@4.37.0': 3472 3474 optional: true 3473 3475 3474 - '@rollup/rollup-linux-arm-musleabihf@4.36.0': 3476 + '@rollup/rollup-linux-arm-musleabihf@4.37.0': 3475 3477 optional: true 3476 3478 3477 - '@rollup/rollup-linux-arm64-gnu@4.36.0': 3479 + '@rollup/rollup-linux-arm64-gnu@4.37.0': 3478 3480 optional: true 3479 3481 3480 - '@rollup/rollup-linux-arm64-musl@4.36.0': 3482 + '@rollup/rollup-linux-arm64-musl@4.37.0': 3481 3483 optional: true 3482 3484 3483 - '@rollup/rollup-linux-loongarch64-gnu@4.36.0': 3485 + '@rollup/rollup-linux-loongarch64-gnu@4.37.0': 3484 3486 optional: true 3485 3487 3486 - '@rollup/rollup-linux-powerpc64le-gnu@4.36.0': 3488 + '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': 3487 3489 optional: true 3488 3490 3489 - '@rollup/rollup-linux-riscv64-gnu@4.36.0': 3491 + '@rollup/rollup-linux-riscv64-gnu@4.37.0': 3490 3492 optional: true 3491 3493 3492 - '@rollup/rollup-linux-s390x-gnu@4.36.0': 3494 + '@rollup/rollup-linux-riscv64-musl@4.37.0': 3493 3495 optional: true 3494 3496 3495 - '@rollup/rollup-linux-x64-gnu@4.36.0': 3497 + '@rollup/rollup-linux-s390x-gnu@4.37.0': 3498 + optional: true 3499 + 3500 + '@rollup/rollup-linux-x64-gnu@4.37.0': 3496 3501 optional: true 3497 3502 3498 - '@rollup/rollup-linux-x64-musl@4.36.0': 3503 + '@rollup/rollup-linux-x64-musl@4.37.0': 3499 3504 optional: true 3500 3505 3501 - '@rollup/rollup-win32-arm64-msvc@4.36.0': 3506 + '@rollup/rollup-win32-arm64-msvc@4.37.0': 3502 3507 optional: true 3503 3508 3504 - '@rollup/rollup-win32-ia32-msvc@4.36.0': 3509 + '@rollup/rollup-win32-ia32-msvc@4.37.0': 3505 3510 optional: true 3506 3511 3507 - '@rollup/rollup-win32-x64-msvc@4.36.0': 3512 + '@rollup/rollup-win32-x64-msvc@4.37.0': 3508 3513 optional: true 3509 3514 3510 3515 '@shikijs/core@3.2.1': ··· 3550 3555 3551 3556 '@trysound/sax@0.2.0': {} 3552 3557 3553 - '@types/acorn@4.0.6': 3554 - dependencies: 3555 - '@types/estree': 1.0.6 3556 - 3557 - '@types/cookie@0.6.0': {} 3558 - 3559 3558 '@types/debug@4.1.12': 3560 3559 dependencies: 3561 3560 '@types/ms': 2.1.0 3562 3561 3563 3562 '@types/estree-jsx@1.0.5': 3564 3563 dependencies: 3565 - '@types/estree': 1.0.6 3564 + '@types/estree': 1.0.7 3566 3565 3567 3566 '@types/estree@1.0.6': {} 3568 3567 3568 + '@types/estree@1.0.7': {} 3569 + 3569 3570 '@types/hast@3.0.4': 3570 3571 dependencies: 3571 3572 '@types/unist': 3.0.3 ··· 3582 3583 dependencies: 3583 3584 '@types/unist': 3.0.3 3584 3585 3585 - '@types/node@22.13.10': 3586 + '@types/node@22.13.13': 3586 3587 dependencies: 3587 3588 undici-types: 6.20.0 3588 3589 3589 3590 '@types/tar@6.1.13': 3590 3591 dependencies: 3591 - '@types/node': 22.13.10 3592 + '@types/node': 22.13.13 3592 3593 minipass: 4.2.8 3593 3594 3594 3595 '@types/unist@2.0.11': {} ··· 3597 3598 3598 3599 '@types/yauzl@2.10.3': 3599 3600 dependencies: 3600 - '@types/node': 22.13.10 3601 + '@types/node': 22.13.13 3601 3602 optional: true 3602 3603 3603 3604 '@ungap/structured-clone@1.3.0': {} ··· 3705 3706 - debug 3706 3707 - supports-color 3707 3708 3708 - astro@5.5.3(@types/node@22.13.10)(jiti@2.4.2)(rollup@4.36.0)(typescript@5.8.2)(yaml@2.7.0): 3709 + astro@5.5.4(@types/node@22.13.13)(jiti@2.4.2)(rollup@4.37.0)(typescript@5.8.2)(yaml@2.7.0): 3709 3710 dependencies: 3710 3711 '@astrojs/compiler': 2.11.0 3711 3712 '@astrojs/internal-helpers': 0.6.1 3712 3713 '@astrojs/markdown-remark': 6.3.1 3713 3714 '@astrojs/telemetry': 3.2.0 3714 3715 '@oslojs/encoding': 1.1.0 3715 - '@rollup/pluginutils': 5.1.4(rollup@4.36.0) 3716 - '@types/cookie': 0.6.0 3716 + '@rollup/pluginutils': 5.1.4(rollup@4.37.0) 3717 3717 acorn: 8.14.1 3718 3718 aria-query: 5.3.2 3719 3719 axobject-query: 4.1.0 ··· 3721 3721 ci-info: 4.2.0 3722 3722 clsx: 2.1.1 3723 3723 common-ancestor-path: 1.0.1 3724 - cookie: 0.7.2 3724 + cookie: 1.0.2 3725 3725 cssesc: 3.0.0 3726 3726 debug: 4.4.0 3727 3727 deterministic-object-hash: 2.0.2 ··· 3757 3757 unist-util-visit: 5.0.0 3758 3758 unstorage: 1.15.0 3759 3759 vfile: 6.0.3 3760 - vite: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 3761 - vitefu: 1.0.6(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0)) 3760 + vite: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 3761 + vitefu: 1.0.6(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0)) 3762 3762 xxhash-wasm: 1.1.0 3763 3763 yargs-parser: 21.1.1 3764 3764 yocto-spinner: 0.2.1 3765 3765 zod: 3.24.2 3766 - zod-to-json-schema: 3.24.4(zod@3.24.2) 3766 + zod-to-json-schema: 3.24.5(zod@3.24.2) 3767 3767 zod-to-ts: 1.2.0(typescript@5.8.2)(zod@3.24.2) 3768 3768 optionalDependencies: 3769 3769 sharp: 0.33.5 ··· 3806 3806 autoprefixer@10.4.21(postcss@8.5.3): 3807 3807 dependencies: 3808 3808 browserslist: 4.24.4 3809 - caniuse-lite: 1.0.30001706 3809 + caniuse-lite: 1.0.30001707 3810 3810 fraction.js: 4.3.7 3811 3811 normalize-range: 0.1.2 3812 3812 picocolors: 1.1.1 3813 3813 postcss: 8.5.3 3814 3814 postcss-value-parser: 4.2.0 3815 3815 3816 - axios@1.8.3: 3816 + axios@1.8.4: 3817 3817 dependencies: 3818 3818 follow-redirects: 1.15.9 3819 3819 form-data: 4.0.2 ··· 3844 3844 chalk: 5.4.1 3845 3845 cli-boxes: 3.0.0 3846 3846 string-width: 7.2.0 3847 - type-fest: 4.37.0 3847 + type-fest: 4.38.0 3848 3848 widest-line: 5.0.0 3849 3849 wrap-ansi: 9.0.0 3850 3850 ··· 3858 3858 3859 3859 browserslist@4.24.4: 3860 3860 dependencies: 3861 - caniuse-lite: 1.0.30001706 3862 - electron-to-chromium: 1.5.120 3861 + caniuse-lite: 1.0.30001707 3862 + electron-to-chromium: 1.5.123 3863 3863 node-releases: 2.0.19 3864 3864 update-browserslist-db: 1.1.3(browserslist@4.24.4) 3865 3865 ··· 3874 3874 3875 3875 camelcase@8.0.0: {} 3876 3876 3877 - caniuse-lite@1.0.30001706: {} 3877 + caniuse-lite@1.0.30001707: {} 3878 3878 3879 3879 ccount@2.0.1: {} 3880 3880 ··· 3979 3979 3980 3980 cookie-es@1.2.2: {} 3981 3981 3982 - cookie@0.7.2: {} 3982 + cookie@1.0.2: {} 3983 3983 3984 3984 cross-spawn@7.0.6: 3985 3985 dependencies: ··· 4087 4087 4088 4088 ee-first@1.1.1: {} 4089 4089 4090 - electron-to-chromium@1.5.120: {} 4090 + electron-to-chromium@1.5.123: {} 4091 4091 4092 4092 emmet@2.4.11: 4093 4093 dependencies: ··· 4182 4182 4183 4183 estree-util-attach-comments@3.0.0: 4184 4184 dependencies: 4185 - '@types/estree': 1.0.6 4185 + '@types/estree': 1.0.7 4186 4186 4187 4187 estree-util-build-jsx@3.0.1: 4188 4188 dependencies: ··· 4195 4195 4196 4196 estree-util-scope@1.0.0: 4197 4197 dependencies: 4198 - '@types/estree': 1.0.6 4198 + '@types/estree': 1.0.7 4199 4199 devlop: 1.1.0 4200 4200 4201 4201 estree-util-to-js@2.0.0: ··· 4213 4213 4214 4214 estree-walker@3.0.3: 4215 4215 dependencies: 4216 - '@types/estree': 1.0.6 4216 + '@types/estree': 1.0.7 4217 4217 4218 4218 etag@1.8.1: {} 4219 4219 ··· 4415 4415 4416 4416 hast-util-to-estree@3.1.3: 4417 4417 dependencies: 4418 - '@types/estree': 1.0.6 4418 + '@types/estree': 1.0.7 4419 4419 '@types/estree-jsx': 1.0.5 4420 4420 '@types/hast': 3.0.4 4421 4421 comma-separated-tokens: 2.0.3 ··· 4450 4450 4451 4451 hast-util-to-jsx-runtime@2.3.6: 4452 4452 dependencies: 4453 - '@types/estree': 1.0.6 4453 + '@types/estree': 1.0.7 4454 4454 '@types/hast': 3.0.4 4455 4455 '@types/unist': 3.0.3 4456 4456 comma-separated-tokens: 2.0.3 ··· 4623 4623 dependencies: 4624 4624 mlly: 1.7.4 4625 4625 pkg-types: 2.1.0 4626 - quansync: 0.2.8 4626 + quansync: 0.2.10 4627 4627 4628 4628 lodash.castarray@4.4.0: {} 4629 4629 ··· 4909 4909 micromark-util-combine-extensions: 2.0.1 4910 4910 micromark-util-types: 2.0.2 4911 4911 4912 - micromark-extension-mdx-expression@3.0.0: 4912 + micromark-extension-mdx-expression@3.0.1: 4913 4913 dependencies: 4914 - '@types/estree': 1.0.6 4914 + '@types/estree': 1.0.7 4915 4915 devlop: 1.1.0 4916 - micromark-factory-mdx-expression: 2.0.2 4916 + micromark-factory-mdx-expression: 2.0.3 4917 4917 micromark-factory-space: 2.0.1 4918 4918 micromark-util-character: 2.1.1 4919 - micromark-util-events-to-acorn: 2.0.2 4919 + micromark-util-events-to-acorn: 2.0.3 4920 4920 micromark-util-symbol: 2.0.1 4921 4921 micromark-util-types: 2.0.2 4922 4922 4923 - micromark-extension-mdx-jsx@3.0.1: 4923 + micromark-extension-mdx-jsx@3.0.2: 4924 4924 dependencies: 4925 - '@types/acorn': 4.0.6 4926 - '@types/estree': 1.0.6 4925 + '@types/estree': 1.0.7 4927 4926 devlop: 1.1.0 4928 4927 estree-util-is-identifier-name: 3.0.0 4929 - micromark-factory-mdx-expression: 2.0.2 4928 + micromark-factory-mdx-expression: 2.0.3 4930 4929 micromark-factory-space: 2.0.1 4931 4930 micromark-util-character: 2.1.1 4932 - micromark-util-events-to-acorn: 2.0.2 4931 + micromark-util-events-to-acorn: 2.0.3 4933 4932 micromark-util-symbol: 2.0.1 4934 4933 micromark-util-types: 2.0.2 4935 4934 vfile-message: 4.0.2 ··· 4940 4939 4941 4940 micromark-extension-mdxjs-esm@3.0.0: 4942 4941 dependencies: 4943 - '@types/estree': 1.0.6 4942 + '@types/estree': 1.0.7 4944 4943 devlop: 1.1.0 4945 4944 micromark-core-commonmark: 2.0.3 4946 4945 micromark-util-character: 2.1.1 4947 - micromark-util-events-to-acorn: 2.0.2 4946 + micromark-util-events-to-acorn: 2.0.3 4948 4947 micromark-util-symbol: 2.0.1 4949 4948 micromark-util-types: 2.0.2 4950 4949 unist-util-position-from-estree: 2.0.0 ··· 4954 4953 dependencies: 4955 4954 acorn: 8.14.1 4956 4955 acorn-jsx: 5.3.2(acorn@8.14.1) 4957 - micromark-extension-mdx-expression: 3.0.0 4958 - micromark-extension-mdx-jsx: 3.0.1 4956 + micromark-extension-mdx-expression: 3.0.1 4957 + micromark-extension-mdx-jsx: 3.0.2 4959 4958 micromark-extension-mdx-md: 2.0.0 4960 4959 micromark-extension-mdxjs-esm: 3.0.0 4961 4960 micromark-util-combine-extensions: 2.0.1 ··· 4974 4973 micromark-util-symbol: 2.0.1 4975 4974 micromark-util-types: 2.0.2 4976 4975 4977 - micromark-factory-mdx-expression@2.0.2: 4976 + micromark-factory-mdx-expression@2.0.3: 4978 4977 dependencies: 4979 - '@types/estree': 1.0.6 4978 + '@types/estree': 1.0.7 4980 4979 devlop: 1.1.0 4981 4980 micromark-factory-space: 2.0.1 4982 4981 micromark-util-character: 2.1.1 4983 - micromark-util-events-to-acorn: 2.0.2 4982 + micromark-util-events-to-acorn: 2.0.3 4984 4983 micromark-util-symbol: 2.0.1 4985 4984 micromark-util-types: 2.0.2 4986 4985 unist-util-position-from-estree: 2.0.0 ··· 5038 5037 5039 5038 micromark-util-encode@2.0.1: {} 5040 5039 5041 - micromark-util-events-to-acorn@2.0.2: 5040 + micromark-util-events-to-acorn@2.0.3: 5042 5041 dependencies: 5043 - '@types/acorn': 4.0.6 5044 - '@types/estree': 1.0.6 5042 + '@types/estree': 1.0.7 5045 5043 '@types/unist': 3.0.3 5046 5044 devlop: 1.1.0 5047 5045 estree-util-visit: 2.0.0 ··· 5149 5147 object-assign: 4.1.1 5150 5148 thenify-all: 1.6.0 5151 5149 5152 - nanoid@3.3.10: {} 5150 + nanoid@3.3.11: {} 5153 5151 5154 5152 neotraverse@0.6.18: {} 5155 5153 ··· 5205 5203 5206 5204 p-limit@6.2.0: 5207 5205 dependencies: 5208 - yocto-queue: 1.2.0 5206 + yocto-queue: 1.2.1 5209 5207 5210 5208 p-queue@8.1.0: 5211 5209 dependencies: ··· 5218 5216 5219 5217 package-manager-detector@0.2.11: 5220 5218 dependencies: 5221 - quansync: 0.2.8 5219 + quansync: 0.2.10 5222 5220 5223 5221 package-manager-detector@1.1.0: {} 5224 5222 ··· 5331 5329 5332 5330 postcss@8.5.3: 5333 5331 dependencies: 5334 - nanoid: 3.3.10 5332 + nanoid: 3.3.11 5335 5333 picocolors: 1.1.1 5336 5334 source-map-js: 1.2.1 5337 5335 ··· 5362 5360 end-of-stream: 1.4.4 5363 5361 once: 1.4.0 5364 5362 5365 - quansync@0.2.8: {} 5363 + quansync@0.2.10: {} 5366 5364 5367 5365 queue-microtask@1.2.3: {} 5368 5366 ··· 5382 5380 5383 5381 recma-build-jsx@1.0.0: 5384 5382 dependencies: 5385 - '@types/estree': 1.0.6 5383 + '@types/estree': 1.0.7 5386 5384 estree-util-build-jsx: 3.0.1 5387 5385 vfile: 6.0.3 5388 5386 ··· 5398 5396 5399 5397 recma-parse@1.0.0: 5400 5398 dependencies: 5401 - '@types/estree': 1.0.6 5399 + '@types/estree': 1.0.7 5402 5400 esast-util-from-js: 2.0.1 5403 5401 unified: 11.0.5 5404 5402 vfile: 6.0.3 5405 5403 5406 5404 recma-stringify@1.0.0: 5407 5405 dependencies: 5408 - '@types/estree': 1.0.6 5406 + '@types/estree': 1.0.7 5409 5407 estree-util-to-js: 2.0.0 5410 5408 unified: 11.0.5 5411 5409 vfile: 6.0.3 ··· 5434 5432 5435 5433 rehype-recma@1.0.0: 5436 5434 dependencies: 5437 - '@types/estree': 1.0.6 5435 + '@types/estree': 1.0.7 5438 5436 '@types/hast': 3.0.4 5439 5437 hast-util-to-estree: 3.1.3 5440 5438 transitivePeerDependencies: ··· 5542 5540 5543 5541 reusify@1.1.0: {} 5544 5542 5545 - rollup@4.36.0: 5543 + rollup@4.37.0: 5546 5544 dependencies: 5547 5545 '@types/estree': 1.0.6 5548 5546 optionalDependencies: 5549 - '@rollup/rollup-android-arm-eabi': 4.36.0 5550 - '@rollup/rollup-android-arm64': 4.36.0 5551 - '@rollup/rollup-darwin-arm64': 4.36.0 5552 - '@rollup/rollup-darwin-x64': 4.36.0 5553 - '@rollup/rollup-freebsd-arm64': 4.36.0 5554 - '@rollup/rollup-freebsd-x64': 4.36.0 5555 - '@rollup/rollup-linux-arm-gnueabihf': 4.36.0 5556 - '@rollup/rollup-linux-arm-musleabihf': 4.36.0 5557 - '@rollup/rollup-linux-arm64-gnu': 4.36.0 5558 - '@rollup/rollup-linux-arm64-musl': 4.36.0 5559 - '@rollup/rollup-linux-loongarch64-gnu': 4.36.0 5560 - '@rollup/rollup-linux-powerpc64le-gnu': 4.36.0 5561 - '@rollup/rollup-linux-riscv64-gnu': 4.36.0 5562 - '@rollup/rollup-linux-s390x-gnu': 4.36.0 5563 - '@rollup/rollup-linux-x64-gnu': 4.36.0 5564 - '@rollup/rollup-linux-x64-musl': 4.36.0 5565 - '@rollup/rollup-win32-arm64-msvc': 4.36.0 5566 - '@rollup/rollup-win32-ia32-msvc': 4.36.0 5567 - '@rollup/rollup-win32-x64-msvc': 4.36.0 5547 + '@rollup/rollup-android-arm-eabi': 4.37.0 5548 + '@rollup/rollup-android-arm64': 4.37.0 5549 + '@rollup/rollup-darwin-arm64': 4.37.0 5550 + '@rollup/rollup-darwin-x64': 4.37.0 5551 + '@rollup/rollup-freebsd-arm64': 4.37.0 5552 + '@rollup/rollup-freebsd-x64': 4.37.0 5553 + '@rollup/rollup-linux-arm-gnueabihf': 4.37.0 5554 + '@rollup/rollup-linux-arm-musleabihf': 4.37.0 5555 + '@rollup/rollup-linux-arm64-gnu': 4.37.0 5556 + '@rollup/rollup-linux-arm64-musl': 4.37.0 5557 + '@rollup/rollup-linux-loongarch64-gnu': 4.37.0 5558 + '@rollup/rollup-linux-powerpc64le-gnu': 4.37.0 5559 + '@rollup/rollup-linux-riscv64-gnu': 4.37.0 5560 + '@rollup/rollup-linux-riscv64-musl': 4.37.0 5561 + '@rollup/rollup-linux-s390x-gnu': 4.37.0 5562 + '@rollup/rollup-linux-x64-gnu': 4.37.0 5563 + '@rollup/rollup-linux-x64-musl': 4.37.0 5564 + '@rollup/rollup-win32-arm64-msvc': 4.37.0 5565 + '@rollup/rollup-win32-ia32-msvc': 4.37.0 5566 + '@rollup/rollup-win32-x64-msvc': 4.37.0 5568 5567 fsevents: 2.3.3 5569 5568 5570 5569 run-parallel@1.2.0: ··· 5798 5797 tslib@2.8.1: 5799 5798 optional: true 5800 5799 5801 - type-fest@4.37.0: {} 5800 + type-fest@4.38.0: {} 5802 5801 5803 5802 typesafe-path@0.2.2: {} 5804 5803 ··· 5917 5916 source-map: 0.7.4 5918 5917 stack-trace: 1.0.0-pre2 5919 5918 5920 - vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0): 5919 + vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0): 5921 5920 dependencies: 5922 5921 esbuild: 0.25.1 5923 5922 postcss: 8.5.3 5924 - rollup: 4.36.0 5923 + rollup: 4.37.0 5925 5924 optionalDependencies: 5926 - '@types/node': 22.13.10 5925 + '@types/node': 22.13.13 5927 5926 fsevents: 2.3.3 5928 5927 jiti: 2.4.2 5929 5928 yaml: 2.7.0 5930 5929 5931 - vitefu@1.0.6(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0)): 5930 + vitefu@1.0.6(vite@6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0)): 5932 5931 optionalDependencies: 5933 - vite: 6.2.2(@types/node@22.13.10)(jiti@2.4.2)(yaml@2.7.0) 5932 + vite: 6.2.3(@types/node@22.13.13)(jiti@2.4.2)(yaml@2.7.0) 5934 5933 5935 5934 volar-service-css@0.0.62(@volar/language-service@2.4.12): 5936 5935 dependencies: ··· 6123 6122 buffer-crc32: 0.2.13 6124 6123 fd-slicer: 1.1.0 6125 6124 6126 - yocto-queue@1.2.0: {} 6125 + yocto-queue@1.2.1: {} 6127 6126 6128 6127 yocto-spinner@0.2.1: 6129 6128 dependencies: ··· 6131 6130 6132 6131 yoctocolors@2.1.1: {} 6133 6132 6134 - zod-to-json-schema@3.24.4(zod@3.24.2): 6133 + zod-to-json-schema@3.24.5(zod@3.24.2): 6135 6134 dependencies: 6136 6135 zod: 3.24.2 6137 6136
+11
shell.nix
··· 1 + { 2 + pkgs ? import <nixpkgs> { }, 3 + }: 4 + 5 + pkgs.mkShell { 6 + packages = [ 7 + pkgs.nodejs 8 + pkgs.pnpm 9 + pkgs.biome 10 + ]; 11 + }