my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

docs: update deps

idk how i managed to get myself such old versions

isabel 1f3689f2 a980f296

+368 -983
+366 -979
docs/package-lock.json
··· 8 8 "name": "dotfiles-docs", 9 9 "version": "0.0.1", 10 10 "dependencies": { 11 - "@astrojs/starlight": "^0.36.0", 12 - "astro": "^5.13.0", 13 - "sharp": "^0.34.0", 14 - "zod": "^3.25.76" 11 + "@astrojs/starlight": "^0.38.4", 12 + "astro": "^6.1.10" 15 13 } 16 14 }, 17 15 "node_modules/@astrojs/compiler": { 18 - "version": "2.13.1", 19 - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz", 20 - "integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==", 16 + "version": "3.0.1", 17 + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-3.0.1.tgz", 18 + "integrity": "sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==", 21 19 "license": "MIT" 22 20 }, 23 21 "node_modules/@astrojs/internal-helpers": { 24 - "version": "0.7.6", 25 - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz", 26 - "integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==", 27 - "license": "MIT" 22 + "version": "0.9.0", 23 + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.0.tgz", 24 + "integrity": "sha512-GdYkzR26re8izmyYlBqf4z2s7zNngmWLFuxw0UKiPNqHraZGS6GKWIwSHgS22RDlu2ePFJ8bzmpBcUszut/SDg==", 25 + "license": "MIT", 26 + "dependencies": { 27 + "picomatch": "^4.0.4" 28 + } 28 29 }, 29 30 "node_modules/@astrojs/markdown-remark": { 30 - "version": "6.3.11", 31 - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz", 32 - "integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==", 31 + "version": "7.1.1", 32 + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.1.tgz", 33 + "integrity": "sha512-C6e9BnLGlbdv6bV8MYGeHpHxsUHrCrB4OuRLqi5LI7oiBVcBcqfUN06zpwFQdHgV48QCCrMmLpyqBr7VqC+swA==", 33 34 "license": "MIT", 34 35 "dependencies": { 35 - "@astrojs/internal-helpers": "0.7.6", 36 - "@astrojs/prism": "3.3.0", 36 + "@astrojs/internal-helpers": "0.9.0", 37 + "@astrojs/prism": "4.0.1", 37 38 "github-slugger": "^2.0.0", 38 39 "hast-util-from-html": "^2.0.3", 39 40 "hast-util-to-text": "^4.0.2", 40 - "import-meta-resolve": "^4.2.0", 41 41 "js-yaml": "^4.1.1", 42 42 "mdast-util-definitions": "^6.0.0", 43 43 "rehype-raw": "^7.0.0", ··· 46 46 "remark-parse": "^11.0.0", 47 47 "remark-rehype": "^11.1.2", 48 48 "remark-smartypants": "^3.0.2", 49 - "shiki": "^3.21.0", 49 + "retext-smartypants": "^6.2.0", 50 + "shiki": "^4.0.0", 50 51 "smol-toml": "^1.6.0", 51 52 "unified": "^11.0.5", 52 53 "unist-util-remove-position": "^5.0.0", 53 - "unist-util-visit": "^5.0.0", 54 + "unist-util-visit": "^5.1.0", 54 55 "unist-util-visit-parents": "^6.0.2", 55 56 "vfile": "^6.0.3" 56 57 } 57 58 }, 58 59 "node_modules/@astrojs/mdx": { 59 - "version": "4.3.14", 60 - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.3.14.tgz", 61 - "integrity": "sha512-FBrqJQORVm+rkRa2TS5CjU9PBA6hkhrwLVBSS9A77gN2+iehvjq1w6yya/d0YKC7osiVorKkr3Qd9wNbl0ZkGA==", 60 + "version": "5.0.4", 61 + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.4.tgz", 62 + "integrity": "sha512-tSbuuYueNODiFAFaME7pjHY5lOLoxBYJi1cKd6scw9+a4ZO7C7UGdafEoVAQvOV2eO8a6RaHSAJYGVPL1w8BPA==", 62 63 "license": "MIT", 63 64 "dependencies": { 64 - "@astrojs/markdown-remark": "6.3.11", 65 + "@astrojs/markdown-remark": "7.1.1", 65 66 "@mdx-js/mdx": "^3.1.1", 66 - "acorn": "^8.15.0", 67 - "es-module-lexer": "^1.7.0", 67 + "acorn": "^8.16.0", 68 + "es-module-lexer": "^2.0.0", 68 69 "estree-util-visit": "^2.0.0", 69 70 "hast-util-to-html": "^9.0.5", 70 71 "piccolore": "^0.1.3", ··· 72 73 "remark-gfm": "^4.0.1", 73 74 "remark-smartypants": "^3.0.2", 74 75 "source-map": "^0.7.6", 75 - "unist-util-visit": "^5.0.0", 76 + "unist-util-visit": "^5.1.0", 76 77 "vfile": "^6.0.3" 77 78 }, 78 79 "engines": { 79 - "node": "18.20.8 || ^20.3.0 || >=22.0.0" 80 + "node": ">=22.12.0" 80 81 }, 81 82 "peerDependencies": { 82 - "astro": "^5.0.0" 83 + "astro": "^6.0.0" 83 84 } 84 85 }, 85 86 "node_modules/@astrojs/prism": { 86 - "version": "3.3.0", 87 - "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", 88 - "integrity": "sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==", 87 + "version": "4.0.1", 88 + "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.1.tgz", 89 + "integrity": "sha512-nksZQVjlferuWzhPsBpQ1JE5XuKAf1id1/9Hj4a9KG4+ofrlzxUUwX4YGQF/SuDiuiGKEnzopGOt38F3AnVWsQ==", 89 90 "license": "MIT", 90 91 "dependencies": { 91 92 "prismjs": "^1.30.0" 92 93 }, 93 94 "engines": { 94 - "node": "18.20.8 || ^20.3.0 || >=22.0.0" 95 + "node": ">=22.12.0" 95 96 } 96 97 }, 97 98 "node_modules/@astrojs/sitemap": { ··· 105 106 "zod": "^4.3.6" 106 107 } 107 108 }, 108 - "node_modules/@astrojs/sitemap/node_modules/zod": { 109 - "version": "4.3.6", 110 - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", 111 - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", 112 - "license": "MIT", 113 - "funding": { 114 - "url": "https://github.com/sponsors/colinhacks" 115 - } 116 - }, 117 109 "node_modules/@astrojs/starlight": { 118 - "version": "0.36.3", 119 - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.3.tgz", 120 - "integrity": "sha512-5cm4QVQHUP6ZE52O43TtUpsTvLKdZa9XEs4l3suzuY7Ymsbz4ojtoL9NhistbMqM+/qk6fm6SmxbOL6hQ/LfNA==", 110 + "version": "0.38.4", 111 + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.4.tgz", 112 + "integrity": "sha512-TGFIr2aVC+gcZCPQzJOO4ZnA/yL3jRnsUDcKlVdEhxhxaOQnWr9lZ9MRScg9zU6uh3HVeZAmmjkLCdTlHdcaZA==", 121 113 "license": "MIT", 122 114 "dependencies": { 123 - "@astrojs/markdown-remark": "^6.3.1", 124 - "@astrojs/mdx": "^4.2.3", 125 - "@astrojs/sitemap": "^3.3.0", 115 + "@astrojs/markdown-remark": "^7.0.0", 116 + "@astrojs/mdx": "^5.0.0", 117 + "@astrojs/sitemap": "^3.7.1", 126 118 "@pagefind/default-ui": "^1.3.0", 127 119 "@types/hast": "^3.0.4", 128 120 "@types/js-yaml": "^4.0.9", 129 121 "@types/mdast": "^4.0.4", 130 - "astro-expressive-code": "^0.41.1", 122 + "astro-expressive-code": "^0.41.6", 131 123 "bcp-47": "^2.1.0", 132 124 "hast-util-from-html": "^2.0.1", 133 125 "hast-util-select": "^6.0.2", ··· 136 128 "i18next": "^23.11.5", 137 129 "js-yaml": "^4.1.0", 138 130 "klona": "^2.0.6", 131 + "magic-string": "^0.30.17", 139 132 "mdast-util-directive": "^3.0.0", 140 133 "mdast-util-to-markdown": "^2.1.0", 141 134 "mdast-util-to-string": "^4.0.0", ··· 149 142 "vfile": "^6.0.2" 150 143 }, 151 144 "peerDependencies": { 152 - "astro": "^5.5.0" 145 + "astro": "^6.0.0" 153 146 } 154 147 }, 155 148 "node_modules/@astrojs/telemetry": { 156 - "version": "3.3.0", 157 - "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 158 - "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 149 + "version": "3.3.1", 150 + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.1.tgz", 151 + "integrity": "sha512-7fcIxXS9J4ls5tr8b3ww9rbAIz2+HrhNJYZdkAhhB4za/I5IZ/60g+Bs8q7zwG0tOIZfNB4JWhVJ1Qkl/OrNCw==", 159 152 "license": "MIT", 160 153 "dependencies": { 161 - "ci-info": "^4.2.0", 162 - "debug": "^4.4.0", 154 + "ci-info": "^4.4.0", 163 155 "dlv": "^1.1.3", 164 156 "dset": "^3.1.4", 165 - "is-docker": "^3.0.0", 166 - "is-wsl": "^3.1.0", 157 + "is-docker": "^4.0.0", 158 + "is-wsl": "^3.1.1", 167 159 "which-pm-runs": "^1.1.0" 168 160 }, 169 161 "engines": { ··· 235 227 }, 236 228 "engines": { 237 229 "node": ">=18" 230 + } 231 + }, 232 + "node_modules/@clack/core": { 233 + "version": "1.3.0", 234 + "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.3.0.tgz", 235 + "integrity": "sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==", 236 + "license": "MIT", 237 + "dependencies": { 238 + "fast-wrap-ansi": "^0.2.0", 239 + "sisteransi": "^1.0.5" 240 + }, 241 + "engines": { 242 + "node": ">= 20.12.0" 243 + } 244 + }, 245 + "node_modules/@clack/prompts": { 246 + "version": "1.3.0", 247 + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.3.0.tgz", 248 + "integrity": "sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==", 249 + "license": "MIT", 250 + "dependencies": { 251 + "@clack/core": "1.3.0", 252 + "fast-string-width": "^3.0.2", 253 + "fast-wrap-ansi": "^0.2.0", 254 + "sisteransi": "^1.0.5" 255 + }, 256 + "engines": { 257 + "node": ">= 20.12.0" 238 258 } 239 259 }, 240 260 "node_modules/@ctrl/tinycolor": { ··· 708 728 "shiki": "^3.2.2" 709 729 } 710 730 }, 731 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/core": { 732 + "version": "3.23.0", 733 + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz", 734 + "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==", 735 + "license": "MIT", 736 + "dependencies": { 737 + "@shikijs/types": "3.23.0", 738 + "@shikijs/vscode-textmate": "^10.0.2", 739 + "@types/hast": "^3.0.4", 740 + "hast-util-to-html": "^9.0.5" 741 + } 742 + }, 743 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/engine-javascript": { 744 + "version": "3.23.0", 745 + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz", 746 + "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==", 747 + "license": "MIT", 748 + "dependencies": { 749 + "@shikijs/types": "3.23.0", 750 + "@shikijs/vscode-textmate": "^10.0.2", 751 + "oniguruma-to-es": "^4.3.4" 752 + } 753 + }, 754 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/engine-oniguruma": { 755 + "version": "3.23.0", 756 + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz", 757 + "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==", 758 + "license": "MIT", 759 + "dependencies": { 760 + "@shikijs/types": "3.23.0", 761 + "@shikijs/vscode-textmate": "^10.0.2" 762 + } 763 + }, 764 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/langs": { 765 + "version": "3.23.0", 766 + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz", 767 + "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==", 768 + "license": "MIT", 769 + "dependencies": { 770 + "@shikijs/types": "3.23.0" 771 + } 772 + }, 773 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/themes": { 774 + "version": "3.23.0", 775 + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz", 776 + "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==", 777 + "license": "MIT", 778 + "dependencies": { 779 + "@shikijs/types": "3.23.0" 780 + } 781 + }, 782 + "node_modules/@expressive-code/plugin-shiki/node_modules/@shikijs/types": { 783 + "version": "3.23.0", 784 + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz", 785 + "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==", 786 + "license": "MIT", 787 + "dependencies": { 788 + "@shikijs/vscode-textmate": "^10.0.2", 789 + "@types/hast": "^3.0.4" 790 + } 791 + }, 792 + "node_modules/@expressive-code/plugin-shiki/node_modules/shiki": { 793 + "version": "3.23.0", 794 + "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz", 795 + "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==", 796 + "license": "MIT", 797 + "dependencies": { 798 + "@shikijs/core": "3.23.0", 799 + "@shikijs/engine-javascript": "3.23.0", 800 + "@shikijs/engine-oniguruma": "3.23.0", 801 + "@shikijs/langs": "3.23.0", 802 + "@shikijs/themes": "3.23.0", 803 + "@shikijs/types": "3.23.0", 804 + "@shikijs/vscode-textmate": "^10.0.2", 805 + "@types/hast": "^3.0.4" 806 + } 807 + }, 711 808 "node_modules/@expressive-code/plugin-text-markers": { 712 809 "version": "0.41.7", 713 810 "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.7.tgz", ··· 722 819 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", 723 820 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", 724 821 "license": "MIT", 822 + "optional": true, 725 823 "engines": { 726 824 "node": ">=18" 727 825 } ··· 1769 1867 ] 1770 1868 }, 1771 1869 "node_modules/@shikijs/core": { 1772 - "version": "3.23.0", 1773 - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.23.0.tgz", 1774 - "integrity": "sha512-NSWQz0riNb67xthdm5br6lAkvpDJRTgB36fxlo37ZzM2yq0PQFFzbd8psqC2XMPgCzo1fW6cVi18+ArJ44wqgA==", 1870 + "version": "4.0.2", 1871 + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.0.2.tgz", 1872 + "integrity": "sha512-hxT0YF4ExEqB8G/qFdtJvpmHXBYJ2lWW7qTHDarVkIudPFE6iCIrqdgWxGn5s+ppkGXI0aEGlibI0PAyzP3zlw==", 1775 1873 "license": "MIT", 1776 1874 "dependencies": { 1777 - "@shikijs/types": "3.23.0", 1875 + "@shikijs/primitive": "4.0.2", 1876 + "@shikijs/types": "4.0.2", 1778 1877 "@shikijs/vscode-textmate": "^10.0.2", 1779 1878 "@types/hast": "^3.0.4", 1780 1879 "hast-util-to-html": "^9.0.5" 1880 + }, 1881 + "engines": { 1882 + "node": ">=20" 1781 1883 } 1782 1884 }, 1783 1885 "node_modules/@shikijs/engine-javascript": { 1784 - "version": "3.23.0", 1785 - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.23.0.tgz", 1786 - "integrity": "sha512-aHt9eiGFobmWR5uqJUViySI1bHMqrAgamWE1TYSUoftkAeCCAiGawPMwM+VCadylQtF4V3VNOZ5LmfItH5f3yA==", 1886 + "version": "4.0.2", 1887 + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.0.2.tgz", 1888 + "integrity": "sha512-7PW0Nm49DcoUIQEXlJhNNBHyoGMjalRETTCcjMqEaMoJRLljy1Bi/EGV3/qLBgLKQejdspiiYuHGQW6dX94Nag==", 1787 1889 "license": "MIT", 1788 1890 "dependencies": { 1789 - "@shikijs/types": "3.23.0", 1891 + "@shikijs/types": "4.0.2", 1790 1892 "@shikijs/vscode-textmate": "^10.0.2", 1791 1893 "oniguruma-to-es": "^4.3.4" 1894 + }, 1895 + "engines": { 1896 + "node": ">=20" 1792 1897 } 1793 1898 }, 1794 1899 "node_modules/@shikijs/engine-oniguruma": { 1795 - "version": "3.23.0", 1796 - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz", 1797 - "integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==", 1900 + "version": "4.0.2", 1901 + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.0.2.tgz", 1902 + "integrity": "sha512-UpCB9Y2sUKlS9z8juFSKz7ZtysmeXCgnRF0dlhXBkmQnek7lAToPte8DkxmEYGNTMii72zU/lyXiCB6StuZeJg==", 1798 1903 "license": "MIT", 1799 1904 "dependencies": { 1800 - "@shikijs/types": "3.23.0", 1905 + "@shikijs/types": "4.0.2", 1801 1906 "@shikijs/vscode-textmate": "^10.0.2" 1907 + }, 1908 + "engines": { 1909 + "node": ">=20" 1802 1910 } 1803 1911 }, 1804 1912 "node_modules/@shikijs/langs": { 1805 - "version": "3.23.0", 1806 - "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.23.0.tgz", 1807 - "integrity": "sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==", 1913 + "version": "4.0.2", 1914 + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.0.2.tgz", 1915 + "integrity": "sha512-KaXby5dvoeuZzN0rYQiPMjFoUrz4hgwIE+D6Du9owcHcl6/g16/yT5BQxSW5cGt2MZBz6Hl0YuRqf12omRfUUg==", 1916 + "license": "MIT", 1917 + "dependencies": { 1918 + "@shikijs/types": "4.0.2" 1919 + }, 1920 + "engines": { 1921 + "node": ">=20" 1922 + } 1923 + }, 1924 + "node_modules/@shikijs/primitive": { 1925 + "version": "4.0.2", 1926 + "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.0.2.tgz", 1927 + "integrity": "sha512-M6UMPrSa3fN5ayeJwFVl9qWofl273wtK1VG8ySDZ1mQBfhCpdd8nEx7nPZ/tk7k+TYcpqBZzj/AnwxT9lO+HJw==", 1808 1928 "license": "MIT", 1809 1929 "dependencies": { 1810 - "@shikijs/types": "3.23.0" 1930 + "@shikijs/types": "4.0.2", 1931 + "@shikijs/vscode-textmate": "^10.0.2", 1932 + "@types/hast": "^3.0.4" 1933 + }, 1934 + "engines": { 1935 + "node": ">=20" 1811 1936 } 1812 1937 }, 1813 1938 "node_modules/@shikijs/themes": { 1814 - "version": "3.23.0", 1815 - "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz", 1816 - "integrity": "sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==", 1939 + "version": "4.0.2", 1940 + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.0.2.tgz", 1941 + "integrity": "sha512-mjCafwt8lJJaVSsQvNVrJumbnnj1RI8jbUKrPKgE6E3OvQKxnuRoBaYC51H4IGHePsGN/QtALglWBU7DoKDFnA==", 1817 1942 "license": "MIT", 1818 1943 "dependencies": { 1819 - "@shikijs/types": "3.23.0" 1944 + "@shikijs/types": "4.0.2" 1945 + }, 1946 + "engines": { 1947 + "node": ">=20" 1820 1948 } 1821 1949 }, 1822 1950 "node_modules/@shikijs/types": { 1823 - "version": "3.23.0", 1824 - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz", 1825 - "integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==", 1951 + "version": "4.0.2", 1952 + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.0.2.tgz", 1953 + "integrity": "sha512-qzbeRooUTPnLE+sHD/Z8DStmaDgnbbc/pMrU203950aRqjX/6AFHeDYT+j00y2lPdz0ywJKx7o/7qnqTivtlXg==", 1826 1954 "license": "MIT", 1827 1955 "dependencies": { 1828 1956 "@shikijs/vscode-textmate": "^10.0.2", 1829 1957 "@types/hast": "^3.0.4" 1958 + }, 1959 + "engines": { 1960 + "node": ">=20" 1830 1961 } 1831 1962 }, 1832 1963 "node_modules/@shikijs/vscode-textmate": { ··· 1955 2086 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 1956 2087 } 1957 2088 }, 1958 - "node_modules/ansi-align": { 1959 - "version": "3.0.1", 1960 - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 1961 - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 1962 - "license": "ISC", 1963 - "dependencies": { 1964 - "string-width": "^4.1.0" 1965 - } 1966 - }, 1967 - "node_modules/ansi-align/node_modules/ansi-regex": { 1968 - "version": "5.0.1", 1969 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1970 - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1971 - "license": "MIT", 1972 - "engines": { 1973 - "node": ">=8" 1974 - } 1975 - }, 1976 - "node_modules/ansi-align/node_modules/emoji-regex": { 1977 - "version": "8.0.0", 1978 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1979 - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1980 - "license": "MIT" 1981 - }, 1982 - "node_modules/ansi-align/node_modules/string-width": { 1983 - "version": "4.2.3", 1984 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1985 - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1986 - "license": "MIT", 1987 - "dependencies": { 1988 - "emoji-regex": "^8.0.0", 1989 - "is-fullwidth-code-point": "^3.0.0", 1990 - "strip-ansi": "^6.0.1" 1991 - }, 1992 - "engines": { 1993 - "node": ">=8" 1994 - } 1995 - }, 1996 - "node_modules/ansi-align/node_modules/strip-ansi": { 1997 - "version": "6.0.1", 1998 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1999 - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 2000 - "license": "MIT", 2001 - "dependencies": { 2002 - "ansi-regex": "^5.0.1" 2003 - }, 2004 - "engines": { 2005 - "node": ">=8" 2006 - } 2007 - }, 2008 - "node_modules/ansi-regex": { 2009 - "version": "6.2.2", 2010 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 2011 - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 2012 - "license": "MIT", 2013 - "engines": { 2014 - "node": ">=12" 2015 - }, 2016 - "funding": { 2017 - "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2018 - } 2019 - }, 2020 - "node_modules/ansi-styles": { 2021 - "version": "6.2.3", 2022 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 2023 - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 2024 - "license": "MIT", 2025 - "engines": { 2026 - "node": ">=12" 2027 - }, 2028 - "funding": { 2029 - "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2030 - } 2031 - }, 2032 2089 "node_modules/anymatch": { 2033 2090 "version": "3.1.3", 2034 2091 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", ··· 2095 2152 } 2096 2153 }, 2097 2154 "node_modules/astro": { 2098 - "version": "5.18.1", 2099 - "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz", 2100 - "integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==", 2155 + "version": "6.1.10", 2156 + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz", 2157 + "integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==", 2101 2158 "license": "MIT", 2102 2159 "dependencies": { 2103 - "@astrojs/compiler": "^2.13.0", 2104 - "@astrojs/internal-helpers": "0.7.6", 2105 - "@astrojs/markdown-remark": "6.3.11", 2106 - "@astrojs/telemetry": "3.3.0", 2160 + "@astrojs/compiler": "^3.0.1", 2161 + "@astrojs/internal-helpers": "0.9.0", 2162 + "@astrojs/markdown-remark": "7.1.1", 2163 + "@astrojs/telemetry": "3.3.1", 2107 2164 "@capsizecss/unpack": "^4.0.0", 2165 + "@clack/prompts": "^1.1.0", 2108 2166 "@oslojs/encoding": "^1.1.0", 2109 2167 "@rollup/pluginutils": "^5.3.0", 2110 - "acorn": "^8.15.0", 2111 2168 "aria-query": "^5.3.2", 2112 2169 "axobject-query": "^4.1.0", 2113 - "boxen": "8.0.1", 2114 - "ci-info": "^4.3.1", 2170 + "ci-info": "^4.4.0", 2115 2171 "clsx": "^2.1.1", 2116 - "common-ancestor-path": "^1.0.1", 2172 + "common-ancestor-path": "^2.0.0", 2117 2173 "cookie": "^1.1.1", 2118 - "cssesc": "^3.0.0", 2119 - "debug": "^4.4.3", 2120 - "deterministic-object-hash": "^2.0.2", 2121 - "devalue": "^5.6.2", 2174 + "devalue": "^5.6.3", 2122 2175 "diff": "^8.0.3", 2123 - "dlv": "^1.1.3", 2124 2176 "dset": "^3.1.4", 2125 - "es-module-lexer": "^1.7.0", 2177 + "es-module-lexer": "^2.0.0", 2126 2178 "esbuild": "^0.27.3", 2127 - "estree-walker": "^3.0.3", 2128 2179 "flattie": "^1.1.1", 2129 - "fontace": "~0.4.0", 2180 + "fontace": "~0.4.1", 2130 2181 "github-slugger": "^2.0.0", 2131 2182 "html-escaper": "3.0.3", 2132 2183 "http-cache-semantics": "^4.2.0", 2133 - "import-meta-resolve": "^4.2.0", 2134 2184 "js-yaml": "^4.1.1", 2135 2185 "magic-string": "^0.30.21", 2136 - "magicast": "^0.5.1", 2186 + "magicast": "^0.5.2", 2137 2187 "mrmime": "^2.0.1", 2138 2188 "neotraverse": "^0.6.18", 2139 - "p-limit": "^6.2.0", 2140 - "p-queue": "^8.1.1", 2189 + "obug": "^2.1.1", 2190 + "p-limit": "^7.3.0", 2191 + "p-queue": "^9.1.0", 2141 2192 "package-manager-detector": "^1.6.0", 2142 2193 "piccolore": "^0.1.3", 2143 - "picomatch": "^4.0.3", 2144 - "prompts": "^2.4.2", 2194 + "picomatch": "^4.0.4", 2145 2195 "rehype": "^13.0.2", 2146 - "semver": "^7.7.3", 2147 - "shiki": "^3.21.0", 2196 + "semver": "^7.7.4", 2197 + "shiki": "^4.0.2", 2148 2198 "smol-toml": "^1.6.0", 2149 - "svgo": "^4.0.0", 2150 - "tinyexec": "^1.0.2", 2199 + "svgo": "^4.0.1", 2200 + "tinyclip": "^0.1.12", 2201 + "tinyexec": "^1.0.4", 2151 2202 "tinyglobby": "^0.2.15", 2152 2203 "tsconfck": "^3.1.6", 2153 2204 "ultrahtml": "^1.6.0", 2154 - "unifont": "~0.7.3", 2155 - "unist-util-visit": "^5.0.0", 2156 - "unstorage": "^1.17.4", 2205 + "unifont": "~0.7.4", 2206 + "unist-util-visit": "^5.1.0", 2207 + "unstorage": "^1.17.5", 2157 2208 "vfile": "^6.0.3", 2158 - "vite": "^6.4.1", 2159 - "vitefu": "^1.1.1", 2209 + "vite": "^7.3.2", 2210 + "vitefu": "^1.1.2", 2160 2211 "xxhash-wasm": "^1.1.0", 2161 - "yargs-parser": "^21.1.1", 2162 - "yocto-spinner": "^0.2.3", 2163 - "zod": "^3.25.76", 2164 - "zod-to-json-schema": "^3.25.1", 2165 - "zod-to-ts": "^1.2.0" 2212 + "yargs-parser": "^22.0.0", 2213 + "zod": "^4.3.6" 2166 2214 }, 2167 2215 "bin": { 2168 - "astro": "astro.js" 2216 + "astro": "bin/astro.mjs" 2169 2217 }, 2170 2218 "engines": { 2171 - "node": "18.20.8 || ^20.3.0 || >=22.0.0", 2219 + "node": ">=22.12.0", 2172 2220 "npm": ">=9.6.5", 2173 2221 "pnpm": ">=7.1.0" 2174 2222 }, ··· 2210 2258 "type": "github", 2211 2259 "url": "https://github.com/sponsors/wooorm" 2212 2260 } 2213 - }, 2214 - "node_modules/base-64": { 2215 - "version": "1.0.0", 2216 - "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", 2217 - "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==", 2218 - "license": "MIT" 2219 2261 }, 2220 2262 "node_modules/bcp-47": { 2221 2263 "version": "2.1.0", ··· 2248 2290 "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 2249 2291 "license": "ISC" 2250 2292 }, 2251 - "node_modules/boxen": { 2252 - "version": "8.0.1", 2253 - "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz", 2254 - "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==", 2255 - "license": "MIT", 2256 - "dependencies": { 2257 - "ansi-align": "^3.0.1", 2258 - "camelcase": "^8.0.0", 2259 - "chalk": "^5.3.0", 2260 - "cli-boxes": "^3.0.0", 2261 - "string-width": "^7.2.0", 2262 - "type-fest": "^4.21.0", 2263 - "widest-line": "^5.0.0", 2264 - "wrap-ansi": "^9.0.0" 2265 - }, 2266 - "engines": { 2267 - "node": ">=18" 2268 - }, 2269 - "funding": { 2270 - "url": "https://github.com/sponsors/sindresorhus" 2271 - } 2272 - }, 2273 - "node_modules/camelcase": { 2274 - "version": "8.0.0", 2275 - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", 2276 - "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", 2277 - "license": "MIT", 2278 - "engines": { 2279 - "node": ">=16" 2280 - }, 2281 - "funding": { 2282 - "url": "https://github.com/sponsors/sindresorhus" 2283 - } 2284 - }, 2285 2293 "node_modules/ccount": { 2286 2294 "version": "2.0.1", 2287 2295 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", ··· 2292 2300 "url": "https://github.com/sponsors/wooorm" 2293 2301 } 2294 2302 }, 2295 - "node_modules/chalk": { 2296 - "version": "5.6.2", 2297 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 2298 - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 2299 - "license": "MIT", 2300 - "engines": { 2301 - "node": "^12.17.0 || ^14.13 || >=16.0.0" 2302 - }, 2303 - "funding": { 2304 - "url": "https://github.com/chalk/chalk?sponsor=1" 2305 - } 2306 - }, 2307 2303 "node_modules/character-entities": { 2308 2304 "version": "2.0.2", 2309 2305 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", ··· 2374 2370 "node": ">=8" 2375 2371 } 2376 2372 }, 2377 - "node_modules/cli-boxes": { 2378 - "version": "3.0.0", 2379 - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 2380 - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 2381 - "license": "MIT", 2382 - "engines": { 2383 - "node": ">=10" 2384 - }, 2385 - "funding": { 2386 - "url": "https://github.com/sponsors/sindresorhus" 2387 - } 2388 - }, 2389 2373 "node_modules/clsx": { 2390 2374 "version": "2.1.1", 2391 2375 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", ··· 2425 2409 } 2426 2410 }, 2427 2411 "node_modules/common-ancestor-path": { 2428 - "version": "1.0.1", 2429 - "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz", 2430 - "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==", 2431 - "license": "ISC" 2412 + "version": "2.0.0", 2413 + "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz", 2414 + "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==", 2415 + "license": "BlueOak-1.0.0", 2416 + "engines": { 2417 + "node": ">= 18" 2418 + } 2432 2419 }, 2433 2420 "node_modules/cookie": { 2434 2421 "version": "1.1.1", ··· 2616 2603 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 2617 2604 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 2618 2605 "license": "Apache-2.0", 2606 + "optional": true, 2619 2607 "engines": { 2620 2608 "node": ">=8" 2621 - } 2622 - }, 2623 - "node_modules/deterministic-object-hash": { 2624 - "version": "2.0.2", 2625 - "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", 2626 - "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", 2627 - "license": "MIT", 2628 - "dependencies": { 2629 - "base-64": "^1.0.0" 2630 - }, 2631 - "engines": { 2632 - "node": ">=18" 2633 2609 } 2634 2610 }, 2635 2611 "node_modules/devalue": { ··· 2755 2731 "node": ">=4" 2756 2732 } 2757 2733 }, 2758 - "node_modules/emoji-regex": { 2759 - "version": "10.6.0", 2760 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 2761 - "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 2762 - "license": "MIT" 2763 - }, 2764 2734 "node_modules/entities": { 2765 2735 "version": "6.0.1", 2766 2736 "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", ··· 2774 2744 } 2775 2745 }, 2776 2746 "node_modules/es-module-lexer": { 2777 - "version": "1.7.0", 2778 - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", 2779 - "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", 2747 + "version": "2.1.0", 2748 + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz", 2749 + "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==", 2780 2750 "license": "MIT" 2781 2751 }, 2782 2752 "node_modules/esast-util-from-estree": { ··· 2979 2949 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 2980 2950 "license": "MIT" 2981 2951 }, 2952 + "node_modules/fast-string-truncated-width": { 2953 + "version": "3.0.3", 2954 + "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz", 2955 + "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==", 2956 + "license": "MIT" 2957 + }, 2958 + "node_modules/fast-string-width": { 2959 + "version": "3.0.2", 2960 + "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz", 2961 + "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==", 2962 + "license": "MIT", 2963 + "dependencies": { 2964 + "fast-string-truncated-width": "^3.0.2" 2965 + } 2966 + }, 2967 + "node_modules/fast-wrap-ansi": { 2968 + "version": "0.2.0", 2969 + "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz", 2970 + "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==", 2971 + "license": "MIT", 2972 + "dependencies": { 2973 + "fast-string-width": "^3.0.2" 2974 + } 2975 + }, 2982 2976 "node_modules/fdir": { 2983 2977 "version": "6.5.0", 2984 2978 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", ··· 3038 3032 ], 3039 3033 "engines": { 3040 3034 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 3041 - } 3042 - }, 3043 - "node_modules/get-east-asian-width": { 3044 - "version": "1.5.0", 3045 - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz", 3046 - "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==", 3047 - "license": "MIT", 3048 - "engines": { 3049 - "node": ">=18" 3050 - }, 3051 - "funding": { 3052 - "url": "https://github.com/sponsors/sindresorhus" 3053 3035 } 3054 3036 }, 3055 3037 "node_modules/github-slugger": { ··· 3495 3477 "@babel/runtime": "^7.23.2" 3496 3478 } 3497 3479 }, 3498 - "node_modules/import-meta-resolve": { 3499 - "version": "4.2.0", 3500 - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", 3501 - "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", 3502 - "license": "MIT", 3503 - "funding": { 3504 - "type": "github", 3505 - "url": "https://github.com/sponsors/wooorm" 3506 - } 3507 - }, 3508 3480 "node_modules/inline-style-parser": { 3509 3481 "version": "0.2.7", 3510 3482 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", ··· 3555 3527 } 3556 3528 }, 3557 3529 "node_modules/is-docker": { 3558 - "version": "3.0.0", 3559 - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3560 - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3530 + "version": "4.0.0", 3531 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz", 3532 + "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==", 3561 3533 "license": "MIT", 3562 3534 "bin": { 3563 3535 "is-docker": "cli.js" 3564 3536 }, 3565 3537 "engines": { 3566 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3538 + "node": ">=20" 3567 3539 }, 3568 3540 "funding": { 3569 3541 "url": "https://github.com/sponsors/sindresorhus" 3570 - } 3571 - }, 3572 - "node_modules/is-fullwidth-code-point": { 3573 - "version": "3.0.0", 3574 - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 3575 - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 3576 - "license": "MIT", 3577 - "engines": { 3578 - "node": ">=8" 3579 3542 } 3580 3543 }, 3581 3544 "node_modules/is-hexadecimal": { ··· 3606 3569 "url": "https://github.com/sponsors/sindresorhus" 3607 3570 } 3608 3571 }, 3572 + "node_modules/is-inside-container/node_modules/is-docker": { 3573 + "version": "3.0.0", 3574 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3575 + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 3576 + "license": "MIT", 3577 + "bin": { 3578 + "is-docker": "cli.js" 3579 + }, 3580 + "engines": { 3581 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3582 + }, 3583 + "funding": { 3584 + "url": "https://github.com/sponsors/sindresorhus" 3585 + } 3586 + }, 3609 3587 "node_modules/is-plain-obj": { 3610 3588 "version": "4.1.0", 3611 3589 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", ··· 3643 3621 }, 3644 3622 "bin": { 3645 3623 "js-yaml": "bin/js-yaml.js" 3646 - } 3647 - }, 3648 - "node_modules/kleur": { 3649 - "version": "3.0.3", 3650 - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 3651 - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 3652 - "license": "MIT", 3653 - "engines": { 3654 - "node": ">=6" 3655 3624 } 3656 3625 }, 3657 3626 "node_modules/klona": { ··· 4877 4846 "url": "https://github.com/fb55/nth-check?sponsor=1" 4878 4847 } 4879 4848 }, 4849 + "node_modules/obug": { 4850 + "version": "2.1.1", 4851 + "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz", 4852 + "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==", 4853 + "funding": [ 4854 + "https://github.com/sponsors/sxzz", 4855 + "https://opencollective.com/debug" 4856 + ], 4857 + "license": "MIT" 4858 + }, 4880 4859 "node_modules/ofetch": { 4881 4860 "version": "1.5.1", 4882 4861 "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz", ··· 4912 4891 } 4913 4892 }, 4914 4893 "node_modules/p-limit": { 4915 - "version": "6.2.0", 4916 - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz", 4917 - "integrity": "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==", 4894 + "version": "7.3.0", 4895 + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz", 4896 + "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==", 4918 4897 "license": "MIT", 4919 4898 "dependencies": { 4920 - "yocto-queue": "^1.1.1" 4899 + "yocto-queue": "^1.2.1" 4921 4900 }, 4922 4901 "engines": { 4923 - "node": ">=18" 4902 + "node": ">=20" 4924 4903 }, 4925 4904 "funding": { 4926 4905 "url": "https://github.com/sponsors/sindresorhus" 4927 4906 } 4928 4907 }, 4929 4908 "node_modules/p-queue": { 4930 - "version": "8.1.1", 4931 - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", 4932 - "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", 4909 + "version": "9.2.0", 4910 + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.2.0.tgz", 4911 + "integrity": "sha512-dWgLE8AH0HjQ9fe74pUkKkvzzYT18Inp4zra3lKHnnwqGvcfcUBrvF2EAVX+envufDNBOzpPq/IBUONDbI7+3g==", 4933 4912 "license": "MIT", 4934 4913 "dependencies": { 4935 - "eventemitter3": "^5.0.1", 4936 - "p-timeout": "^6.1.2" 4914 + "eventemitter3": "^5.0.4", 4915 + "p-timeout": "^7.0.0" 4937 4916 }, 4938 4917 "engines": { 4939 - "node": ">=18" 4918 + "node": ">=20" 4940 4919 }, 4941 4920 "funding": { 4942 4921 "url": "https://github.com/sponsors/sindresorhus" 4943 4922 } 4944 4923 }, 4945 4924 "node_modules/p-timeout": { 4946 - "version": "6.1.4", 4947 - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", 4948 - "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", 4925 + "version": "7.0.1", 4926 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", 4927 + "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==", 4949 4928 "license": "MIT", 4950 4929 "engines": { 4951 - "node": ">=14.16" 4930 + "node": ">=20" 4952 4931 }, 4953 4932 "funding": { 4954 4933 "url": "https://github.com/sponsors/sindresorhus" ··· 5132 5111 "node": ">=6" 5133 5112 } 5134 5113 }, 5135 - "node_modules/prompts": { 5136 - "version": "2.4.2", 5137 - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 5138 - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 5139 - "license": "MIT", 5140 - "dependencies": { 5141 - "kleur": "^3.0.3", 5142 - "sisteransi": "^1.0.5" 5143 - }, 5144 - "engines": { 5145 - "node": ">= 6" 5146 - } 5147 - }, 5148 5114 "node_modules/property-information": { 5149 5115 "version": "7.1.0", 5150 5116 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", ··· 5607 5573 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", 5608 5574 "hasInstallScript": true, 5609 5575 "license": "Apache-2.0", 5576 + "optional": true, 5610 5577 "dependencies": { 5611 5578 "@img/colour": "^1.0.0", 5612 5579 "detect-libc": "^2.1.2", ··· 5646 5613 } 5647 5614 }, 5648 5615 "node_modules/shiki": { 5649 - "version": "3.23.0", 5650 - "resolved": "https://registry.npmjs.org/shiki/-/shiki-3.23.0.tgz", 5651 - "integrity": "sha512-55Dj73uq9ZXL5zyeRPzHQsK7Nbyt6Y10k5s7OjuFZGMhpp4r/rsLBH0o/0fstIzX1Lep9VxefWljK/SKCzygIA==", 5616 + "version": "4.0.2", 5617 + "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.0.2.tgz", 5618 + "integrity": "sha512-eAVKTMedR5ckPo4xne/PjYQYrU3qx78gtJZ+sHlXEg5IHhhoQhMfZVzetTYuaJS0L2Ef3AcCRzCHV8T0WI6nIQ==", 5652 5619 "license": "MIT", 5653 5620 "dependencies": { 5654 - "@shikijs/core": "3.23.0", 5655 - "@shikijs/engine-javascript": "3.23.0", 5656 - "@shikijs/engine-oniguruma": "3.23.0", 5657 - "@shikijs/langs": "3.23.0", 5658 - "@shikijs/themes": "3.23.0", 5659 - "@shikijs/types": "3.23.0", 5621 + "@shikijs/core": "4.0.2", 5622 + "@shikijs/engine-javascript": "4.0.2", 5623 + "@shikijs/engine-oniguruma": "4.0.2", 5624 + "@shikijs/langs": "4.0.2", 5625 + "@shikijs/themes": "4.0.2", 5626 + "@shikijs/types": "4.0.2", 5660 5627 "@shikijs/vscode-textmate": "^10.0.2", 5661 5628 "@types/hast": "^3.0.4" 5629 + }, 5630 + "engines": { 5631 + "node": ">=20" 5662 5632 } 5663 5633 }, 5664 5634 "node_modules/sisteransi": { ··· 5732 5702 "integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==", 5733 5703 "license": "MIT" 5734 5704 }, 5735 - "node_modules/string-width": { 5736 - "version": "7.2.0", 5737 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 5738 - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 5739 - "license": "MIT", 5740 - "dependencies": { 5741 - "emoji-regex": "^10.3.0", 5742 - "get-east-asian-width": "^1.0.0", 5743 - "strip-ansi": "^7.1.0" 5744 - }, 5745 - "engines": { 5746 - "node": ">=18" 5747 - }, 5748 - "funding": { 5749 - "url": "https://github.com/sponsors/sindresorhus" 5750 - } 5751 - }, 5752 5705 "node_modules/stringify-entities": { 5753 5706 "version": "4.0.4", 5754 5707 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", ··· 5763 5716 "url": "https://github.com/sponsors/wooorm" 5764 5717 } 5765 5718 }, 5766 - "node_modules/strip-ansi": { 5767 - "version": "7.2.0", 5768 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", 5769 - "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", 5770 - "license": "MIT", 5771 - "dependencies": { 5772 - "ansi-regex": "^6.2.2" 5773 - }, 5774 - "engines": { 5775 - "node": ">=12" 5776 - }, 5777 - "funding": { 5778 - "url": "https://github.com/chalk/strip-ansi?sponsor=1" 5779 - } 5780 - }, 5781 5719 "node_modules/style-to-js": { 5782 5720 "version": "1.1.21", 5783 5721 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", ··· 5827 5765 "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", 5828 5766 "license": "MIT" 5829 5767 }, 5768 + "node_modules/tinyclip": { 5769 + "version": "0.1.12", 5770 + "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.12.tgz", 5771 + "integrity": "sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==", 5772 + "license": "MIT", 5773 + "engines": { 5774 + "node": "^16.14.0 || >= 17.3.0" 5775 + } 5776 + }, 5830 5777 "node_modules/tinyexec": { 5831 5778 "version": "1.1.2", 5832 5779 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz", ··· 5899 5846 "license": "0BSD", 5900 5847 "optional": true 5901 5848 }, 5902 - "node_modules/type-fest": { 5903 - "version": "4.41.0", 5904 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", 5905 - "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", 5906 - "license": "(MIT OR CC0-1.0)", 5907 - "engines": { 5908 - "node": ">=16" 5909 - }, 5910 - "funding": { 5911 - "url": "https://github.com/sponsors/sindresorhus" 5912 - } 5913 - }, 5914 - "node_modules/typescript": { 5915 - "version": "5.9.3", 5916 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 5917 - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 5918 - "license": "Apache-2.0", 5919 - "peer": true, 5920 - "bin": { 5921 - "tsc": "bin/tsc", 5922 - "tsserver": "bin/tsserver" 5923 - }, 5924 - "engines": { 5925 - "node": ">=14.17" 5926 - } 5927 - }, 5928 5849 "node_modules/ufo": { 5929 5850 "version": "1.6.4", 5930 5851 "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", ··· 6260 6181 } 6261 6182 }, 6262 6183 "node_modules/vite": { 6263 - "version": "6.4.2", 6264 - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", 6265 - "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", 6184 + "version": "7.3.2", 6185 + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", 6186 + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", 6266 6187 "license": "MIT", 6267 6188 "dependencies": { 6268 - "esbuild": "^0.25.0", 6269 - "fdir": "^6.4.4", 6270 - "picomatch": "^4.0.2", 6271 - "postcss": "^8.5.3", 6272 - "rollup": "^4.34.9", 6273 - "tinyglobby": "^0.2.13" 6189 + "esbuild": "^0.27.0", 6190 + "fdir": "^6.5.0", 6191 + "picomatch": "^4.0.3", 6192 + "postcss": "^8.5.6", 6193 + "rollup": "^4.43.0", 6194 + "tinyglobby": "^0.2.15" 6274 6195 }, 6275 6196 "bin": { 6276 6197 "vite": "bin/vite.js" 6277 6198 }, 6278 6199 "engines": { 6279 - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 6200 + "node": "^20.19.0 || >=22.12.0" 6280 6201 }, 6281 6202 "funding": { 6282 6203 "url": "https://github.com/vitejs/vite?sponsor=1" ··· 6285 6206 "fsevents": "~2.3.3" 6286 6207 }, 6287 6208 "peerDependencies": { 6288 - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 6209 + "@types/node": "^20.19.0 || >=22.12.0", 6289 6210 "jiti": ">=1.21.0", 6290 - "less": "*", 6211 + "less": "^4.0.0", 6291 6212 "lightningcss": "^1.21.0", 6292 - "sass": "*", 6293 - "sass-embedded": "*", 6294 - "stylus": "*", 6295 - "sugarss": "*", 6213 + "sass": "^1.70.0", 6214 + "sass-embedded": "^1.70.0", 6215 + "stylus": ">=0.54.8", 6216 + "sugarss": "^5.0.0", 6296 6217 "terser": "^5.16.0", 6297 6218 "tsx": "^4.8.1", 6298 6219 "yaml": "^2.4.2" ··· 6333 6254 } 6334 6255 } 6335 6256 }, 6336 - "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 6337 - "version": "0.25.12", 6338 - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", 6339 - "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", 6340 - "cpu": [ 6341 - "ppc64" 6342 - ], 6343 - "license": "MIT", 6344 - "optional": true, 6345 - "os": [ 6346 - "aix" 6347 - ], 6348 - "engines": { 6349 - "node": ">=18" 6350 - } 6351 - }, 6352 - "node_modules/vite/node_modules/@esbuild/android-arm": { 6353 - "version": "0.25.12", 6354 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", 6355 - "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", 6356 - "cpu": [ 6357 - "arm" 6358 - ], 6359 - "license": "MIT", 6360 - "optional": true, 6361 - "os": [ 6362 - "android" 6363 - ], 6364 - "engines": { 6365 - "node": ">=18" 6366 - } 6367 - }, 6368 - "node_modules/vite/node_modules/@esbuild/android-arm64": { 6369 - "version": "0.25.12", 6370 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", 6371 - "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", 6372 - "cpu": [ 6373 - "arm64" 6374 - ], 6375 - "license": "MIT", 6376 - "optional": true, 6377 - "os": [ 6378 - "android" 6379 - ], 6380 - "engines": { 6381 - "node": ">=18" 6382 - } 6383 - }, 6384 - "node_modules/vite/node_modules/@esbuild/android-x64": { 6385 - "version": "0.25.12", 6386 - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", 6387 - "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", 6388 - "cpu": [ 6389 - "x64" 6390 - ], 6391 - "license": "MIT", 6392 - "optional": true, 6393 - "os": [ 6394 - "android" 6395 - ], 6396 - "engines": { 6397 - "node": ">=18" 6398 - } 6399 - }, 6400 - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 6401 - "version": "0.25.12", 6402 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", 6403 - "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", 6404 - "cpu": [ 6405 - "arm64" 6406 - ], 6407 - "license": "MIT", 6408 - "optional": true, 6409 - "os": [ 6410 - "darwin" 6411 - ], 6412 - "engines": { 6413 - "node": ">=18" 6414 - } 6415 - }, 6416 - "node_modules/vite/node_modules/@esbuild/darwin-x64": { 6417 - "version": "0.25.12", 6418 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", 6419 - "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", 6420 - "cpu": [ 6421 - "x64" 6422 - ], 6423 - "license": "MIT", 6424 - "optional": true, 6425 - "os": [ 6426 - "darwin" 6427 - ], 6428 - "engines": { 6429 - "node": ">=18" 6430 - } 6431 - }, 6432 - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 6433 - "version": "0.25.12", 6434 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", 6435 - "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", 6436 - "cpu": [ 6437 - "arm64" 6438 - ], 6439 - "license": "MIT", 6440 - "optional": true, 6441 - "os": [ 6442 - "freebsd" 6443 - ], 6444 - "engines": { 6445 - "node": ">=18" 6446 - } 6447 - }, 6448 - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 6449 - "version": "0.25.12", 6450 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", 6451 - "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", 6452 - "cpu": [ 6453 - "x64" 6454 - ], 6455 - "license": "MIT", 6456 - "optional": true, 6457 - "os": [ 6458 - "freebsd" 6459 - ], 6460 - "engines": { 6461 - "node": ">=18" 6462 - } 6463 - }, 6464 - "node_modules/vite/node_modules/@esbuild/linux-arm": { 6465 - "version": "0.25.12", 6466 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", 6467 - "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", 6468 - "cpu": [ 6469 - "arm" 6470 - ], 6471 - "license": "MIT", 6472 - "optional": true, 6473 - "os": [ 6474 - "linux" 6475 - ], 6476 - "engines": { 6477 - "node": ">=18" 6478 - } 6479 - }, 6480 - "node_modules/vite/node_modules/@esbuild/linux-arm64": { 6481 - "version": "0.25.12", 6482 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", 6483 - "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", 6484 - "cpu": [ 6485 - "arm64" 6486 - ], 6487 - "license": "MIT", 6488 - "optional": true, 6489 - "os": [ 6490 - "linux" 6491 - ], 6492 - "engines": { 6493 - "node": ">=18" 6494 - } 6495 - }, 6496 - "node_modules/vite/node_modules/@esbuild/linux-ia32": { 6497 - "version": "0.25.12", 6498 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", 6499 - "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", 6500 - "cpu": [ 6501 - "ia32" 6502 - ], 6503 - "license": "MIT", 6504 - "optional": true, 6505 - "os": [ 6506 - "linux" 6507 - ], 6508 - "engines": { 6509 - "node": ">=18" 6510 - } 6511 - }, 6512 - "node_modules/vite/node_modules/@esbuild/linux-loong64": { 6513 - "version": "0.25.12", 6514 - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", 6515 - "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", 6516 - "cpu": [ 6517 - "loong64" 6518 - ], 6519 - "license": "MIT", 6520 - "optional": true, 6521 - "os": [ 6522 - "linux" 6523 - ], 6524 - "engines": { 6525 - "node": ">=18" 6526 - } 6527 - }, 6528 - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 6529 - "version": "0.25.12", 6530 - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", 6531 - "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", 6532 - "cpu": [ 6533 - "mips64el" 6534 - ], 6535 - "license": "MIT", 6536 - "optional": true, 6537 - "os": [ 6538 - "linux" 6539 - ], 6540 - "engines": { 6541 - "node": ">=18" 6542 - } 6543 - }, 6544 - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 6545 - "version": "0.25.12", 6546 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", 6547 - "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", 6548 - "cpu": [ 6549 - "ppc64" 6550 - ], 6551 - "license": "MIT", 6552 - "optional": true, 6553 - "os": [ 6554 - "linux" 6555 - ], 6556 - "engines": { 6557 - "node": ">=18" 6558 - } 6559 - }, 6560 - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 6561 - "version": "0.25.12", 6562 - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", 6563 - "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", 6564 - "cpu": [ 6565 - "riscv64" 6566 - ], 6567 - "license": "MIT", 6568 - "optional": true, 6569 - "os": [ 6570 - "linux" 6571 - ], 6572 - "engines": { 6573 - "node": ">=18" 6574 - } 6575 - }, 6576 - "node_modules/vite/node_modules/@esbuild/linux-s390x": { 6577 - "version": "0.25.12", 6578 - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", 6579 - "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", 6580 - "cpu": [ 6581 - "s390x" 6582 - ], 6583 - "license": "MIT", 6584 - "optional": true, 6585 - "os": [ 6586 - "linux" 6587 - ], 6588 - "engines": { 6589 - "node": ">=18" 6590 - } 6591 - }, 6592 - "node_modules/vite/node_modules/@esbuild/linux-x64": { 6593 - "version": "0.25.12", 6594 - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", 6595 - "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", 6596 - "cpu": [ 6597 - "x64" 6598 - ], 6599 - "license": "MIT", 6600 - "optional": true, 6601 - "os": [ 6602 - "linux" 6603 - ], 6604 - "engines": { 6605 - "node": ">=18" 6606 - } 6607 - }, 6608 - "node_modules/vite/node_modules/@esbuild/netbsd-arm64": { 6609 - "version": "0.25.12", 6610 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", 6611 - "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", 6612 - "cpu": [ 6613 - "arm64" 6614 - ], 6615 - "license": "MIT", 6616 - "optional": true, 6617 - "os": [ 6618 - "netbsd" 6619 - ], 6620 - "engines": { 6621 - "node": ">=18" 6622 - } 6623 - }, 6624 - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 6625 - "version": "0.25.12", 6626 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", 6627 - "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", 6628 - "cpu": [ 6629 - "x64" 6630 - ], 6631 - "license": "MIT", 6632 - "optional": true, 6633 - "os": [ 6634 - "netbsd" 6635 - ], 6636 - "engines": { 6637 - "node": ">=18" 6638 - } 6639 - }, 6640 - "node_modules/vite/node_modules/@esbuild/openbsd-arm64": { 6641 - "version": "0.25.12", 6642 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", 6643 - "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", 6644 - "cpu": [ 6645 - "arm64" 6646 - ], 6647 - "license": "MIT", 6648 - "optional": true, 6649 - "os": [ 6650 - "openbsd" 6651 - ], 6652 - "engines": { 6653 - "node": ">=18" 6654 - } 6655 - }, 6656 - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 6657 - "version": "0.25.12", 6658 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", 6659 - "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", 6660 - "cpu": [ 6661 - "x64" 6662 - ], 6663 - "license": "MIT", 6664 - "optional": true, 6665 - "os": [ 6666 - "openbsd" 6667 - ], 6668 - "engines": { 6669 - "node": ">=18" 6670 - } 6671 - }, 6672 - "node_modules/vite/node_modules/@esbuild/openharmony-arm64": { 6673 - "version": "0.25.12", 6674 - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", 6675 - "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", 6676 - "cpu": [ 6677 - "arm64" 6678 - ], 6679 - "license": "MIT", 6680 - "optional": true, 6681 - "os": [ 6682 - "openharmony" 6683 - ], 6684 - "engines": { 6685 - "node": ">=18" 6686 - } 6687 - }, 6688 - "node_modules/vite/node_modules/@esbuild/sunos-x64": { 6689 - "version": "0.25.12", 6690 - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", 6691 - "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", 6692 - "cpu": [ 6693 - "x64" 6694 - ], 6695 - "license": "MIT", 6696 - "optional": true, 6697 - "os": [ 6698 - "sunos" 6699 - ], 6700 - "engines": { 6701 - "node": ">=18" 6702 - } 6703 - }, 6704 - "node_modules/vite/node_modules/@esbuild/win32-arm64": { 6705 - "version": "0.25.12", 6706 - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", 6707 - "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", 6708 - "cpu": [ 6709 - "arm64" 6710 - ], 6711 - "license": "MIT", 6712 - "optional": true, 6713 - "os": [ 6714 - "win32" 6715 - ], 6716 - "engines": { 6717 - "node": ">=18" 6718 - } 6719 - }, 6720 - "node_modules/vite/node_modules/@esbuild/win32-ia32": { 6721 - "version": "0.25.12", 6722 - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", 6723 - "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", 6724 - "cpu": [ 6725 - "ia32" 6726 - ], 6727 - "license": "MIT", 6728 - "optional": true, 6729 - "os": [ 6730 - "win32" 6731 - ], 6732 - "engines": { 6733 - "node": ">=18" 6734 - } 6735 - }, 6736 - "node_modules/vite/node_modules/@esbuild/win32-x64": { 6737 - "version": "0.25.12", 6738 - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", 6739 - "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", 6740 - "cpu": [ 6741 - "x64" 6742 - ], 6743 - "license": "MIT", 6744 - "optional": true, 6745 - "os": [ 6746 - "win32" 6747 - ], 6748 - "engines": { 6749 - "node": ">=18" 6750 - } 6751 - }, 6752 - "node_modules/vite/node_modules/esbuild": { 6753 - "version": "0.25.12", 6754 - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", 6755 - "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", 6756 - "hasInstallScript": true, 6757 - "license": "MIT", 6758 - "bin": { 6759 - "esbuild": "bin/esbuild" 6760 - }, 6761 - "engines": { 6762 - "node": ">=18" 6763 - }, 6764 - "optionalDependencies": { 6765 - "@esbuild/aix-ppc64": "0.25.12", 6766 - "@esbuild/android-arm": "0.25.12", 6767 - "@esbuild/android-arm64": "0.25.12", 6768 - "@esbuild/android-x64": "0.25.12", 6769 - "@esbuild/darwin-arm64": "0.25.12", 6770 - "@esbuild/darwin-x64": "0.25.12", 6771 - "@esbuild/freebsd-arm64": "0.25.12", 6772 - "@esbuild/freebsd-x64": "0.25.12", 6773 - "@esbuild/linux-arm": "0.25.12", 6774 - "@esbuild/linux-arm64": "0.25.12", 6775 - "@esbuild/linux-ia32": "0.25.12", 6776 - "@esbuild/linux-loong64": "0.25.12", 6777 - "@esbuild/linux-mips64el": "0.25.12", 6778 - "@esbuild/linux-ppc64": "0.25.12", 6779 - "@esbuild/linux-riscv64": "0.25.12", 6780 - "@esbuild/linux-s390x": "0.25.12", 6781 - "@esbuild/linux-x64": "0.25.12", 6782 - "@esbuild/netbsd-arm64": "0.25.12", 6783 - "@esbuild/netbsd-x64": "0.25.12", 6784 - "@esbuild/openbsd-arm64": "0.25.12", 6785 - "@esbuild/openbsd-x64": "0.25.12", 6786 - "@esbuild/openharmony-arm64": "0.25.12", 6787 - "@esbuild/sunos-x64": "0.25.12", 6788 - "@esbuild/win32-arm64": "0.25.12", 6789 - "@esbuild/win32-ia32": "0.25.12", 6790 - "@esbuild/win32-x64": "0.25.12" 6791 - } 6792 - }, 6793 6257 "node_modules/vitefu": { 6794 6258 "version": "1.1.3", 6795 6259 "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz", ··· 6828 6292 "node": ">=4" 6829 6293 } 6830 6294 }, 6831 - "node_modules/widest-line": { 6832 - "version": "5.0.0", 6833 - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz", 6834 - "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==", 6835 - "license": "MIT", 6836 - "dependencies": { 6837 - "string-width": "^7.0.0" 6838 - }, 6839 - "engines": { 6840 - "node": ">=18" 6841 - }, 6842 - "funding": { 6843 - "url": "https://github.com/sponsors/sindresorhus" 6844 - } 6845 - }, 6846 - "node_modules/wrap-ansi": { 6847 - "version": "9.0.2", 6848 - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 6849 - "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 6850 - "license": "MIT", 6851 - "dependencies": { 6852 - "ansi-styles": "^6.2.1", 6853 - "string-width": "^7.0.0", 6854 - "strip-ansi": "^7.1.0" 6855 - }, 6856 - "engines": { 6857 - "node": ">=18" 6858 - }, 6859 - "funding": { 6860 - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 6861 - } 6862 - }, 6863 6295 "node_modules/xxhash-wasm": { 6864 6296 "version": "1.1.0", 6865 6297 "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", ··· 6867 6299 "license": "MIT" 6868 6300 }, 6869 6301 "node_modules/yargs-parser": { 6870 - "version": "21.1.1", 6871 - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", 6872 - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", 6302 + "version": "22.0.0", 6303 + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz", 6304 + "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==", 6873 6305 "license": "ISC", 6874 6306 "engines": { 6875 - "node": ">=12" 6307 + "node": "^20.19.0 || ^22.12.0 || >=23" 6876 6308 } 6877 6309 }, 6878 6310 "node_modules/yocto-queue": { ··· 6887 6319 "url": "https://github.com/sponsors/sindresorhus" 6888 6320 } 6889 6321 }, 6890 - "node_modules/yocto-spinner": { 6891 - "version": "0.2.3", 6892 - "resolved": "https://registry.npmjs.org/yocto-spinner/-/yocto-spinner-0.2.3.tgz", 6893 - "integrity": "sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==", 6894 - "license": "MIT", 6895 - "dependencies": { 6896 - "yoctocolors": "^2.1.1" 6897 - }, 6898 - "engines": { 6899 - "node": ">=18.19" 6900 - }, 6901 - "funding": { 6902 - "url": "https://github.com/sponsors/sindresorhus" 6903 - } 6904 - }, 6905 - "node_modules/yoctocolors": { 6906 - "version": "2.1.2", 6907 - "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz", 6908 - "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==", 6909 - "license": "MIT", 6910 - "engines": { 6911 - "node": ">=18" 6912 - }, 6913 - "funding": { 6914 - "url": "https://github.com/sponsors/sindresorhus" 6915 - } 6916 - }, 6917 6322 "node_modules/zod": { 6918 - "version": "3.25.76", 6919 - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", 6920 - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", 6323 + "version": "4.4.1", 6324 + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz", 6325 + "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==", 6921 6326 "license": "MIT", 6922 6327 "funding": { 6923 6328 "url": "https://github.com/sponsors/colinhacks" 6924 - } 6925 - }, 6926 - "node_modules/zod-to-json-schema": { 6927 - "version": "3.25.2", 6928 - "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz", 6929 - "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==", 6930 - "license": "ISC", 6931 - "peerDependencies": { 6932 - "zod": "^3.25.28 || ^4" 6933 - } 6934 - }, 6935 - "node_modules/zod-to-ts": { 6936 - "version": "1.2.0", 6937 - "resolved": "https://registry.npmjs.org/zod-to-ts/-/zod-to-ts-1.2.0.tgz", 6938 - "integrity": "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==", 6939 - "peerDependencies": { 6940 - "typescript": "^4.9.4 || ^5.0.2", 6941 - "zod": "^3" 6942 6329 } 6943 6330 }, 6944 6331 "node_modules/zwitch": {
+2 -4
docs/package.json
··· 11 11 "astro": "astro" 12 12 }, 13 13 "dependencies": { 14 - "@astrojs/starlight": "^0.36.0", 15 - "astro": "^5.13.0", 16 - "sharp": "^0.34.0", 17 - "zod": "^3.25.76" 14 + "@astrojs/starlight": "^0.38.4", 15 + "astro": "^6.1.10" 18 16 } 19 17 }