Mirror of
0
fork

Configure Feed

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

feat: upgrade Astro, Starlight, add Sharp, and add ts-ignore comment

+1228 -1557
+3 -3
docs/package.json
··· 10 10 "start": "astro dev" 11 11 }, 12 12 "dependencies": { 13 - "@astrojs/starlight": "^0.33.0", 13 + "@astrojs/starlight": "^0.36.2", 14 14 "@hideoo/starlight-plugins-docs-components": "^0.4.0", 15 15 "@trueberryless-org/starlight-plugins-docs-components": "^0.4.1", 16 - "astro": "^5.6.1", 17 - "sharp": "^0.32.5", 16 + "astro": "^5.15.3", 17 + "sharp": "^0.34.4", 18 18 "starlight-contributor-list": "^0.3.0", 19 19 "starlight-links-validator": "^0.14.3", 20 20 "starlight-package-managers": "^0.10.0",
+1
packages/starlight-save-file-component/components/SaveFile.astro
··· 1 1 --- 2 2 import { Icon } from "@astrojs/starlight/components"; 3 + // @ts-ignore 3 4 import type { HTMLAttributes } from "astro/types"; 4 5 5 6 interface Props extends Omit<HTMLAttributes<"a">, "title"> {
+1224 -1554
pnpm-lock.yaml
··· 13 13 version: 0.5.1 14 14 '@changesets/cli': 15 15 specifier: ^2.27.11 16 - version: 2.28.1 16 + version: 2.29.7(@types/node@24.9.2) 17 17 '@trivago/prettier-plugin-sort-imports': 18 18 specifier: 5.2.2 19 19 version: 5.2.2(prettier@3.5.3) ··· 27 27 docs: 28 28 dependencies: 29 29 '@astrojs/starlight': 30 - specifier: ^0.33.0 31 - version: 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 30 + specifier: ^0.36.2 31 + version: 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 33 specifier: ^0.4.0 34 - version: 0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 34 + version: 0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 36 specifier: ^0.4.1 37 - version: 0.4.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 37 + version: 0.4.2(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 38 38 astro: 39 - specifier: ^5.6.1 40 - version: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 39 + specifier: ^5.15.3 40 + version: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 41 41 sharp: 42 - specifier: ^0.32.5 43 - version: 0.32.6 42 + specifier: ^0.34.4 43 + version: 0.34.4 44 44 starlight-contributor-list: 45 45 specifier: ^0.3.0 46 - version: 0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 46 + version: 0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 47 47 starlight-links-validator: 48 48 specifier: ^0.14.3 49 - version: 0.14.3(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 49 + version: 0.14.3(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 50 50 starlight-package-managers: 51 51 specifier: ^0.10.0 52 - version: 0.10.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 52 + version: 0.10.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 53 53 starlight-save-file-component: 54 54 specifier: workspace:* 55 55 version: link:../packages/starlight-save-file-component ··· 58 58 dependencies: 59 59 '@astrojs/starlight': 60 60 specifier: '>=0.32' 61 - version: 0.32.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 61 + version: 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 62 62 63 63 packages: 64 64 ··· 74 74 '@astro-community/astro-embed-utils@0.1.3': 75 75 resolution: {integrity: sha512-eiMO+vfCdE9GtW6qE7X5Xl6YCKZDCoXJEWqRofQcoC3GHjqN2/WhJlnaxNVRq3demSO03UNtho57Em5p7o7AOA==} 76 76 77 - '@astro-community/astro-embed-youtube@0.5.6': 78 - resolution: {integrity: sha512-/mRfCl/eTBUz0kmjD1psOy0qoDDBorVp0QumUacjFcIkBullYtbeFQ2ZGZ+3N/tA6cR/OIyzr2QA4dQXlY6USg==} 77 + '@astro-community/astro-embed-youtube@0.5.7': 78 + resolution: {integrity: sha512-Yq1cw4JCnrjnf/278frWZ9VQyAjyAwUd1CH2XZHFt9pNb5PeFNoRUSPlBvUzN6F/XorkWEEyE2N98rcdyx9mHg==} 79 79 peerDependencies: 80 80 astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta 81 81 82 - '@astrojs/compiler@2.10.4': 83 - resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==} 82 + '@astrojs/compiler@2.13.0': 83 + resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} 84 84 85 - '@astrojs/compiler@2.11.0': 86 - resolution: {integrity: sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==} 85 + '@astrojs/internal-helpers@0.7.4': 86 + resolution: {integrity: sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==} 87 87 88 - '@astrojs/internal-helpers@0.6.0': 89 - resolution: {integrity: sha512-XgHIJDQaGlFnTr0sDp1PiJrtqsWzbHP2qkTU+JpQ8SnBewKP2IKOe/wqCkl0CyfyRXRu3TSWu4t/cpYMVfuBNA==} 88 + '@astrojs/markdown-remark@6.3.8': 89 + resolution: {integrity: sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==} 90 90 91 - '@astrojs/internal-helpers@0.6.1': 92 - resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 93 - 94 - '@astrojs/markdown-remark@6.2.0': 95 - resolution: {integrity: sha512-LUDjgd9p1yG0qTFSocaj3GOLmZs8Hsw/pNtvqzvNY58Acebxvb/46vDO/e/wxYgsKgIfWS+p+ZI5SfOjoVrbCg==} 96 - 97 - '@astrojs/markdown-remark@6.3.1': 98 - resolution: {integrity: sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==} 99 - 100 - '@astrojs/mdx@4.1.0': 101 - resolution: {integrity: sha512-M7BaYhVTT7Q/iS2EoEaUngQnN+D2jPCWmNS1TIY31bDyz3MOf+dZmuqODJOEUdBBAASkQE+MhzyPds/N2o6csw==} 102 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 91 + '@astrojs/mdx@4.3.9': 92 + resolution: {integrity: sha512-80LHiM4z3FxAjATHNgFpa8nlTNSprAWB4UUKnr/QG56Pwk7uRnJWrXlok4wSCi/3fg8kTZ98A408Q91M+iqJdw==} 93 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 103 94 peerDependencies: 104 95 astro: ^5.0.0 105 96 106 - '@astrojs/prism@3.2.0': 107 - resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} 108 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 97 + '@astrojs/prism@3.3.0': 98 + resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} 99 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 109 100 110 - '@astrojs/sitemap@3.2.1': 111 - resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==} 101 + '@astrojs/sitemap@3.6.0': 102 + resolution: {integrity: sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==} 112 103 113 - '@astrojs/starlight@0.32.2': 114 - resolution: {integrity: sha512-FLz8Y8R+GsD0jD/G64bYijwwVsAq99Ugk2bJYRmH2k1reYMh83GRma2IaKGgSI2fLNEu7tdyG4cpkwrwP3W02A==} 104 + '@astrojs/starlight@0.36.2': 105 + resolution: {integrity: sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==} 115 106 peerDependencies: 116 - astro: ^5.1.5 107 + astro: ^5.5.0 117 108 118 - '@astrojs/starlight@0.33.0': 119 - resolution: {integrity: sha512-BAdz3TJ5f7e0iDwu7ZNy6i6Rlca2sgi416K8pGPN3VMIlgJmj9NCqSUGZh+OQhk5FNzmnssi8w+xQQeNpe5hDw==} 120 - peerDependencies: 121 - astro: ^5.1.5 109 + '@astrojs/telemetry@3.3.0': 110 + resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} 111 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 122 112 123 - '@astrojs/telemetry@3.2.0': 124 - resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==} 125 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 113 + '@babel/code-frame@7.27.1': 114 + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 115 + engines: {node: '>=6.9.0'} 126 116 127 - '@babel/code-frame@7.26.2': 128 - resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} 117 + '@babel/generator@7.28.5': 118 + resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 129 119 engines: {node: '>=6.9.0'} 130 120 131 - '@babel/generator@7.26.9': 132 - resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==} 121 + '@babel/helper-globals@7.28.0': 122 + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 133 123 engines: {node: '>=6.9.0'} 134 124 135 - '@babel/helper-string-parser@7.25.9': 136 - resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} 125 + '@babel/helper-string-parser@7.27.1': 126 + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 137 127 engines: {node: '>=6.9.0'} 138 128 139 - '@babel/helper-validator-identifier@7.25.9': 140 - resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} 129 + '@babel/helper-validator-identifier@7.28.5': 130 + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 141 131 engines: {node: '>=6.9.0'} 142 132 143 - '@babel/parser@7.26.9': 144 - resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} 133 + '@babel/parser@7.28.5': 134 + resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 145 135 engines: {node: '>=6.0.0'} 146 136 hasBin: true 147 137 148 - '@babel/runtime@7.26.9': 149 - resolution: {integrity: sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==} 138 + '@babel/runtime@7.28.4': 139 + resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} 150 140 engines: {node: '>=6.9.0'} 151 141 152 - '@babel/template@7.26.9': 153 - resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==} 142 + '@babel/template@7.27.2': 143 + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 154 144 engines: {node: '>=6.9.0'} 155 145 156 - '@babel/traverse@7.26.9': 157 - resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==} 146 + '@babel/traverse@7.28.5': 147 + resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} 158 148 engines: {node: '>=6.9.0'} 159 149 160 - '@babel/types@7.26.9': 161 - resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} 150 + '@babel/types@7.28.5': 151 + resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 162 152 engines: {node: '>=6.9.0'} 163 153 164 - '@changesets/apply-release-plan@7.0.10': 165 - resolution: {integrity: sha512-wNyeIJ3yDsVspYvHnEz1xQDq18D9ifed3lI+wxRQRK4pArUcuHgCTrHv0QRnnwjhVCQACxZ+CBih3wgOct6UXw==} 154 + '@capsizecss/unpack@3.0.0': 155 + resolution: {integrity: sha512-+ntATQe1AlL7nTOYjwjj6w3299CgRot48wL761TUGYpYgAou3AaONZazp0PKZyCyWhudWsjhq1nvRHOvbMzhTA==} 156 + engines: {node: '>=18'} 157 + 158 + '@changesets/apply-release-plan@7.0.13': 159 + resolution: {integrity: sha512-BIW7bofD2yAWoE8H4V40FikC+1nNFEKBisMECccS16W1rt6qqhNTBDmIw5HaqmMgtLNz9e7oiALiEUuKrQ4oHg==} 166 160 167 - '@changesets/assemble-release-plan@6.0.6': 168 - resolution: {integrity: sha512-Frkj8hWJ1FRZiY3kzVCKzS0N5mMwWKwmv9vpam7vt8rZjLL1JMthdh6pSDVSPumHPshTTkKZ0VtNbE0cJHZZUg==} 161 + '@changesets/assemble-release-plan@6.0.9': 162 + resolution: {integrity: sha512-tPgeeqCHIwNo8sypKlS3gOPmsS3wP0zHt67JDuL20P4QcXiw/O4Hl7oXiuLnP9yg+rXLQ2sScdV1Kkzde61iSQ==} 169 163 170 164 '@changesets/changelog-git@0.2.1': 171 165 resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} ··· 173 167 '@changesets/changelog-github@0.5.1': 174 168 resolution: {integrity: sha512-BVuHtF+hrhUScSoHnJwTELB4/INQxVFc+P/Qdt20BLiBFIHFJDDUaGsZw+8fQeJTRP5hJZrzpt3oZWh0G19rAQ==} 175 169 176 - '@changesets/cli@2.28.1': 177 - resolution: {integrity: sha512-PiIyGRmSc6JddQJe/W1hRPjiN4VrMvb2VfQ6Uydy2punBioQrsxppyG5WafinKcW1mT0jOe/wU4k9Zy5ff21AA==} 170 + '@changesets/cli@2.29.7': 171 + resolution: {integrity: sha512-R7RqWoaksyyKXbKXBTbT4REdy22yH81mcFK6sWtqSanxUCbUi9Uf+6aqxZtDQouIqPdem2W56CdxXgsxdq7FLQ==} 178 172 hasBin: true 179 173 180 174 '@changesets/config@3.1.1': ··· 189 183 '@changesets/get-github-info@0.6.0': 190 184 resolution: {integrity: sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==} 191 185 192 - '@changesets/get-release-plan@4.0.8': 193 - resolution: {integrity: sha512-MM4mq2+DQU1ZT7nqxnpveDMTkMBLnwNX44cX7NSxlXmr7f8hO6/S2MXNiXG54uf/0nYnefv0cfy4Czf/ZL/EKQ==} 186 + '@changesets/get-release-plan@4.0.13': 187 + resolution: {integrity: sha512-DWG1pus72FcNeXkM12tx+xtExyH/c9I1z+2aXlObH3i9YA7+WZEVaiHzHl03thpvAgWTRaH64MpfHxozfF7Dvg==} 194 188 195 189 '@changesets/get-version-range-type@0.4.0': 196 190 resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} 197 191 198 - '@changesets/git@3.0.2': 199 - resolution: {integrity: sha512-r1/Kju9Y8OxRRdvna+nxpQIsMsRQn9dhhAZt94FLDeu0Hij2hnOozW8iqnHBgvu+KdnJppCveQwK4odwfw/aWQ==} 192 + '@changesets/git@3.0.4': 193 + resolution: {integrity: sha512-BXANzRFkX+XcC1q/d27NKvlJ1yf7PSAgi8JG6dt8EfbHFHi4neau7mufcSca5zRhwOL8j9s6EqsxmT+s+/E6Sw==} 200 194 201 195 '@changesets/logger@0.1.1': 202 196 resolution: {integrity: sha512-OQtR36ZlnuTxKqoW4Sv6x5YIhOmClRd5pWsjZsddYxpWs517R0HkyiefQPIytCVh4ZcC5x9XaG8KTdd5iRQUfg==} ··· 207 201 '@changesets/pre@2.0.2': 208 202 resolution: {integrity: sha512-HaL/gEyFVvkf9KFg6484wR9s0qjAXlZ8qWPDkTyKF6+zqjBe/I2mygg3MbpZ++hdi0ToqNUF8cjj7fBy0dg8Ug==} 209 203 210 - '@changesets/read@0.6.3': 211 - resolution: {integrity: sha512-9H4p/OuJ3jXEUTjaVGdQEhBdqoT2cO5Ts95JTFsQyawmKzpL8FnIeJSyhTDPW1MBRDnwZlHFEM9SpPwJDY5wIg==} 204 + '@changesets/read@0.6.5': 205 + resolution: {integrity: sha512-UPzNGhsSjHD3Veb0xO/MwvasGe8eMyNrR/sT9gR8Q3DhOQZirgKhhXv/8hVsI0QpPjR004Z9iFxoJU6in3uGMg==} 212 206 213 207 '@changesets/should-skip-package@0.1.2': 214 208 resolution: {integrity: sha512-qAK/WrqWLNCP22UDdBTMPH5f41elVDlsNyat180A33dWxuUDyNpg6fPi/FyTZwRriVjg0L8gnjJn2F9XAoF0qw==} ··· 222 216 '@changesets/write@0.4.0': 223 217 resolution: {integrity: sha512-CdTLvIOPiCNuH71pyDu3rA+Q0n65cmAbXnwWH84rKGiFumFzkmHNT8KHTMEchcxN+Kl8I54xGUhJ7l3E7X396Q==} 224 218 225 - '@ctrl/tinycolor@4.1.0': 226 - resolution: {integrity: sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==} 219 + '@ctrl/tinycolor@4.2.0': 220 + resolution: {integrity: sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==} 227 221 engines: {node: '>=14'} 228 222 229 - '@emnapi/runtime@1.3.1': 230 - resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} 223 + '@emnapi/runtime@1.6.0': 224 + resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==} 231 225 232 - '@esbuild/aix-ppc64@0.25.0': 233 - resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==} 226 + '@esbuild/aix-ppc64@0.25.12': 227 + resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 234 228 engines: {node: '>=18'} 235 229 cpu: [ppc64] 236 230 os: [aix] 237 231 238 - '@esbuild/android-arm64@0.25.0': 239 - resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==} 232 + '@esbuild/android-arm64@0.25.12': 233 + resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 240 234 engines: {node: '>=18'} 241 235 cpu: [arm64] 242 236 os: [android] 243 237 244 - '@esbuild/android-arm@0.25.0': 245 - resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==} 238 + '@esbuild/android-arm@0.25.12': 239 + resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 246 240 engines: {node: '>=18'} 247 241 cpu: [arm] 248 242 os: [android] 249 243 250 - '@esbuild/android-x64@0.25.0': 251 - resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==} 244 + '@esbuild/android-x64@0.25.12': 245 + resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 252 246 engines: {node: '>=18'} 253 247 cpu: [x64] 254 248 os: [android] 255 249 256 - '@esbuild/darwin-arm64@0.25.0': 257 - resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==} 250 + '@esbuild/darwin-arm64@0.25.12': 251 + resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} 258 252 engines: {node: '>=18'} 259 253 cpu: [arm64] 260 254 os: [darwin] 261 255 262 - '@esbuild/darwin-x64@0.25.0': 263 - resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==} 256 + '@esbuild/darwin-x64@0.25.12': 257 + resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} 264 258 engines: {node: '>=18'} 265 259 cpu: [x64] 266 260 os: [darwin] 267 261 268 - '@esbuild/freebsd-arm64@0.25.0': 269 - resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==} 262 + '@esbuild/freebsd-arm64@0.25.12': 263 + resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 270 264 engines: {node: '>=18'} 271 265 cpu: [arm64] 272 266 os: [freebsd] 273 267 274 - '@esbuild/freebsd-x64@0.25.0': 275 - resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==} 268 + '@esbuild/freebsd-x64@0.25.12': 269 + resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 276 270 engines: {node: '>=18'} 277 271 cpu: [x64] 278 272 os: [freebsd] 279 273 280 - '@esbuild/linux-arm64@0.25.0': 281 - resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==} 274 + '@esbuild/linux-arm64@0.25.12': 275 + resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 282 276 engines: {node: '>=18'} 283 277 cpu: [arm64] 284 278 os: [linux] 285 279 286 - '@esbuild/linux-arm@0.25.0': 287 - resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==} 280 + '@esbuild/linux-arm@0.25.12': 281 + resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 288 282 engines: {node: '>=18'} 289 283 cpu: [arm] 290 284 os: [linux] 291 285 292 - '@esbuild/linux-ia32@0.25.0': 293 - resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==} 286 + '@esbuild/linux-ia32@0.25.12': 287 + resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 294 288 engines: {node: '>=18'} 295 289 cpu: [ia32] 296 290 os: [linux] 297 291 298 - '@esbuild/linux-loong64@0.25.0': 299 - resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==} 292 + '@esbuild/linux-loong64@0.25.12': 293 + resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 300 294 engines: {node: '>=18'} 301 295 cpu: [loong64] 302 296 os: [linux] 303 297 304 - '@esbuild/linux-mips64el@0.25.0': 305 - resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==} 298 + '@esbuild/linux-mips64el@0.25.12': 299 + resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 306 300 engines: {node: '>=18'} 307 301 cpu: [mips64el] 308 302 os: [linux] 309 303 310 - '@esbuild/linux-ppc64@0.25.0': 311 - resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==} 304 + '@esbuild/linux-ppc64@0.25.12': 305 + resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 312 306 engines: {node: '>=18'} 313 307 cpu: [ppc64] 314 308 os: [linux] 315 309 316 - '@esbuild/linux-riscv64@0.25.0': 317 - resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==} 310 + '@esbuild/linux-riscv64@0.25.12': 311 + resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 318 312 engines: {node: '>=18'} 319 313 cpu: [riscv64] 320 314 os: [linux] 321 315 322 - '@esbuild/linux-s390x@0.25.0': 323 - resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==} 316 + '@esbuild/linux-s390x@0.25.12': 317 + resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} 324 318 engines: {node: '>=18'} 325 319 cpu: [s390x] 326 320 os: [linux] 327 321 328 - '@esbuild/linux-x64@0.25.0': 329 - resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==} 322 + '@esbuild/linux-x64@0.25.12': 323 + resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} 330 324 engines: {node: '>=18'} 331 325 cpu: [x64] 332 326 os: [linux] 333 327 334 - '@esbuild/netbsd-arm64@0.25.0': 335 - resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} 328 + '@esbuild/netbsd-arm64@0.25.12': 329 + resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 336 330 engines: {node: '>=18'} 337 331 cpu: [arm64] 338 332 os: [netbsd] 339 333 340 - '@esbuild/netbsd-x64@0.25.0': 341 - resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==} 334 + '@esbuild/netbsd-x64@0.25.12': 335 + resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 342 336 engines: {node: '>=18'} 343 337 cpu: [x64] 344 338 os: [netbsd] 345 339 346 - '@esbuild/openbsd-arm64@0.25.0': 347 - resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} 340 + '@esbuild/openbsd-arm64@0.25.12': 341 + resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 348 342 engines: {node: '>=18'} 349 343 cpu: [arm64] 350 344 os: [openbsd] 351 345 352 - '@esbuild/openbsd-x64@0.25.0': 353 - resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==} 346 + '@esbuild/openbsd-x64@0.25.12': 347 + resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} 354 348 engines: {node: '>=18'} 355 349 cpu: [x64] 356 350 os: [openbsd] 357 351 358 - '@esbuild/sunos-x64@0.25.0': 359 - resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==} 352 + '@esbuild/openharmony-arm64@0.25.12': 353 + resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 354 + engines: {node: '>=18'} 355 + cpu: [arm64] 356 + os: [openharmony] 357 + 358 + '@esbuild/sunos-x64@0.25.12': 359 + resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 360 360 engines: {node: '>=18'} 361 361 cpu: [x64] 362 362 os: [sunos] 363 363 364 - '@esbuild/win32-arm64@0.25.0': 365 - resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==} 364 + '@esbuild/win32-arm64@0.25.12': 365 + resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 366 366 engines: {node: '>=18'} 367 367 cpu: [arm64] 368 368 os: [win32] 369 369 370 - '@esbuild/win32-ia32@0.25.0': 371 - resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==} 370 + '@esbuild/win32-ia32@0.25.12': 371 + resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 372 372 engines: {node: '>=18'} 373 373 cpu: [ia32] 374 374 os: [win32] 375 375 376 - '@esbuild/win32-x64@0.25.0': 377 - resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==} 376 + '@esbuild/win32-x64@0.25.12': 377 + resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 378 378 engines: {node: '>=18'} 379 379 cpu: [x64] 380 380 os: [win32] 381 381 382 - '@expressive-code/core@0.40.2': 383 - resolution: {integrity: sha512-gXY3v7jbgz6nWKvRpoDxK4AHUPkZRuJsM79vHX/5uhV9/qX6Qnctp/U/dMHog/LCVXcuOps+5nRmf1uxQVPb3w==} 382 + '@expressive-code/core@0.41.3': 383 + resolution: {integrity: sha512-9qzohqU7O0+JwMEEgQhnBPOw5DtsQRBXhW++5fvEywsuX44vCGGof1SL5OvPElvNgaWZ4pFZAFSlkNOkGyLwSQ==} 384 384 385 - '@expressive-code/plugin-frames@0.40.2': 386 - resolution: {integrity: sha512-aLw5IlDlZWb10Jo/TTDCVsmJhKfZ7FJI83Zo9VDrV0OBlmHAg7klZqw68VDz7FlftIBVAmMby53/MNXPnMjTSQ==} 385 + '@expressive-code/plugin-frames@0.41.3': 386 + resolution: {integrity: sha512-rFQtmf/3N2CK3Cq/uERweMTYZnBu+CwxBdHuOftEmfA9iBE7gTVvwpbh82P9ZxkPLvc40UMhYt7uNuAZexycRQ==} 387 387 388 - '@expressive-code/plugin-shiki@0.40.2': 389 - resolution: {integrity: sha512-t2HMR5BO6GdDW1c1ISBTk66xO503e/Z8ecZdNcr6E4NpUfvY+MRje+LtrcvbBqMwWBBO8RpVKcam/Uy+1GxwKQ==} 388 + '@expressive-code/plugin-shiki@0.41.3': 389 + resolution: {integrity: sha512-RlTARoopzhFJIOVHLGvuXJ8DCEme/hjV+ZnRJBIxzxsKVpGPW4Oshqg9xGhWTYdHstTsxO663s0cdBLzZj9TQA==} 390 390 391 - '@expressive-code/plugin-text-markers@0.40.2': 392 - resolution: {integrity: sha512-/XoLjD67K9nfM4TgDlXAExzMJp6ewFKxNpfUw4F7q5Ecy+IU3/9zQQG/O70Zy+RxYTwKGw2MA9kd7yelsxnSmw==} 391 + '@expressive-code/plugin-text-markers@0.41.3': 392 + resolution: {integrity: sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==} 393 393 394 - '@hideoo/starlight-plugins-docs-components@0.4.0': 395 - resolution: {integrity: sha512-MbpFyLriouQVxyDmyq5Gaa1TIrFrJm3krR8QwPIbhEOVtJIf0Xi85gJAYQgt8uBH8ul98foq0sSsIAp5MWIkAQ==} 394 + '@hideoo/starlight-plugins-docs-components@0.4.1': 395 + resolution: {integrity: sha512-BSZXKNzHI0Flgm7Io/YuDM7M1GPkeaUSj0kaxBfnVPwVoM6qhRZ9piY1YcwCnCxYuiK1nhraW4FNOvVmcV2EKw==} 396 396 engines: {node: '>=18'} 397 397 peerDependencies: 398 398 '@astrojs/starlight': '>=0.30.0' 399 399 400 - '@img/sharp-darwin-arm64@0.33.5': 401 - resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 400 + '@img/colour@1.0.0': 401 + resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 402 + engines: {node: '>=18'} 403 + 404 + '@img/sharp-darwin-arm64@0.34.4': 405 + resolution: {integrity: sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==} 402 406 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 403 407 cpu: [arm64] 404 408 os: [darwin] 405 409 406 - '@img/sharp-darwin-x64@0.33.5': 407 - resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 410 + '@img/sharp-darwin-x64@0.34.4': 411 + resolution: {integrity: sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==} 408 412 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 409 413 cpu: [x64] 410 414 os: [darwin] 411 415 412 - '@img/sharp-libvips-darwin-arm64@1.0.4': 413 - resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 416 + '@img/sharp-libvips-darwin-arm64@1.2.3': 417 + resolution: {integrity: sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==} 414 418 cpu: [arm64] 415 419 os: [darwin] 416 420 417 - '@img/sharp-libvips-darwin-x64@1.0.4': 418 - resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 421 + '@img/sharp-libvips-darwin-x64@1.2.3': 422 + resolution: {integrity: sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==} 419 423 cpu: [x64] 420 424 os: [darwin] 421 425 422 - '@img/sharp-libvips-linux-arm64@1.0.4': 423 - resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 426 + '@img/sharp-libvips-linux-arm64@1.2.3': 427 + resolution: {integrity: sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==} 424 428 cpu: [arm64] 425 429 os: [linux] 426 430 427 - '@img/sharp-libvips-linux-arm@1.0.5': 428 - resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 431 + '@img/sharp-libvips-linux-arm@1.2.3': 432 + resolution: {integrity: sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==} 429 433 cpu: [arm] 430 434 os: [linux] 431 435 432 - '@img/sharp-libvips-linux-s390x@1.0.4': 433 - resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 436 + '@img/sharp-libvips-linux-ppc64@1.2.3': 437 + resolution: {integrity: sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==} 438 + cpu: [ppc64] 439 + os: [linux] 440 + 441 + '@img/sharp-libvips-linux-s390x@1.2.3': 442 + resolution: {integrity: sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==} 434 443 cpu: [s390x] 435 444 os: [linux] 436 445 437 - '@img/sharp-libvips-linux-x64@1.0.4': 438 - resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 446 + '@img/sharp-libvips-linux-x64@1.2.3': 447 + resolution: {integrity: sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==} 439 448 cpu: [x64] 440 449 os: [linux] 441 450 442 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 443 - resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 451 + '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 452 + resolution: {integrity: sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==} 444 453 cpu: [arm64] 445 454 os: [linux] 446 455 447 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 448 - resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 456 + '@img/sharp-libvips-linuxmusl-x64@1.2.3': 457 + resolution: {integrity: sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==} 449 458 cpu: [x64] 450 459 os: [linux] 451 460 452 - '@img/sharp-linux-arm64@0.33.5': 453 - resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 461 + '@img/sharp-linux-arm64@0.34.4': 462 + resolution: {integrity: sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==} 454 463 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 455 464 cpu: [arm64] 456 465 os: [linux] 457 466 458 - '@img/sharp-linux-arm@0.33.5': 459 - resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 467 + '@img/sharp-linux-arm@0.34.4': 468 + resolution: {integrity: sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==} 460 469 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 461 470 cpu: [arm] 462 471 os: [linux] 463 472 464 - '@img/sharp-linux-s390x@0.33.5': 465 - resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 473 + '@img/sharp-linux-ppc64@0.34.4': 474 + resolution: {integrity: sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==} 475 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 476 + cpu: [ppc64] 477 + os: [linux] 478 + 479 + '@img/sharp-linux-s390x@0.34.4': 480 + resolution: {integrity: sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==} 466 481 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 467 482 cpu: [s390x] 468 483 os: [linux] 469 484 470 - '@img/sharp-linux-x64@0.33.5': 471 - resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 485 + '@img/sharp-linux-x64@0.34.4': 486 + resolution: {integrity: sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==} 472 487 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 473 488 cpu: [x64] 474 489 os: [linux] 475 490 476 - '@img/sharp-linuxmusl-arm64@0.33.5': 477 - resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 491 + '@img/sharp-linuxmusl-arm64@0.34.4': 492 + resolution: {integrity: sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==} 478 493 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 479 494 cpu: [arm64] 480 495 os: [linux] 481 496 482 - '@img/sharp-linuxmusl-x64@0.33.5': 483 - resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 497 + '@img/sharp-linuxmusl-x64@0.34.4': 498 + resolution: {integrity: sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==} 484 499 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 485 500 cpu: [x64] 486 501 os: [linux] 487 502 488 - '@img/sharp-wasm32@0.33.5': 489 - resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 503 + '@img/sharp-wasm32@0.34.4': 504 + resolution: {integrity: sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==} 490 505 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 491 506 cpu: [wasm32] 492 507 493 - '@img/sharp-win32-ia32@0.33.5': 494 - resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 508 + '@img/sharp-win32-arm64@0.34.4': 509 + resolution: {integrity: sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==} 510 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 511 + cpu: [arm64] 512 + os: [win32] 513 + 514 + '@img/sharp-win32-ia32@0.34.4': 515 + resolution: {integrity: sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==} 495 516 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 496 517 cpu: [ia32] 497 518 os: [win32] 498 519 499 - '@img/sharp-win32-x64@0.33.5': 500 - resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 520 + '@img/sharp-win32-x64@0.34.4': 521 + resolution: {integrity: sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==} 501 522 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 502 523 cpu: [x64] 503 524 os: [win32] 504 525 505 - '@jridgewell/gen-mapping@0.3.8': 506 - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 507 - engines: {node: '>=6.0.0'} 526 + '@inquirer/external-editor@1.0.2': 527 + resolution: {integrity: sha512-yy9cOoBnx58TlsPrIxauKIFQTiyH+0MK4e97y4sV9ERbI+zDxw7i2hxHLCIEGIE/8PPvDxGhgzIOTSOWcs6/MQ==} 528 + engines: {node: '>=18'} 529 + peerDependencies: 530 + '@types/node': '>=18' 531 + peerDependenciesMeta: 532 + '@types/node': 533 + optional: true 534 + 535 + '@jridgewell/gen-mapping@0.3.13': 536 + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} 508 537 509 538 '@jridgewell/resolve-uri@3.1.2': 510 539 resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 511 540 engines: {node: '>=6.0.0'} 512 541 513 - '@jridgewell/set-array@1.2.1': 514 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 515 - engines: {node: '>=6.0.0'} 516 - 517 - '@jridgewell/sourcemap-codec@1.5.0': 518 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 542 + '@jridgewell/sourcemap-codec@1.5.5': 543 + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 519 544 520 - '@jridgewell/trace-mapping@0.3.25': 521 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 545 + '@jridgewell/trace-mapping@0.3.31': 546 + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 522 547 523 548 '@manypkg/find-root@1.1.0': 524 549 resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} ··· 526 551 '@manypkg/get-packages@1.1.3': 527 552 resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} 528 553 529 - '@mdx-js/mdx@3.1.0': 530 - resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} 554 + '@mdx-js/mdx@3.1.1': 555 + resolution: {integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==} 531 556 532 557 '@nodelib/fs.scandir@2.1.5': 533 558 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} ··· 544 569 '@oslojs/encoding@1.1.0': 545 570 resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} 546 571 547 - '@pagefind/darwin-arm64@1.3.0': 548 - resolution: {integrity: sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A==} 572 + '@pagefind/darwin-arm64@1.4.0': 573 + resolution: {integrity: sha512-2vMqkbv3lbx1Awea90gTaBsvpzgRs7MuSgKDxW0m9oV1GPZCZbZBJg/qL83GIUEN2BFlY46dtUZi54pwH+/pTQ==} 549 574 cpu: [arm64] 550 575 os: [darwin] 551 576 552 - '@pagefind/darwin-x64@1.3.0': 553 - resolution: {integrity: sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow==} 577 + '@pagefind/darwin-x64@1.4.0': 578 + resolution: {integrity: sha512-e7JPIS6L9/cJfow+/IAqknsGqEPjJnVXGjpGm25bnq+NPdoD3c/7fAwr1OXkG4Ocjx6ZGSCijXEV4ryMcH2E3A==} 554 579 cpu: [x64] 555 580 os: [darwin] 556 581 557 - '@pagefind/default-ui@1.3.0': 558 - resolution: {integrity: sha512-CGKT9ccd3+oRK6STXGgfH+m0DbOKayX6QGlq38TfE1ZfUcPc5+ulTuzDbZUnMo+bubsEOIypm4Pl2iEyzZ1cNg==} 582 + '@pagefind/default-ui@1.4.0': 583 + resolution: {integrity: sha512-wie82VWn3cnGEdIjh4YwNESyS1G6vRHwL6cNjy9CFgNnWW/PGRjsLq300xjVH5sfPFK3iK36UxvIBymtQIEiSQ==} 584 + 585 + '@pagefind/freebsd-x64@1.4.0': 586 + resolution: {integrity: sha512-WcJVypXSZ+9HpiqZjFXMUobfFfZZ6NzIYtkhQ9eOhZrQpeY5uQFqNWLCk7w9RkMUwBv1HAMDW3YJQl/8OqsV0Q==} 587 + cpu: [x64] 588 + os: [freebsd] 559 589 560 - '@pagefind/linux-arm64@1.3.0': 561 - resolution: {integrity: sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ==} 590 + '@pagefind/linux-arm64@1.4.0': 591 + resolution: {integrity: sha512-PIt8dkqt4W06KGmQjONw7EZbhDF+uXI7i0XtRLN1vjCUxM9vGPdtJc2mUyVPevjomrGz5M86M8bqTr6cgDp1Uw==} 562 592 cpu: [arm64] 563 593 os: [linux] 564 594 565 - '@pagefind/linux-x64@1.3.0': 566 - resolution: {integrity: sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ==} 595 + '@pagefind/linux-x64@1.4.0': 596 + resolution: {integrity: sha512-z4oddcWwQ0UHrTHR8psLnVlz6USGJ/eOlDPTDYZ4cI8TK8PgwRUPQZp9D2iJPNIPcS6Qx/E4TebjuGJOyK8Mmg==} 567 597 cpu: [x64] 568 598 os: [linux] 569 599 570 - '@pagefind/windows-x64@1.3.0': 571 - resolution: {integrity: sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ==} 600 + '@pagefind/windows-x64@1.4.0': 601 + resolution: {integrity: sha512-NkT+YAdgS2FPCn8mIA9bQhiBs+xmniMGq1LFPDhcFn0+2yIUEiIG06t7bsZlhdjknEQRTSdT7YitP6fC5qwP0g==} 572 602 cpu: [x64] 573 603 os: [win32] 574 604 575 - '@rollup/pluginutils@5.1.4': 576 - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 605 + '@rollup/pluginutils@5.3.0': 606 + resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} 577 607 engines: {node: '>=14.0.0'} 578 608 peerDependencies: 579 609 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 581 611 rollup: 582 612 optional: true 583 613 584 - '@rollup/rollup-android-arm-eabi@4.35.0': 585 - resolution: {integrity: sha512-uYQ2WfPaqz5QtVgMxfN6NpLD+no0MYHDBywl7itPYd3K5TjjSghNKmX8ic9S8NU8w81NVhJv/XojcHptRly7qQ==} 614 + '@rollup/rollup-android-arm-eabi@4.52.5': 615 + resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==} 586 616 cpu: [arm] 587 617 os: [android] 588 618 589 - '@rollup/rollup-android-arm64@4.35.0': 590 - resolution: {integrity: sha512-FtKddj9XZudurLhdJnBl9fl6BwCJ3ky8riCXjEw3/UIbjmIY58ppWwPEvU3fNu+W7FUsAsB1CdH+7EQE6CXAPA==} 619 + '@rollup/rollup-android-arm64@4.52.5': 620 + resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==} 591 621 cpu: [arm64] 592 622 os: [android] 593 623 594 - '@rollup/rollup-darwin-arm64@4.35.0': 595 - resolution: {integrity: sha512-Uk+GjOJR6CY844/q6r5DR/6lkPFOw0hjfOIzVx22THJXMxktXG6CbejseJFznU8vHcEBLpiXKY3/6xc+cBm65Q==} 624 + '@rollup/rollup-darwin-arm64@4.52.5': 625 + resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==} 596 626 cpu: [arm64] 597 627 os: [darwin] 598 628 599 - '@rollup/rollup-darwin-x64@4.35.0': 600 - resolution: {integrity: sha512-3IrHjfAS6Vkp+5bISNQnPogRAW5GAV1n+bNCrDwXmfMHbPl5EhTmWtfmwlJxFRUCBZ+tZ/OxDyU08aF6NI/N5Q==} 629 + '@rollup/rollup-darwin-x64@4.52.5': 630 + resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==} 601 631 cpu: [x64] 602 632 os: [darwin] 603 633 604 - '@rollup/rollup-freebsd-arm64@4.35.0': 605 - resolution: {integrity: sha512-sxjoD/6F9cDLSELuLNnY0fOrM9WA0KrM0vWm57XhrIMf5FGiN8D0l7fn+bpUeBSU7dCgPV2oX4zHAsAXyHFGcQ==} 634 + '@rollup/rollup-freebsd-arm64@4.52.5': 635 + resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==} 606 636 cpu: [arm64] 607 637 os: [freebsd] 608 638 609 - '@rollup/rollup-freebsd-x64@4.35.0': 610 - resolution: {integrity: sha512-2mpHCeRuD1u/2kruUiHSsnjWtHjqVbzhBkNVQ1aVD63CcexKVcQGwJ2g5VphOd84GvxfSvnnlEyBtQCE5hxVVw==} 639 + '@rollup/rollup-freebsd-x64@4.52.5': 640 + resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==} 611 641 cpu: [x64] 612 642 os: [freebsd] 613 643 614 - '@rollup/rollup-linux-arm-gnueabihf@4.35.0': 615 - resolution: {integrity: sha512-mrA0v3QMy6ZSvEuLs0dMxcO2LnaCONs1Z73GUDBHWbY8tFFocM6yl7YyMu7rz4zS81NDSqhrUuolyZXGi8TEqg==} 644 + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 645 + resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==} 616 646 cpu: [arm] 617 647 os: [linux] 618 648 619 - '@rollup/rollup-linux-arm-musleabihf@4.35.0': 620 - resolution: {integrity: sha512-DnYhhzcvTAKNexIql8pFajr0PiDGrIsBYPRvCKlA5ixSS3uwo/CWNZxB09jhIapEIg945KOzcYEAGGSmTSpk7A==} 649 + '@rollup/rollup-linux-arm-musleabihf@4.52.5': 650 + resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==} 621 651 cpu: [arm] 622 652 os: [linux] 623 653 624 - '@rollup/rollup-linux-arm64-gnu@4.35.0': 625 - resolution: {integrity: sha512-uagpnH2M2g2b5iLsCTZ35CL1FgyuzzJQ8L9VtlJ+FckBXroTwNOaD0z0/UF+k5K3aNQjbm8LIVpxykUOQt1m/A==} 654 + '@rollup/rollup-linux-arm64-gnu@4.52.5': 655 + resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==} 626 656 cpu: [arm64] 627 657 os: [linux] 628 658 629 - '@rollup/rollup-linux-arm64-musl@4.35.0': 630 - resolution: {integrity: sha512-XQxVOCd6VJeHQA/7YcqyV0/88N6ysSVzRjJ9I9UA/xXpEsjvAgDTgH3wQYz5bmr7SPtVK2TsP2fQ2N9L4ukoUg==} 659 + '@rollup/rollup-linux-arm64-musl@4.52.5': 660 + resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==} 631 661 cpu: [arm64] 632 662 os: [linux] 633 663 634 - '@rollup/rollup-linux-loongarch64-gnu@4.35.0': 635 - resolution: {integrity: sha512-5pMT5PzfgwcXEwOaSrqVsz/LvjDZt+vQ8RT/70yhPU06PTuq8WaHhfT1LW+cdD7mW6i/J5/XIkX/1tCAkh1W6g==} 664 + '@rollup/rollup-linux-loong64-gnu@4.52.5': 665 + resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==} 636 666 cpu: [loong64] 637 667 os: [linux] 638 668 639 - '@rollup/rollup-linux-powerpc64le-gnu@4.35.0': 640 - resolution: {integrity: sha512-c+zkcvbhbXF98f4CtEIP1EBA/lCic5xB0lToneZYvMeKu5Kamq3O8gqrxiYYLzlZH6E3Aq+TSW86E4ay8iD8EA==} 669 + '@rollup/rollup-linux-ppc64-gnu@4.52.5': 670 + resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==} 641 671 cpu: [ppc64] 642 672 os: [linux] 643 673 644 - '@rollup/rollup-linux-riscv64-gnu@4.35.0': 645 - resolution: {integrity: sha512-s91fuAHdOwH/Tad2tzTtPX7UZyytHIRR6V4+2IGlV0Cej5rkG0R61SX4l4y9sh0JBibMiploZx3oHKPnQBKe4g==} 674 + '@rollup/rollup-linux-riscv64-gnu@4.52.5': 675 + resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==} 676 + cpu: [riscv64] 677 + os: [linux] 678 + 679 + '@rollup/rollup-linux-riscv64-musl@4.52.5': 680 + resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==} 646 681 cpu: [riscv64] 647 682 os: [linux] 648 683 649 - '@rollup/rollup-linux-s390x-gnu@4.35.0': 650 - resolution: {integrity: sha512-hQRkPQPLYJZYGP+Hj4fR9dDBMIM7zrzJDWFEMPdTnTy95Ljnv0/4w/ixFw3pTBMEuuEuoqtBINYND4M7ujcuQw==} 684 + '@rollup/rollup-linux-s390x-gnu@4.52.5': 685 + resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==} 651 686 cpu: [s390x] 652 687 os: [linux] 653 688 654 - '@rollup/rollup-linux-x64-gnu@4.35.0': 655 - resolution: {integrity: sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==} 689 + '@rollup/rollup-linux-x64-gnu@4.52.5': 690 + resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==} 656 691 cpu: [x64] 657 692 os: [linux] 658 693 659 - '@rollup/rollup-linux-x64-musl@4.35.0': 660 - resolution: {integrity: sha512-QysqXzYiDvQWfUiTm8XmJNO2zm9yC9P/2Gkrwg2dH9cxotQzunBHYr6jk4SujCTqnfGxduOmQcI7c2ryuW8XVg==} 694 + '@rollup/rollup-linux-x64-musl@4.52.5': 695 + resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==} 661 696 cpu: [x64] 662 697 os: [linux] 663 698 664 - '@rollup/rollup-win32-arm64-msvc@4.35.0': 665 - resolution: {integrity: sha512-OUOlGqPkVJCdJETKOCEf1mw848ZyJ5w50/rZ/3IBQVdLfR5jk/6Sr5m3iO2tdPgwo0x7VcncYuOvMhBWZq8ayg==} 699 + '@rollup/rollup-openharmony-arm64@4.52.5': 700 + resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} 701 + cpu: [arm64] 702 + os: [openharmony] 703 + 704 + '@rollup/rollup-win32-arm64-msvc@4.52.5': 705 + resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==} 666 706 cpu: [arm64] 667 707 os: [win32] 668 708 669 - '@rollup/rollup-win32-ia32-msvc@4.35.0': 670 - resolution: {integrity: sha512-2/lsgejMrtwQe44glq7AFFHLfJBPafpsTa6JvP2NGef/ifOa4KBoglVf7AKN7EV9o32evBPRqfg96fEHzWo5kw==} 709 + '@rollup/rollup-win32-ia32-msvc@4.52.5': 710 + resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==} 671 711 cpu: [ia32] 672 712 os: [win32] 673 713 674 - '@rollup/rollup-win32-x64-msvc@4.35.0': 675 - resolution: {integrity: sha512-PIQeY5XDkrOysbQblSW7v3l1MDZzkTEzAfTPkj5VAu3FW8fS4ynyLg2sINp0fp3SjZ8xkRYpLqoKcYqAkhU1dw==} 714 + '@rollup/rollup-win32-x64-gnu@4.52.5': 715 + resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==} 676 716 cpu: [x64] 677 717 os: [win32] 678 718 679 - '@shikijs/core@1.29.2': 680 - resolution: {integrity: sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==} 681 - 682 - '@shikijs/core@3.2.1': 683 - resolution: {integrity: sha512-FhsdxMWYu/C11sFisEp7FMGBtX/OSSbnXZDMBhGuUDBNTdsoZlMSgQv5f90rwvzWAdWIW6VobD+G3IrazxA6dQ==} 719 + '@rollup/rollup-win32-x64-msvc@4.52.5': 720 + resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==} 721 + cpu: [x64] 722 + os: [win32] 684 723 685 - '@shikijs/engine-javascript@1.29.2': 686 - resolution: {integrity: sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==} 687 - 688 - '@shikijs/engine-javascript@3.2.1': 689 - resolution: {integrity: sha512-eMdcUzN3FMQYxOmRf2rmU8frikzoSHbQDFH2hIuXsrMO+IBOCI9BeeRkCiBkcLDHeRKbOCtYMJK3D6U32ooU9Q==} 724 + '@shikijs/core@3.14.0': 725 + resolution: {integrity: sha512-qRSeuP5vlYHCNUIrpEBQFO7vSkR7jn7Kv+5X3FO/zBKVDGQbcnlScD3XhkrHi/R8Ltz0kEjvFR9Szp/XMRbFMw==} 690 726 691 - '@shikijs/engine-oniguruma@1.29.2': 692 - resolution: {integrity: sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==} 727 + '@shikijs/engine-javascript@3.14.0': 728 + resolution: {integrity: sha512-3v1kAXI2TsWQuwv86cREH/+FK9Pjw3dorVEykzQDhwrZj0lwsHYlfyARaKmn6vr5Gasf8aeVpb8JkzeWspxOLQ==} 693 729 694 - '@shikijs/engine-oniguruma@3.2.1': 695 - resolution: {integrity: sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==} 730 + '@shikijs/engine-oniguruma@3.14.0': 731 + resolution: {integrity: sha512-TNcYTYMbJyy+ZjzWtt0bG5y4YyMIWC2nyePz+CFMWqm+HnZZyy9SWMgo8Z6KBJVIZnx8XUXS8U2afO6Y0g1Oug==} 696 732 697 - '@shikijs/langs@1.29.2': 698 - resolution: {integrity: sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==} 733 + '@shikijs/langs@3.14.0': 734 + resolution: {integrity: sha512-DIB2EQY7yPX1/ZH7lMcwrK5pl+ZkP/xoSpUzg9YC8R+evRCCiSQ7yyrvEyBsMnfZq4eBzLzBlugMyTAf13+pzg==} 699 735 700 - '@shikijs/langs@3.2.1': 701 - resolution: {integrity: sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==} 736 + '@shikijs/themes@3.14.0': 737 + resolution: {integrity: sha512-fAo/OnfWckNmv4uBoUu6dSlkcBc+SA1xzj5oUSaz5z3KqHtEbUypg/9xxgJARtM6+7RVm0Q6Xnty41xA1ma1IA==} 702 738 703 - '@shikijs/themes@1.29.2': 704 - resolution: {integrity: sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==} 705 - 706 - '@shikijs/themes@3.2.1': 707 - resolution: {integrity: sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==} 708 - 709 - '@shikijs/types@1.29.2': 710 - resolution: {integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==} 711 - 712 - '@shikijs/types@3.2.1': 713 - resolution: {integrity: sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==} 739 + '@shikijs/types@3.14.0': 740 + resolution: {integrity: sha512-bQGgC6vrY8U/9ObG1Z/vTro+uclbjjD/uG58RvfxKZVD5p9Yc1ka3tVyEFy7BNJLzxuWyHH5NWynP9zZZS59eQ==} 714 741 715 742 '@shikijs/vscode-textmate@10.0.2': 716 743 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 717 744 745 + '@swc/helpers@0.5.17': 746 + resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 747 + 718 748 '@trivago/prettier-plugin-sort-imports@5.2.2': 719 749 resolution: {integrity: sha512-fYDQA9e6yTNmA13TLVSA+WMQRc5Bn/c0EUBditUHNfMMxN7M82c38b1kEggVE3pLpZ0FwkwJkUEKMiOi52JXFA==} 720 750 engines: {node: '>18.12'} ··· 731 761 svelte: 732 762 optional: true 733 763 734 - '@trueberryless-org/starlight-plugins-docs-components@0.4.1': 735 - resolution: {integrity: sha512-lrQspPQg15tMBD5UbmR24LZbIOPxZjr3pO9ClqkiKC6lsjvmLsgTZ0p0f1f2hiK05eGtast1sCmTOn/itKvkKg==} 764 + '@trueberryless-org/starlight-plugins-docs-components@0.4.2': 765 + resolution: {integrity: sha512-21+ohQXAcOgkWfaoVTN69LZVP4gqjcBFd9/lVfGKjL2rpPi45lvdg+mUb3PX9tFA6M/Rdk6JFOajGSQ/7Pws9Q==} 736 766 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 737 767 peerDependencies: 738 768 '@astrojs/starlight': '>=0.32' 739 769 740 - '@types/acorn@4.0.6': 741 - resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 742 - 743 770 '@types/debug@4.1.12': 744 771 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 745 772 746 773 '@types/estree-jsx@1.0.5': 747 774 resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} 748 775 749 - '@types/estree@1.0.6': 750 - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 776 + '@types/estree@1.0.8': 777 + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 778 + 779 + '@types/fontkit@2.0.8': 780 + resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} 751 781 752 782 '@types/hast@3.0.4': 753 783 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} ··· 773 803 '@types/node@17.0.45': 774 804 resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} 775 805 806 + '@types/node@24.9.2': 807 + resolution: {integrity: sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==} 808 + 776 809 '@types/picomatch@3.0.2': 777 810 resolution: {integrity: sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==} 778 811 ··· 793 826 peerDependencies: 794 827 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 795 828 796 - acorn@8.14.1: 797 - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} 829 + acorn@8.15.0: 830 + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} 798 831 engines: {node: '>=0.4.0'} 799 832 hasBin: true 800 833 ··· 809 842 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 810 843 engines: {node: '>=8'} 811 844 812 - ansi-regex@6.1.0: 813 - resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 845 + ansi-regex@6.2.2: 846 + resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} 814 847 engines: {node: '>=12'} 815 848 816 - ansi-styles@6.2.1: 817 - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 849 + ansi-styles@6.2.3: 850 + resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} 818 851 engines: {node: '>=12'} 819 852 820 853 anymatch@3.1.3: ··· 845 878 resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} 846 879 hasBin: true 847 880 848 - astro-expressive-code@0.40.2: 849 - resolution: {integrity: sha512-yJMQId0yXSAbW9I6yqvJ3FcjKzJ8zRL7elbJbllkv1ZJPlsI0NI83Pxn1YL1IapEM347EvOOkSW2GL+2+NO61w==} 881 + astro-expressive-code@0.41.3: 882 + resolution: {integrity: sha512-u+zHMqo/QNLE2eqYRCrK3+XMlKakv33Bzuz+56V1gs8H0y6TZ0hIi3VNbIxeTn51NLn+mJfUV/A0kMNfE4rANw==} 850 883 peerDependencies: 851 884 astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 852 885 853 - astro@5.6.1: 854 - resolution: {integrity: sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==} 855 - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 886 + astro@5.15.3: 887 + resolution: {integrity: sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==} 888 + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 856 889 hasBin: true 857 890 858 891 axobject-query@4.1.0: 859 892 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 860 893 engines: {node: '>= 0.4'} 861 - 862 - b4a@1.6.7: 863 - resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} 864 894 865 895 bail@2.0.2: 866 896 resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} ··· 868 898 balanced-match@1.0.2: 869 899 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 870 900 871 - bare-events@2.5.4: 872 - resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==} 873 - 874 - bare-fs@4.0.1: 875 - resolution: {integrity: sha512-ilQs4fm/l9eMfWY2dY0WCIUplSUp7U0CT1vrqMg1MUdeZl4fypu5UP0XcDBK5WBQPJAKP1b7XEodISmekH/CEg==} 876 - engines: {bare: '>=1.7.0'} 877 - 878 - bare-os@3.5.1: 879 - resolution: {integrity: sha512-LvfVNDcWLw2AnIw5f2mWUgumW3I3N/WYGiWeimhQC1Ybt71n2FjlS9GJKeCnFeg1MKZHxzIFmpFnBXDI+sBeFg==} 880 - engines: {bare: '>=1.14.0'} 881 - 882 - bare-path@3.0.0: 883 - resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} 884 - 885 - bare-stream@2.6.5: 886 - resolution: {integrity: sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==} 887 - peerDependencies: 888 - bare-buffer: '*' 889 - bare-events: '*' 890 - peerDependenciesMeta: 891 - bare-buffer: 892 - optional: true 893 - bare-events: 894 - optional: true 895 - 896 901 base-64@1.0.0: 897 902 resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==} 898 903 ··· 909 914 resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} 910 915 engines: {node: '>=4'} 911 916 912 - bl@4.1.0: 913 - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} 914 - 915 917 boolbase@1.0.0: 916 918 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 917 919 ··· 919 921 resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==} 920 922 engines: {node: '>=18'} 921 923 922 - brace-expansion@1.1.11: 923 - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} 924 + brace-expansion@1.1.12: 925 + resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} 924 926 925 927 braces@3.0.3: 926 928 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 927 929 engines: {node: '>=8'} 928 930 929 - buffer@5.7.1: 930 - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} 931 + brotli@1.3.3: 932 + resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} 931 933 932 934 camelcase@8.0.0: 933 935 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} ··· 936 938 ccount@2.0.1: 937 939 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 938 940 939 - chalk@5.4.1: 940 - resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} 941 + chalk@5.6.2: 942 + resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} 941 943 engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 942 944 943 945 change-case@5.4.4: ··· 955 957 character-reference-invalid@2.0.1: 956 958 resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} 957 959 958 - chardet@0.7.0: 959 - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} 960 + chardet@2.1.1: 961 + resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==} 960 962 961 963 chokidar@4.0.3: 962 964 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 963 965 engines: {node: '>= 14.16.0'} 964 966 965 - chownr@1.1.4: 966 - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} 967 - 968 967 ci-info@3.9.0: 969 968 resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} 970 969 engines: {node: '>=8'} 971 970 972 - ci-info@4.2.0: 973 - resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} 971 + ci-info@4.3.1: 972 + resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} 974 973 engines: {node: '>=8'} 975 974 976 975 cli-boxes@3.0.0: 977 976 resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} 978 977 engines: {node: '>=10'} 979 978 979 + clone@2.1.2: 980 + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} 981 + engines: {node: '>=0.8'} 982 + 980 983 clsx@2.1.1: 981 984 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} 982 985 engines: {node: '>=6'} 983 986 984 987 collapse-white-space@2.1.0: 985 988 resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} 986 - 987 - color-convert@2.0.1: 988 - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 989 - engines: {node: '>=7.0.0'} 990 - 991 - color-name@1.1.4: 992 - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 993 - 994 - color-string@1.9.1: 995 - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} 996 - 997 - color@4.2.3: 998 - resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 999 - engines: {node: '>=12.5.0'} 1000 989 1001 990 comma-separated-tokens@2.0.3: 1002 991 resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} ··· 1018 1007 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 1019 1008 engines: {node: '>= 8'} 1020 1009 1021 - crossws@0.3.4: 1022 - resolution: {integrity: sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==} 1010 + crossws@0.3.5: 1011 + resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} 1012 + 1013 + css-select@5.2.2: 1014 + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} 1023 1015 1024 - css-select@5.1.0: 1025 - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} 1016 + css-selector-parser@3.1.3: 1017 + resolution: {integrity: sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==} 1026 1018 1027 - css-selector-parser@3.0.5: 1028 - resolution: {integrity: sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==} 1019 + css-tree@3.1.0: 1020 + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 1021 + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 1029 1022 1030 - css-what@6.1.0: 1031 - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} 1023 + css-what@6.2.2: 1024 + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} 1032 1025 engines: {node: '>= 6'} 1033 1026 1034 1027 cssesc@3.0.0: ··· 1042 1035 dataloader@1.4.0: 1043 1036 resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} 1044 1037 1045 - debug@4.4.0: 1046 - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} 1038 + debug@4.4.3: 1039 + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} 1047 1040 engines: {node: '>=6.0'} 1048 1041 peerDependencies: 1049 1042 supports-color: '*' ··· 1051 1044 supports-color: 1052 1045 optional: true 1053 1046 1054 - decode-named-character-reference@1.1.0: 1055 - resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} 1056 - 1057 - decompress-response@6.0.0: 1058 - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} 1059 - engines: {node: '>=10'} 1060 - 1061 - deep-extend@0.6.0: 1062 - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 1063 - engines: {node: '>=4.0.0'} 1047 + decode-named-character-reference@1.2.0: 1048 + resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} 1064 1049 1065 1050 defu@6.1.4: 1066 1051 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} ··· 1069 1054 resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} 1070 1055 engines: {node: '>=6'} 1071 1056 1072 - destr@2.0.3: 1073 - resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} 1057 + destr@2.0.5: 1058 + resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==} 1074 1059 1075 1060 detect-indent@6.1.0: 1076 1061 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 1077 1062 engines: {node: '>=8'} 1078 1063 1079 - detect-libc@2.0.3: 1080 - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 1064 + detect-libc@2.1.2: 1065 + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1081 1066 engines: {node: '>=8'} 1082 1067 1083 1068 deterministic-object-hash@2.0.2: 1084 1069 resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==} 1085 1070 engines: {node: '>=18'} 1086 1071 1087 - devalue@5.1.1: 1088 - resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==} 1072 + devalue@5.4.2: 1073 + resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==} 1089 1074 1090 1075 devlop@1.1.0: 1091 1076 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} 1092 1077 1078 + dfa@1.2.0: 1079 + resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 1080 + 1093 1081 diff@5.2.0: 1094 1082 resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} 1095 1083 engines: {node: '>=0.3.1'} ··· 1126 1114 resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} 1127 1115 engines: {node: '>=4'} 1128 1116 1129 - emoji-regex-xs@1.0.0: 1130 - resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==} 1131 - 1132 - emoji-regex@10.4.0: 1133 - resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} 1117 + emoji-regex@10.6.0: 1118 + resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} 1134 1119 1135 1120 emoji-regex@8.0.0: 1136 1121 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 1137 - 1138 - end-of-stream@1.4.4: 1139 - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 1140 1122 1141 1123 enquirer@2.4.1: 1142 1124 resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} ··· 1146 1128 resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} 1147 1129 engines: {node: '>=0.12'} 1148 1130 1149 - es-module-lexer@1.6.0: 1150 - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} 1131 + entities@6.0.1: 1132 + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} 1133 + engines: {node: '>=0.12'} 1134 + 1135 + es-module-lexer@1.7.0: 1136 + resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 1151 1137 1152 1138 esast-util-from-estree@2.0.0: 1153 1139 resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==} ··· 1155 1141 esast-util-from-js@2.0.1: 1156 1142 resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} 1157 1143 1158 - esbuild@0.25.0: 1159 - resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==} 1144 + esbuild@0.25.12: 1145 + resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 1160 1146 engines: {node: '>=18'} 1161 1147 hasBin: true 1162 1148 ··· 1199 1185 eventemitter3@5.0.1: 1200 1186 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1201 1187 1202 - expand-template@2.0.3: 1203 - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} 1204 - engines: {node: '>=6'} 1205 - 1206 - expressive-code@0.40.2: 1207 - resolution: {integrity: sha512-1zIda2rB0qiDZACawzw2rbdBQiWHBT56uBctS+ezFe5XMAaFaHLnnSYND/Kd+dVzO9HfCXRDpzH3d+3fvOWRcw==} 1188 + expressive-code@0.41.3: 1189 + resolution: {integrity: sha512-YLnD62jfgBZYrXIPQcJ0a51Afv9h8VlWqEGK9uU2T5nL/5rb8SnA86+7+mgCZe5D34Tff5RNEA5hjNVJYHzrFg==} 1208 1190 1209 1191 extend@3.0.2: 1210 1192 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} ··· 1212 1194 extendable-error@0.1.7: 1213 1195 resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} 1214 1196 1215 - external-editor@3.1.0: 1216 - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} 1217 - engines: {node: '>=4'} 1218 - 1219 - fast-fifo@1.3.2: 1220 - resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} 1197 + fast-deep-equal@3.1.3: 1198 + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 1221 1199 1222 1200 fast-glob@3.3.3: 1223 1201 resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} ··· 1226 1204 fastq@1.19.1: 1227 1205 resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} 1228 1206 1229 - fdir@6.4.3: 1230 - resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} 1207 + fdir@6.5.0: 1208 + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 1209 + engines: {node: '>=12.0.0'} 1231 1210 peerDependencies: 1232 1211 picomatch: ^3 || ^4 1233 1212 peerDependenciesMeta: ··· 1253 1232 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 1254 1233 engines: {node: '>=8'} 1255 1234 1256 - fs-constants@1.0.0: 1257 - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} 1235 + fontace@0.3.1: 1236 + resolution: {integrity: sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==} 1237 + 1238 + fontkit@2.0.4: 1239 + resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 1258 1240 1259 1241 fs-extra@7.0.1: 1260 1242 resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} ··· 1272 1254 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1273 1255 os: [darwin] 1274 1256 1275 - get-east-asian-width@1.3.0: 1276 - resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} 1257 + get-east-asian-width@1.4.0: 1258 + resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==} 1277 1259 engines: {node: '>=18'} 1278 - 1279 - github-from-package@0.0.0: 1280 - resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} 1281 1260 1282 1261 github-slugger@2.0.0: 1283 1262 resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} ··· 1290 1269 resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 1291 1270 deprecated: Glob versions prior to v9 are no longer supported 1292 1271 1293 - globals@11.12.0: 1294 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1295 - engines: {node: '>=4'} 1296 - 1297 1272 globby@11.1.0: 1298 1273 resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} 1299 1274 engines: {node: '>=10'} ··· 1301 1276 graceful-fs@4.2.11: 1302 1277 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 1303 1278 1304 - h3@1.15.1: 1305 - resolution: {integrity: sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==} 1279 + h3@1.15.4: 1280 + resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 1306 1281 1307 1282 hast-util-embedded@3.0.0: 1308 1283 resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} ··· 1376 1351 htmlparser2@8.0.2: 1377 1352 resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} 1378 1353 1379 - http-cache-semantics@4.1.1: 1380 - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} 1354 + http-cache-semantics@4.2.0: 1355 + resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} 1381 1356 1382 - human-id@4.1.1: 1383 - resolution: {integrity: sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==} 1357 + human-id@4.1.2: 1358 + resolution: {integrity: sha512-v/J+4Z/1eIJovEBdlV5TYj1IR+ZiohcYGRY+qN/oC9dAfKzVT023N/Bgw37hrKCoVRBvk3bqyzpr2PP5YeTMSg==} 1384 1359 hasBin: true 1385 1360 1386 1361 i18next@23.16.8: 1387 1362 resolution: {integrity: sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==} 1388 1363 1389 - iconv-lite@0.4.24: 1390 - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} 1364 + iconv-lite@0.7.0: 1365 + resolution: {integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==} 1391 1366 engines: {node: '>=0.10.0'} 1392 1367 1393 - ieee754@1.2.1: 1394 - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 1395 - 1396 1368 ignore@5.3.2: 1397 1369 resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 1398 1370 engines: {node: '>= 4'} 1399 1371 1400 - import-meta-resolve@4.1.0: 1401 - resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} 1372 + import-meta-resolve@4.2.0: 1373 + resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} 1402 1374 1403 1375 inflight@1.0.6: 1404 1376 resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} ··· 1407 1379 inherits@2.0.4: 1408 1380 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1409 1381 1410 - ini@1.3.8: 1411 - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} 1412 - 1413 1382 inline-style-parser@0.2.4: 1414 1383 resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 1415 1384 ··· 1425 1394 1426 1395 is-alphanumerical@2.0.1: 1427 1396 resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 1428 - 1429 - is-arrayish@0.3.2: 1430 - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1431 1397 1432 1398 is-decimal@2.0.1: 1433 1399 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} ··· 1542 1508 lru-cache@10.4.3: 1543 1509 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 1544 1510 1545 - magic-string@0.30.17: 1546 - resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} 1511 + magic-string@0.30.21: 1512 + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 1547 1513 1548 1514 magicast@0.3.5: 1549 1515 resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} ··· 1608 1574 1609 1575 mdast-util-to-string@4.0.0: 1610 1576 resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 1577 + 1578 + mdn-data@2.12.2: 1579 + resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 1611 1580 1612 1581 merge2@1.4.1: 1613 1582 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} ··· 1640 1609 micromark-extension-gfm@3.0.0: 1641 1610 resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} 1642 1611 1643 - micromark-extension-mdx-expression@3.0.0: 1644 - resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==} 1612 + micromark-extension-mdx-expression@3.0.1: 1613 + resolution: {integrity: sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==} 1645 1614 1646 - micromark-extension-mdx-jsx@3.0.1: 1647 - resolution: {integrity: sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==} 1615 + micromark-extension-mdx-jsx@3.0.2: 1616 + resolution: {integrity: sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==} 1648 1617 1649 1618 micromark-extension-mdx-md@2.0.0: 1650 1619 resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==} ··· 1661 1630 micromark-factory-label@2.0.1: 1662 1631 resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==} 1663 1632 1664 - micromark-factory-mdx-expression@2.0.2: 1665 - resolution: {integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==} 1633 + micromark-factory-mdx-expression@2.0.3: 1634 + resolution: {integrity: sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==} 1666 1635 1667 1636 micromark-factory-space@2.0.1: 1668 1637 resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==} ··· 1694 1663 micromark-util-encode@2.0.1: 1695 1664 resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} 1696 1665 1697 - micromark-util-events-to-acorn@2.0.2: 1698 - resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==} 1666 + micromark-util-events-to-acorn@2.0.3: 1667 + resolution: {integrity: sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==} 1699 1668 1700 1669 micromark-util-html-tag-name@2.0.1: 1701 1670 resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==} ··· 1725 1694 resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1726 1695 engines: {node: '>=8.6'} 1727 1696 1728 - mimic-response@3.1.0: 1729 - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} 1730 - engines: {node: '>=10'} 1731 - 1732 1697 minimatch@3.1.2: 1733 1698 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1734 1699 1735 - minimist@1.2.8: 1736 - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 1737 - 1738 - mkdirp-classic@0.5.3: 1739 - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} 1740 - 1741 1700 mri@1.2.0: 1742 1701 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 1743 1702 engines: {node: '>=4'} ··· 1749 1708 ms@2.1.3: 1750 1709 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 1751 1710 1752 - nanoid@3.3.9: 1753 - resolution: {integrity: sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==} 1711 + nanoid@3.3.11: 1712 + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 1754 1713 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1755 1714 hasBin: true 1756 1715 1757 - napi-build-utils@2.0.0: 1758 - resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} 1759 - 1760 1716 neotraverse@0.6.18: 1761 1717 resolution: {integrity: sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==} 1762 1718 engines: {node: '>= 10'} ··· 1764 1720 nlcst-to-string@4.0.0: 1765 1721 resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} 1766 1722 1767 - node-abi@3.74.0: 1768 - resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==} 1769 - engines: {node: '>=10'} 1770 - 1771 - node-addon-api@6.1.0: 1772 - resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==} 1773 - 1774 - node-fetch-native@1.6.6: 1775 - resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} 1723 + node-fetch-native@1.6.7: 1724 + resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==} 1776 1725 1777 1726 node-fetch@2.7.0: 1778 1727 resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} ··· 1783 1732 encoding: 1784 1733 optional: true 1785 1734 1786 - node-mock-http@1.0.0: 1787 - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} 1735 + node-mock-http@1.0.3: 1736 + resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==} 1788 1737 1789 1738 normalize-path@3.0.0: 1790 1739 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} ··· 1793 1742 nth-check@2.1.1: 1794 1743 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 1795 1744 1796 - ofetch@1.4.1: 1797 - resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} 1745 + ofetch@1.5.1: 1746 + resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} 1747 + 1748 + ohash@2.0.11: 1749 + resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} 1798 1750 1799 1751 once@1.4.0: 1800 1752 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1801 1753 1802 - oniguruma-parser@0.5.4: 1803 - resolution: {integrity: sha512-yNxcQ8sKvURiTwP0mV6bLQCYE7NKfKRRWunhbZnXgxSmB1OXa1lHrN3o4DZd+0Si0kU5blidK7BcROO8qv5TZA==} 1804 - 1805 - oniguruma-to-es@2.3.0: 1806 - resolution: {integrity: sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==} 1807 - 1808 - oniguruma-to-es@4.1.0: 1809 - resolution: {integrity: sha512-SNwG909cSLo4vPyyPbU/VJkEc9WOXqu2ycBlfd1UCXLqk1IijcQktSBb2yRQ2UFPsDhpkaf+C1dtT3PkLK/yWA==} 1754 + oniguruma-parser@0.12.1: 1755 + resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} 1810 1756 1811 - os-tmpdir@1.0.2: 1812 - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} 1813 - engines: {node: '>=0.10.0'} 1757 + oniguruma-to-es@4.3.3: 1758 + resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} 1814 1759 1815 1760 outdent@0.5.0: 1816 1761 resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} ··· 1843 1788 resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} 1844 1789 engines: {node: '>=8'} 1845 1790 1846 - p-queue@8.1.0: 1847 - resolution: {integrity: sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==} 1791 + p-queue@8.1.1: 1792 + resolution: {integrity: sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==} 1848 1793 engines: {node: '>=18'} 1849 1794 1850 1795 p-timeout@3.2.0: ··· 1862 1807 package-manager-detector@0.2.11: 1863 1808 resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==} 1864 1809 1865 - package-manager-detector@1.1.0: 1866 - resolution: {integrity: sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==} 1810 + package-manager-detector@1.5.0: 1811 + resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} 1867 1812 1868 - pagefind@1.3.0: 1869 - resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} 1813 + pagefind@1.4.0: 1814 + resolution: {integrity: sha512-z2kY1mQlL4J8q5EIsQkLzQjilovKzfNVhX8De6oyE6uHpfFtyBaqUpcl/XzJC/4fjD8vBDyh1zolimIcVrCn9g==} 1870 1815 hasBin: true 1871 1816 1817 + pako@0.2.9: 1818 + resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} 1819 + 1872 1820 parse-entities@4.0.2: 1873 1821 resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} 1874 1822 1875 1823 parse-latin@7.0.0: 1876 1824 resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==} 1877 1825 1878 - parse5@7.2.1: 1879 - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} 1826 + parse5@7.3.0: 1827 + resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} 1880 1828 1881 1829 path-exists@4.0.0: 1882 1830 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} ··· 1901 1849 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 1902 1850 engines: {node: '>=8.6'} 1903 1851 1904 - picomatch@4.0.2: 1905 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 1852 + picomatch@4.0.3: 1853 + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 1906 1854 engines: {node: '>=12'} 1907 1855 1908 1856 pify@4.0.1: ··· 1919 1867 resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 1920 1868 engines: {node: '>=4'} 1921 1869 1922 - postcss@8.5.3: 1923 - resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} 1870 + postcss@8.5.6: 1871 + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1924 1872 engines: {node: ^10 || ^12 || >=14} 1925 1873 1926 - prebuild-install@7.1.3: 1927 - resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} 1928 - engines: {node: '>=10'} 1929 - hasBin: true 1930 - 1931 1874 prettier-plugin-astro@0.14.1: 1932 1875 resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} 1933 1876 engines: {node: ^14.15.0 || >=16.0.0} ··· 1942 1885 engines: {node: '>=14'} 1943 1886 hasBin: true 1944 1887 1945 - prismjs@1.29.0: 1946 - resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} 1888 + prismjs@1.30.0: 1889 + resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} 1947 1890 engines: {node: '>=6'} 1948 1891 1949 1892 prompts@2.4.2: ··· 1953 1896 property-information@6.5.0: 1954 1897 resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} 1955 1898 1956 - property-information@7.0.0: 1957 - resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==} 1899 + property-information@7.1.0: 1900 + resolution: {integrity: sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==} 1958 1901 1959 - pump@3.0.2: 1960 - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} 1961 - 1962 - quansync@0.2.8: 1963 - resolution: {integrity: sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==} 1902 + quansync@0.2.11: 1903 + resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} 1964 1904 1965 1905 queue-microtask@1.2.3: 1966 1906 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} ··· 1968 1908 radix3@1.1.2: 1969 1909 resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} 1970 1910 1971 - rc@1.2.8: 1972 - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 1973 - hasBin: true 1974 - 1975 1911 read-yaml-file@1.1.0: 1976 1912 resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} 1977 1913 engines: {node: '>=6'} 1978 - 1979 - readable-stream@3.6.2: 1980 - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} 1981 - engines: {node: '>= 6'} 1982 1914 1983 1915 readdirp@4.1.2: 1984 1916 resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} ··· 1987 1919 recma-build-jsx@1.0.0: 1988 1920 resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==} 1989 1921 1990 - recma-jsx@1.0.0: 1991 - resolution: {integrity: sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==} 1922 + recma-jsx@1.0.1: 1923 + resolution: {integrity: sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==} 1924 + peerDependencies: 1925 + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 1992 1926 1993 1927 recma-parse@1.0.0: 1994 1928 resolution: {integrity: sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==} ··· 1996 1930 recma-stringify@1.0.0: 1997 1931 resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==} 1998 1932 1999 - regenerator-runtime@0.14.1: 2000 - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} 2001 - 2002 - regex-recursion@5.1.1: 2003 - resolution: {integrity: sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==} 2004 - 2005 1933 regex-recursion@6.0.2: 2006 1934 resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==} 2007 1935 2008 1936 regex-utilities@2.3.0: 2009 1937 resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} 2010 1938 2011 - regex@5.1.1: 2012 - resolution: {integrity: sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==} 2013 - 2014 1939 regex@6.0.1: 2015 1940 resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} 2016 1941 2017 - rehype-expressive-code@0.40.2: 2018 - resolution: {integrity: sha512-+kn+AMGCrGzvtH8Q5lC6Y5lnmTV/r33fdmi5QU/IH1KPHKobKr5UnLwJuqHv5jBTSN/0v2wLDS7RTM73FVzqmQ==} 1942 + rehype-expressive-code@0.41.3: 1943 + resolution: {integrity: sha512-8d9Py4c/V6I/Od2VIXFAdpiO2kc0SV2qTJsRAaqSIcM9aruW4ASLNe2kOEo1inXAAkIhpFzAHTc358HKbvpNUg==} 2019 1944 2020 1945 rehype-format@5.0.1: 2021 1946 resolution: {integrity: sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==} ··· 2041 1966 remark-gfm@4.0.1: 2042 1967 resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==} 2043 1968 2044 - remark-mdx@3.1.0: 2045 - resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==} 1969 + remark-mdx@3.1.1: 1970 + resolution: {integrity: sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==} 2046 1971 2047 1972 remark-parse@11.0.0: 2048 1973 resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} 2049 1974 2050 - remark-rehype@11.1.1: 2051 - resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==} 1975 + remark-rehype@11.1.2: 1976 + resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==} 2052 1977 2053 1978 remark-smartypants@3.0.2: 2054 1979 resolution: {integrity: sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==} ··· 2061 1986 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} 2062 1987 engines: {node: '>=8'} 2063 1988 1989 + restructure@3.0.2: 1990 + resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} 1991 + 2064 1992 retext-latin@4.0.0: 2065 1993 resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} 2066 1994 ··· 2082 2010 deprecated: Rimraf versions prior to v4 are no longer supported 2083 2011 hasBin: true 2084 2012 2085 - rollup@4.35.0: 2086 - resolution: {integrity: sha512-kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==} 2013 + rollup@4.52.5: 2014 + resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==} 2087 2015 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2088 2016 hasBin: true 2089 2017 ··· 2092 2020 2093 2021 s.color@0.0.15: 2094 2022 resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==} 2095 - 2096 - safe-buffer@5.2.1: 2097 - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 2098 2023 2099 2024 safer-buffer@2.1.2: 2100 2025 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} ··· 2105 2030 sax@1.4.1: 2106 2031 resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} 2107 2032 2108 - semver@7.7.1: 2109 - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} 2033 + semver@7.7.3: 2034 + resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 2110 2035 engines: {node: '>=10'} 2111 2036 hasBin: true 2112 2037 2113 - sharp@0.32.6: 2114 - resolution: {integrity: sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==} 2115 - engines: {node: '>=14.15.0'} 2116 - 2117 - sharp@0.33.5: 2118 - resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 2038 + sharp@0.34.4: 2039 + resolution: {integrity: sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==} 2119 2040 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2120 2041 2121 2042 shebang-command@2.0.0: ··· 2126 2047 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 2127 2048 engines: {node: '>=8'} 2128 2049 2129 - shiki@1.29.2: 2130 - resolution: {integrity: sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==} 2131 - 2132 - shiki@3.2.1: 2133 - resolution: {integrity: sha512-VML/2o1/KGYkEf/stJJ+s9Ypn7jUKQPomGLGYso4JJFMFxVDyPNsjsI3MB3KLjlMOeH44gyaPdXC6rik2WXvUQ==} 2050 + shiki@3.14.0: 2051 + resolution: {integrity: sha512-J0yvpLI7LSig3Z3acIuDLouV5UCKQqu8qOArwMx+/yPVC3WRMgrP67beaG8F+j4xfEWE0eVC4GeBCIXeOPra1g==} 2134 2052 2135 2053 signal-exit@4.1.0: 2136 2054 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2137 2055 engines: {node: '>=14'} 2138 2056 2139 - simple-concat@1.0.1: 2140 - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} 2141 - 2142 - simple-get@4.0.1: 2143 - resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} 2144 - 2145 - simple-swizzle@0.2.2: 2146 - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} 2147 - 2148 2057 sisteransi@1.0.5: 2149 2058 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 2150 2059 2151 - sitemap@8.0.0: 2152 - resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==} 2060 + sitemap@8.0.2: 2061 + resolution: {integrity: sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==} 2153 2062 engines: {node: '>=14.0.0', npm: '>=6.0.0'} 2154 2063 hasBin: true 2155 2064 ··· 2157 2066 resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} 2158 2067 engines: {node: '>=8'} 2159 2068 2160 - smol-toml@1.3.1: 2161 - resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} 2069 + smol-toml@1.4.2: 2070 + resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==} 2162 2071 engines: {node: '>= 18'} 2163 2072 2164 2073 source-map-js@1.2.1: 2165 2074 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 2166 2075 engines: {node: '>=0.10.0'} 2167 2076 2168 - source-map@0.7.4: 2169 - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} 2170 - engines: {node: '>= 8'} 2077 + source-map@0.7.6: 2078 + resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==} 2079 + engines: {node: '>= 12'} 2171 2080 2172 2081 space-separated-tokens@2.0.2: 2173 2082 resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} ··· 2178 2087 sprintf-js@1.0.3: 2179 2088 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2180 2089 2181 - starlight-contributor-list@0.3.0: 2182 - resolution: {integrity: sha512-mkSQKRQGe0jSRWvXSo1TPvtwhCyRESLXIcnw+ruCKVql0gdguB9hfEuz8LlBtmvK3GfZLmwyH8XML1o2trRweg==} 2090 + starlight-contributor-list@0.3.1: 2091 + resolution: {integrity: sha512-8F3BcnqeCgvI/OcagJCBsp71/XU9/zDiuSmsgAkWrRTxql0H2bG9Z9VXvmwzB/569QVlAsOwK7StAxDxqG6Myw==} 2183 2092 engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2184 2093 peerDependencies: 2185 2094 '@astrojs/starlight': '>=0.30' ··· 2208 2117 peerDependencies: 2209 2118 '@astrojs/starlight': '>=0.23.0' 2210 2119 2211 - starlight-showcases@0.3.0: 2212 - resolution: {integrity: sha512-jxKVE5IM0TZgRIni4YK1oKDh6C9pBh94oj2pKuhzg2/Cg1wjCrWy39U3i1bXkh6rL+Ly+ypQBPH3AD9cP6TLXA==} 2120 + starlight-showcases@0.3.1: 2121 + resolution: {integrity: sha512-czM+aZVnOCb8tVrPFoLND5D6vTKo+xVeQmI4G+whA/vzytL8SXIKT7Evt1TzqTsdQXAFbqSlGjg630/gB063ww==} 2213 2122 engines: {node: '>=18'} 2214 2123 peerDependencies: 2215 2124 '@astrojs/starlight': '>=0.30.0' ··· 2217 2126 stream-replace-string@2.0.0: 2218 2127 resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} 2219 2128 2220 - streamx@2.22.0: 2221 - resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==} 2222 - 2223 2129 string-width@4.2.3: 2224 2130 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 2225 2131 engines: {node: '>=8'} ··· 2228 2134 resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} 2229 2135 engines: {node: '>=18'} 2230 2136 2231 - string_decoder@1.3.0: 2232 - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 2233 - 2234 2137 stringify-entities@4.0.4: 2235 2138 resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} 2236 2139 ··· 2238 2141 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 2239 2142 engines: {node: '>=8'} 2240 2143 2241 - strip-ansi@7.1.0: 2242 - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} 2144 + strip-ansi@7.1.2: 2145 + resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} 2243 2146 engines: {node: '>=12'} 2244 2147 2245 2148 strip-bom@3.0.0: 2246 2149 resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} 2247 2150 engines: {node: '>=4'} 2248 2151 2249 - strip-json-comments@2.0.1: 2250 - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 2251 - engines: {node: '>=0.10.0'} 2252 - 2253 - style-to-js@1.1.16: 2254 - resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==} 2152 + style-to-js@1.1.18: 2153 + resolution: {integrity: sha512-JFPn62D4kJaPTnhFUI244MThx+FEGbi+9dw1b9yBBQ+1CZpV7QAT8kUtJ7b7EUNdHajjF/0x8fT+16oLJoojLg==} 2255 2154 2256 - style-to-object@1.0.8: 2257 - resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 2155 + style-to-object@1.0.11: 2156 + resolution: {integrity: sha512-5A560JmXr7wDyGLK12Nq/EYS38VkGlglVzkis1JEdbGWSnbQIEhZzTJhzURXN5/8WwwFCs/f/VVcmkTppbXLow==} 2258 2157 2259 2158 suf-log@2.5.3: 2260 2159 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} 2261 2160 2262 - tar-fs@2.1.2: 2263 - resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==} 2264 - 2265 - tar-fs@3.0.8: 2266 - resolution: {integrity: sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==} 2267 - 2268 - tar-stream@2.2.0: 2269 - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} 2270 - engines: {node: '>=6'} 2271 - 2272 - tar-stream@3.1.7: 2273 - resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} 2274 - 2275 2161 term-size@2.2.1: 2276 2162 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 2277 2163 engines: {node: '>=8'} 2278 2164 2279 - text-decoder@1.2.3: 2280 - resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==} 2165 + tiny-inflate@1.0.3: 2166 + resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 2281 2167 2282 - tinyexec@0.3.2: 2283 - resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} 2168 + tinyexec@1.0.1: 2169 + resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} 2284 2170 2285 - tinyglobby@0.2.12: 2286 - resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} 2171 + tinyglobby@0.2.15: 2172 + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 2287 2173 engines: {node: '>=12.0.0'} 2288 2174 2289 - tmp@0.0.33: 2290 - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} 2291 - engines: {node: '>=0.6.0'} 2292 - 2293 2175 to-regex-range@5.0.1: 2294 2176 resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 2295 2177 engines: {node: '>=8.0'} ··· 2303 2185 trough@2.2.0: 2304 2186 resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} 2305 2187 2306 - tsconfck@3.1.5: 2307 - resolution: {integrity: sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==} 2188 + tsconfck@3.1.6: 2189 + resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} 2308 2190 engines: {node: ^18 || >=20} 2309 2191 hasBin: true 2310 2192 peerDependencies: ··· 2316 2198 tslib@2.8.1: 2317 2199 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 2318 2200 2319 - tunnel-agent@0.6.0: 2320 - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} 2321 - 2322 - type-fest@4.37.0: 2323 - resolution: {integrity: sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==} 2201 + type-fest@4.41.0: 2202 + resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 2324 2203 engines: {node: '>=16'} 2325 2204 2326 - typescript@5.8.2: 2327 - resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==} 2205 + typescript@5.9.3: 2206 + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 2328 2207 engines: {node: '>=14.17'} 2329 2208 hasBin: true 2330 2209 2331 - ufo@1.5.4: 2332 - resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} 2210 + ufo@1.6.1: 2211 + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 2333 2212 2334 2213 uhyphen@0.2.0: 2335 2214 resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} ··· 2340 2219 uncrypto@0.1.3: 2341 2220 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} 2342 2221 2222 + undici-types@7.16.0: 2223 + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 2224 + 2225 + unicode-properties@1.4.1: 2226 + resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} 2227 + 2228 + unicode-trie@2.0.0: 2229 + resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} 2230 + 2343 2231 unified@11.0.5: 2344 2232 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 2345 2233 2234 + unifont@0.6.0: 2235 + resolution: {integrity: sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==} 2236 + 2346 2237 unist-util-find-after@5.0.0: 2347 2238 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} 2348 2239 2349 - unist-util-is@6.0.0: 2350 - resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} 2240 + unist-util-is@6.0.1: 2241 + resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==} 2351 2242 2352 2243 unist-util-modify-children@4.0.0: 2353 2244 resolution: {integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==} ··· 2367 2258 unist-util-visit-children@3.0.0: 2368 2259 resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==} 2369 2260 2370 - unist-util-visit-parents@6.0.1: 2371 - resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} 2261 + unist-util-visit-parents@6.0.2: 2262 + resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} 2372 2263 2373 2264 unist-util-visit@5.0.0: 2374 2265 resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} ··· 2377 2268 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} 2378 2269 engines: {node: '>= 4.0.0'} 2379 2270 2380 - unstorage@1.15.0: 2381 - resolution: {integrity: sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==} 2271 + unstorage@1.17.2: 2272 + resolution: {integrity: sha512-cKEsD6iBWJgOMJ6vW1ID/SYuqNf8oN4yqRk8OYqaVQ3nnkJXOT1PSpaMh2QfzLs78UN5kSNRD2c/mgjT8tX7+w==} 2382 2273 peerDependencies: 2383 2274 '@azure/app-configuration': ^1.8.0 2384 2275 '@azure/cosmos': ^4.2.0 ··· 2386 2277 '@azure/identity': ^4.6.0 2387 2278 '@azure/keyvault-secrets': ^4.9.0 2388 2279 '@azure/storage-blob': ^12.26.0 2389 - '@capacitor/preferences': ^6.0.3 2280 + '@capacitor/preferences': ^6.0.3 || ^7.0.0 2390 2281 '@deno/kv': '>=0.9.0' 2391 - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 2282 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 2392 2283 '@planetscale/database': ^1.19.0 2393 2284 '@upstash/redis': ^1.34.3 2394 2285 '@vercel/blob': '>=0.27.1' 2286 + '@vercel/functions': ^2.2.12 || ^3.0.0 2395 2287 '@vercel/kv': ^1.0.1 2396 2288 aws4fetch: ^1.0.20 2397 2289 db0: '>=0.2.1' ··· 2423 2315 optional: true 2424 2316 '@vercel/blob': 2425 2317 optional: true 2318 + '@vercel/functions': 2319 + optional: true 2426 2320 '@vercel/kv': 2427 2321 optional: true 2428 2322 aws4fetch: ··· 2442 2336 vfile-location@5.0.3: 2443 2337 resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} 2444 2338 2445 - vfile-message@4.0.2: 2446 - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} 2339 + vfile-message@4.0.3: 2340 + resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} 2447 2341 2448 2342 vfile@6.0.3: 2449 2343 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2450 2344 2451 - vite@6.2.5: 2452 - resolution: {integrity: sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==} 2345 + vite@6.4.1: 2346 + resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} 2453 2347 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2454 2348 hasBin: true 2455 2349 peerDependencies: ··· 2488 2382 yaml: 2489 2383 optional: true 2490 2384 2491 - vitefu@1.0.6: 2492 - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 2385 + vitefu@1.1.1: 2386 + resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} 2493 2387 peerDependencies: 2494 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2388 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 2495 2389 peerDependenciesMeta: 2496 2390 vite: 2497 2391 optional: true ··· 2518 2412 resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2519 2413 engines: {node: '>=18'} 2520 2414 2521 - wrap-ansi@9.0.0: 2522 - resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} 2415 + wrap-ansi@9.0.2: 2416 + resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} 2523 2417 engines: {node: '>=18'} 2524 2418 2525 2419 wrappy@1.0.2: ··· 2532 2426 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 2533 2427 engines: {node: '>=12'} 2534 2428 2535 - yocto-queue@1.2.0: 2536 - resolution: {integrity: sha512-KHBC7z61OJeaMGnF3wqNZj+GGNXOyypZviiKpQeiHirG5Ib1ImwcLBH70rbMSkKfSmUNBsdf2PwaEJtKvgmkNw==} 2429 + yocto-queue@1.2.1: 2430 + resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} 2537 2431 engines: {node: '>=12.20'} 2538 2432 2539 - yocto-spinner@0.2.1: 2540 - resolution: {integrity: sha512-lHHxjh0bXaLgdJy3cNnVb/F9myx3CkhrvSOEVTkaUgNMXnYFa2xYPVhtGnqhh3jErY2gParBOHallCbc7NrlZQ==} 2433 + yocto-spinner@0.2.3: 2434 + resolution: {integrity: sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==} 2541 2435 engines: {node: '>=18.19'} 2542 2436 2543 - yoctocolors@2.1.1: 2544 - resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2437 + yoctocolors@2.1.2: 2438 + resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} 2545 2439 engines: {node: '>=18'} 2546 2440 2547 - zod-to-json-schema@3.24.5: 2548 - resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2441 + zod-to-json-schema@3.24.6: 2442 + resolution: {integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==} 2549 2443 peerDependencies: 2550 2444 zod: ^3.24.1 2551 2445 ··· 2555 2449 typescript: ^4.9.4 || ^5.0.2 2556 2450 zod: ^3 2557 2451 2558 - zod@3.24.2: 2559 - resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} 2452 + zod@3.25.76: 2453 + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 2560 2454 2561 2455 zwitch@2.0.4: 2562 2456 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} ··· 2565 2459 2566 2460 '@11ty/eleventy-fetch@4.0.1': 2567 2461 dependencies: 2568 - debug: 4.4.0 2462 + debug: 4.4.3 2569 2463 flat-cache: 3.2.0 2570 2464 node-fetch: 2.7.0 2571 2465 p-queue: 6.6.2 ··· 2573 2467 - encoding 2574 2468 - supports-color 2575 2469 2576 - '@astro-community/astro-embed-twitter@0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2470 + '@astro-community/astro-embed-twitter@0.5.8(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2577 2471 dependencies: 2578 2472 '@astro-community/astro-embed-utils': 0.1.3 2579 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2473 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 2580 2474 2581 2475 '@astro-community/astro-embed-utils@0.1.3': 2582 2476 dependencies: 2583 2477 linkedom: 0.14.26 2584 2478 2585 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2479 + '@astro-community/astro-embed-youtube@0.5.7(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2586 2480 dependencies: 2587 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2481 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 2588 2482 lite-youtube-embed: 0.3.3 2589 2483 2590 - '@astrojs/compiler@2.10.4': {} 2484 + '@astrojs/compiler@2.13.0': {} 2591 2485 2592 - '@astrojs/compiler@2.11.0': {} 2486 + '@astrojs/internal-helpers@0.7.4': {} 2593 2487 2594 - '@astrojs/internal-helpers@0.6.0': {} 2595 - 2596 - '@astrojs/internal-helpers@0.6.1': {} 2597 - 2598 - '@astrojs/markdown-remark@6.2.0': 2488 + '@astrojs/markdown-remark@6.3.8': 2599 2489 dependencies: 2600 - '@astrojs/internal-helpers': 0.6.0 2601 - '@astrojs/prism': 3.2.0 2490 + '@astrojs/internal-helpers': 0.7.4 2491 + '@astrojs/prism': 3.3.0 2602 2492 github-slugger: 2.0.0 2603 2493 hast-util-from-html: 2.0.3 2604 2494 hast-util-to-text: 4.0.2 2605 - import-meta-resolve: 4.1.0 2495 + import-meta-resolve: 4.2.0 2606 2496 js-yaml: 4.1.0 2607 2497 mdast-util-definitions: 6.0.0 2608 2498 rehype-raw: 7.0.0 2609 2499 rehype-stringify: 10.0.1 2610 2500 remark-gfm: 4.0.1 2611 2501 remark-parse: 11.0.0 2612 - remark-rehype: 11.1.1 2502 + remark-rehype: 11.1.2 2613 2503 remark-smartypants: 3.0.2 2614 - shiki: 1.29.2 2615 - smol-toml: 1.3.1 2616 - unified: 11.0.5 2617 - unist-util-remove-position: 5.0.0 2618 - unist-util-visit: 5.0.0 2619 - unist-util-visit-parents: 6.0.1 2620 - vfile: 6.0.3 2621 - transitivePeerDependencies: 2622 - - supports-color 2623 - 2624 - '@astrojs/markdown-remark@6.3.1': 2625 - dependencies: 2626 - '@astrojs/internal-helpers': 0.6.1 2627 - '@astrojs/prism': 3.2.0 2628 - github-slugger: 2.0.0 2629 - hast-util-from-html: 2.0.3 2630 - hast-util-to-text: 4.0.2 2631 - import-meta-resolve: 4.1.0 2632 - js-yaml: 4.1.0 2633 - mdast-util-definitions: 6.0.0 2634 - rehype-raw: 7.0.0 2635 - rehype-stringify: 10.0.1 2636 - remark-gfm: 4.0.1 2637 - remark-parse: 11.0.0 2638 - remark-rehype: 11.1.1 2639 - remark-smartypants: 3.0.2 2640 - shiki: 3.2.1 2641 - smol-toml: 1.3.1 2504 + shiki: 3.14.0 2505 + smol-toml: 1.4.2 2642 2506 unified: 11.0.5 2643 2507 unist-util-remove-position: 5.0.0 2644 2508 unist-util-visit: 5.0.0 2645 - unist-util-visit-parents: 6.0.1 2509 + unist-util-visit-parents: 6.0.2 2646 2510 vfile: 6.0.3 2647 2511 transitivePeerDependencies: 2648 2512 - supports-color 2649 2513 2650 - '@astrojs/mdx@4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2514 + '@astrojs/mdx@4.3.9(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2651 2515 dependencies: 2652 - '@astrojs/markdown-remark': 6.2.0 2653 - '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 2654 - acorn: 8.14.1 2655 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2656 - es-module-lexer: 1.6.0 2516 + '@astrojs/markdown-remark': 6.3.8 2517 + '@mdx-js/mdx': 3.1.1 2518 + acorn: 8.15.0 2519 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 2520 + es-module-lexer: 1.7.0 2657 2521 estree-util-visit: 2.0.0 2658 2522 hast-util-to-html: 9.0.5 2659 - kleur: 4.1.5 2523 + picocolors: 1.1.1 2660 2524 rehype-raw: 7.0.0 2661 2525 remark-gfm: 4.0.1 2662 2526 remark-smartypants: 3.0.2 2663 - source-map: 0.7.4 2527 + source-map: 0.7.6 2664 2528 unist-util-visit: 5.0.0 2665 2529 vfile: 6.0.3 2666 2530 transitivePeerDependencies: 2667 2531 - supports-color 2668 2532 2669 - '@astrojs/prism@3.2.0': 2533 + '@astrojs/prism@3.3.0': 2670 2534 dependencies: 2671 - prismjs: 1.29.0 2535 + prismjs: 1.30.0 2672 2536 2673 - '@astrojs/sitemap@3.2.1': 2537 + '@astrojs/sitemap@3.6.0': 2674 2538 dependencies: 2675 - sitemap: 8.0.0 2539 + sitemap: 8.0.2 2676 2540 stream-replace-string: 2.0.0 2677 - zod: 3.24.2 2541 + zod: 3.25.76 2678 2542 2679 - '@astrojs/starlight@0.32.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2543 + '@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 2680 2544 dependencies: 2681 - '@astrojs/mdx': 4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2682 - '@astrojs/sitemap': 3.2.1 2683 - '@pagefind/default-ui': 1.3.0 2545 + '@astrojs/markdown-remark': 6.3.8 2546 + '@astrojs/mdx': 4.3.9(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2547 + '@astrojs/sitemap': 3.6.0 2548 + '@pagefind/default-ui': 1.4.0 2684 2549 '@types/hast': 3.0.4 2685 2550 '@types/js-yaml': 4.0.9 2686 2551 '@types/mdast': 4.0.4 2687 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2688 - astro-expressive-code: 0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2552 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 2553 + astro-expressive-code: 0.41.3(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2689 2554 bcp-47: 2.1.0 2690 2555 hast-util-from-html: 2.0.3 2691 2556 hast-util-select: 6.0.4 ··· 2697 2562 mdast-util-directive: 3.1.0 2698 2563 mdast-util-to-markdown: 2.1.2 2699 2564 mdast-util-to-string: 4.0.0 2700 - pagefind: 1.3.0 2565 + pagefind: 1.4.0 2701 2566 rehype: 13.0.2 2702 2567 rehype-format: 5.0.1 2703 2568 remark-directive: 3.0.1 2569 + ultrahtml: 1.6.0 2704 2570 unified: 11.0.5 2705 2571 unist-util-visit: 5.0.0 2706 2572 vfile: 6.0.3 2707 2573 transitivePeerDependencies: 2708 2574 - supports-color 2709 2575 2710 - '@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2576 + '@astrojs/telemetry@3.3.0': 2711 2577 dependencies: 2712 - '@astrojs/mdx': 4.1.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2713 - '@astrojs/sitemap': 3.2.1 2714 - '@pagefind/default-ui': 1.3.0 2715 - '@types/hast': 3.0.4 2716 - '@types/js-yaml': 4.0.9 2717 - '@types/mdast': 4.0.4 2718 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 2719 - astro-expressive-code: 0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2720 - bcp-47: 2.1.0 2721 - hast-util-from-html: 2.0.3 2722 - hast-util-select: 6.0.4 2723 - hast-util-to-string: 3.0.1 2724 - hastscript: 9.0.1 2725 - i18next: 23.16.8 2726 - js-yaml: 4.1.0 2727 - klona: 2.0.6 2728 - mdast-util-directive: 3.1.0 2729 - mdast-util-to-markdown: 2.1.2 2730 - mdast-util-to-string: 4.0.0 2731 - pagefind: 1.3.0 2732 - rehype: 13.0.2 2733 - rehype-format: 5.0.1 2734 - remark-directive: 3.0.1 2735 - unified: 11.0.5 2736 - unist-util-visit: 5.0.0 2737 - vfile: 6.0.3 2738 - transitivePeerDependencies: 2739 - - supports-color 2740 - 2741 - '@astrojs/telemetry@3.2.0': 2742 - dependencies: 2743 - ci-info: 4.2.0 2744 - debug: 4.4.0 2578 + ci-info: 4.3.1 2579 + debug: 4.4.3 2745 2580 dlv: 1.1.3 2746 2581 dset: 3.1.4 2747 2582 is-docker: 3.0.0 ··· 2750 2585 transitivePeerDependencies: 2751 2586 - supports-color 2752 2587 2753 - '@babel/code-frame@7.26.2': 2588 + '@babel/code-frame@7.27.1': 2754 2589 dependencies: 2755 - '@babel/helper-validator-identifier': 7.25.9 2590 + '@babel/helper-validator-identifier': 7.28.5 2756 2591 js-tokens: 4.0.0 2757 2592 picocolors: 1.1.1 2758 2593 2759 - '@babel/generator@7.26.9': 2594 + '@babel/generator@7.28.5': 2760 2595 dependencies: 2761 - '@babel/parser': 7.26.9 2762 - '@babel/types': 7.26.9 2763 - '@jridgewell/gen-mapping': 0.3.8 2764 - '@jridgewell/trace-mapping': 0.3.25 2596 + '@babel/parser': 7.28.5 2597 + '@babel/types': 7.28.5 2598 + '@jridgewell/gen-mapping': 0.3.13 2599 + '@jridgewell/trace-mapping': 0.3.31 2765 2600 jsesc: 3.1.0 2766 2601 2767 - '@babel/helper-string-parser@7.25.9': {} 2602 + '@babel/helper-globals@7.28.0': {} 2768 2603 2769 - '@babel/helper-validator-identifier@7.25.9': {} 2604 + '@babel/helper-string-parser@7.27.1': {} 2770 2605 2771 - '@babel/parser@7.26.9': 2606 + '@babel/helper-validator-identifier@7.28.5': {} 2607 + 2608 + '@babel/parser@7.28.5': 2772 2609 dependencies: 2773 - '@babel/types': 7.26.9 2610 + '@babel/types': 7.28.5 2774 2611 2775 - '@babel/runtime@7.26.9': 2776 - dependencies: 2777 - regenerator-runtime: 0.14.1 2612 + '@babel/runtime@7.28.4': {} 2778 2613 2779 - '@babel/template@7.26.9': 2614 + '@babel/template@7.27.2': 2780 2615 dependencies: 2781 - '@babel/code-frame': 7.26.2 2782 - '@babel/parser': 7.26.9 2783 - '@babel/types': 7.26.9 2616 + '@babel/code-frame': 7.27.1 2617 + '@babel/parser': 7.28.5 2618 + '@babel/types': 7.28.5 2784 2619 2785 - '@babel/traverse@7.26.9': 2620 + '@babel/traverse@7.28.5': 2786 2621 dependencies: 2787 - '@babel/code-frame': 7.26.2 2788 - '@babel/generator': 7.26.9 2789 - '@babel/parser': 7.26.9 2790 - '@babel/template': 7.26.9 2791 - '@babel/types': 7.26.9 2792 - debug: 4.4.0 2793 - globals: 11.12.0 2622 + '@babel/code-frame': 7.27.1 2623 + '@babel/generator': 7.28.5 2624 + '@babel/helper-globals': 7.28.0 2625 + '@babel/parser': 7.28.5 2626 + '@babel/template': 7.27.2 2627 + '@babel/types': 7.28.5 2628 + debug: 4.4.3 2794 2629 transitivePeerDependencies: 2795 2630 - supports-color 2796 2631 2797 - '@babel/types@7.26.9': 2632 + '@babel/types@7.28.5': 2798 2633 dependencies: 2799 - '@babel/helper-string-parser': 7.25.9 2800 - '@babel/helper-validator-identifier': 7.25.9 2634 + '@babel/helper-string-parser': 7.27.1 2635 + '@babel/helper-validator-identifier': 7.28.5 2801 2636 2802 - '@changesets/apply-release-plan@7.0.10': 2637 + '@capsizecss/unpack@3.0.0': 2638 + dependencies: 2639 + fontkit: 2.0.4 2640 + 2641 + '@changesets/apply-release-plan@7.0.13': 2803 2642 dependencies: 2804 2643 '@changesets/config': 3.1.1 2805 2644 '@changesets/get-version-range-type': 0.4.0 2806 - '@changesets/git': 3.0.2 2645 + '@changesets/git': 3.0.4 2807 2646 '@changesets/should-skip-package': 0.1.2 2808 2647 '@changesets/types': 6.1.0 2809 2648 '@manypkg/get-packages': 1.1.3 ··· 2813 2652 outdent: 0.5.0 2814 2653 prettier: 2.8.8 2815 2654 resolve-from: 5.0.0 2816 - semver: 7.7.1 2655 + semver: 7.7.3 2817 2656 2818 - '@changesets/assemble-release-plan@6.0.6': 2657 + '@changesets/assemble-release-plan@6.0.9': 2819 2658 dependencies: 2820 2659 '@changesets/errors': 0.2.0 2821 2660 '@changesets/get-dependents-graph': 2.1.3 2822 2661 '@changesets/should-skip-package': 0.1.2 2823 2662 '@changesets/types': 6.1.0 2824 2663 '@manypkg/get-packages': 1.1.3 2825 - semver: 7.7.1 2664 + semver: 7.7.3 2826 2665 2827 2666 '@changesets/changelog-git@0.2.1': 2828 2667 dependencies: ··· 2836 2675 transitivePeerDependencies: 2837 2676 - encoding 2838 2677 2839 - '@changesets/cli@2.28.1': 2678 + '@changesets/cli@2.29.7(@types/node@24.9.2)': 2840 2679 dependencies: 2841 - '@changesets/apply-release-plan': 7.0.10 2842 - '@changesets/assemble-release-plan': 6.0.6 2680 + '@changesets/apply-release-plan': 7.0.13 2681 + '@changesets/assemble-release-plan': 6.0.9 2843 2682 '@changesets/changelog-git': 0.2.1 2844 2683 '@changesets/config': 3.1.1 2845 2684 '@changesets/errors': 0.2.0 2846 2685 '@changesets/get-dependents-graph': 2.1.3 2847 - '@changesets/get-release-plan': 4.0.8 2848 - '@changesets/git': 3.0.2 2686 + '@changesets/get-release-plan': 4.0.13 2687 + '@changesets/git': 3.0.4 2849 2688 '@changesets/logger': 0.1.1 2850 2689 '@changesets/pre': 2.0.2 2851 - '@changesets/read': 0.6.3 2690 + '@changesets/read': 0.6.5 2852 2691 '@changesets/should-skip-package': 0.1.2 2853 2692 '@changesets/types': 6.1.0 2854 2693 '@changesets/write': 0.4.0 2694 + '@inquirer/external-editor': 1.0.2(@types/node@24.9.2) 2855 2695 '@manypkg/get-packages': 1.1.3 2856 2696 ansi-colors: 4.1.3 2857 2697 ci-info: 3.9.0 2858 2698 enquirer: 2.4.1 2859 - external-editor: 3.1.0 2860 2699 fs-extra: 7.0.1 2861 2700 mri: 1.2.0 2862 2701 p-limit: 2.3.0 2863 2702 package-manager-detector: 0.2.11 2864 2703 picocolors: 1.1.1 2865 2704 resolve-from: 5.0.0 2866 - semver: 7.7.1 2705 + semver: 7.7.3 2867 2706 spawndamnit: 3.0.1 2868 2707 term-size: 2.2.1 2708 + transitivePeerDependencies: 2709 + - '@types/node' 2869 2710 2870 2711 '@changesets/config@3.1.1': 2871 2712 dependencies: ··· 2886 2727 '@changesets/types': 6.1.0 2887 2728 '@manypkg/get-packages': 1.1.3 2888 2729 picocolors: 1.1.1 2889 - semver: 7.7.1 2730 + semver: 7.7.3 2890 2731 2891 2732 '@changesets/get-github-info@0.6.0': 2892 2733 dependencies: ··· 2895 2736 transitivePeerDependencies: 2896 2737 - encoding 2897 2738 2898 - '@changesets/get-release-plan@4.0.8': 2739 + '@changesets/get-release-plan@4.0.13': 2899 2740 dependencies: 2900 - '@changesets/assemble-release-plan': 6.0.6 2741 + '@changesets/assemble-release-plan': 6.0.9 2901 2742 '@changesets/config': 3.1.1 2902 2743 '@changesets/pre': 2.0.2 2903 - '@changesets/read': 0.6.3 2744 + '@changesets/read': 0.6.5 2904 2745 '@changesets/types': 6.1.0 2905 2746 '@manypkg/get-packages': 1.1.3 2906 2747 2907 2748 '@changesets/get-version-range-type@0.4.0': {} 2908 2749 2909 - '@changesets/git@3.0.2': 2750 + '@changesets/git@3.0.4': 2910 2751 dependencies: 2911 2752 '@changesets/errors': 0.2.0 2912 2753 '@manypkg/get-packages': 1.1.3 ··· 2930 2771 '@manypkg/get-packages': 1.1.3 2931 2772 fs-extra: 7.0.1 2932 2773 2933 - '@changesets/read@0.6.3': 2774 + '@changesets/read@0.6.5': 2934 2775 dependencies: 2935 - '@changesets/git': 3.0.2 2776 + '@changesets/git': 3.0.4 2936 2777 '@changesets/logger': 0.1.1 2937 2778 '@changesets/parse': 0.4.1 2938 2779 '@changesets/types': 6.1.0 ··· 2953 2794 dependencies: 2954 2795 '@changesets/types': 6.1.0 2955 2796 fs-extra: 7.0.1 2956 - human-id: 4.1.1 2797 + human-id: 4.1.2 2957 2798 prettier: 2.8.8 2958 2799 2959 - '@ctrl/tinycolor@4.1.0': {} 2800 + '@ctrl/tinycolor@4.2.0': {} 2960 2801 2961 - '@emnapi/runtime@1.3.1': 2802 + '@emnapi/runtime@1.6.0': 2962 2803 dependencies: 2963 2804 tslib: 2.8.1 2964 2805 optional: true 2965 2806 2966 - '@esbuild/aix-ppc64@0.25.0': 2807 + '@esbuild/aix-ppc64@0.25.12': 2967 2808 optional: true 2968 2809 2969 - '@esbuild/android-arm64@0.25.0': 2810 + '@esbuild/android-arm64@0.25.12': 2970 2811 optional: true 2971 2812 2972 - '@esbuild/android-arm@0.25.0': 2813 + '@esbuild/android-arm@0.25.12': 2973 2814 optional: true 2974 2815 2975 - '@esbuild/android-x64@0.25.0': 2816 + '@esbuild/android-x64@0.25.12': 2976 2817 optional: true 2977 2818 2978 - '@esbuild/darwin-arm64@0.25.0': 2819 + '@esbuild/darwin-arm64@0.25.12': 2979 2820 optional: true 2980 2821 2981 - '@esbuild/darwin-x64@0.25.0': 2822 + '@esbuild/darwin-x64@0.25.12': 2982 2823 optional: true 2983 2824 2984 - '@esbuild/freebsd-arm64@0.25.0': 2825 + '@esbuild/freebsd-arm64@0.25.12': 2985 2826 optional: true 2986 2827 2987 - '@esbuild/freebsd-x64@0.25.0': 2828 + '@esbuild/freebsd-x64@0.25.12': 2988 2829 optional: true 2989 2830 2990 - '@esbuild/linux-arm64@0.25.0': 2831 + '@esbuild/linux-arm64@0.25.12': 2991 2832 optional: true 2992 2833 2993 - '@esbuild/linux-arm@0.25.0': 2834 + '@esbuild/linux-arm@0.25.12': 2994 2835 optional: true 2995 2836 2996 - '@esbuild/linux-ia32@0.25.0': 2837 + '@esbuild/linux-ia32@0.25.12': 2997 2838 optional: true 2998 2839 2999 - '@esbuild/linux-loong64@0.25.0': 2840 + '@esbuild/linux-loong64@0.25.12': 3000 2841 optional: true 3001 2842 3002 - '@esbuild/linux-mips64el@0.25.0': 2843 + '@esbuild/linux-mips64el@0.25.12': 3003 2844 optional: true 3004 2845 3005 - '@esbuild/linux-ppc64@0.25.0': 2846 + '@esbuild/linux-ppc64@0.25.12': 3006 2847 optional: true 3007 2848 3008 - '@esbuild/linux-riscv64@0.25.0': 2849 + '@esbuild/linux-riscv64@0.25.12': 3009 2850 optional: true 3010 2851 3011 - '@esbuild/linux-s390x@0.25.0': 2852 + '@esbuild/linux-s390x@0.25.12': 3012 2853 optional: true 3013 2854 3014 - '@esbuild/linux-x64@0.25.0': 2855 + '@esbuild/linux-x64@0.25.12': 3015 2856 optional: true 3016 2857 3017 - '@esbuild/netbsd-arm64@0.25.0': 2858 + '@esbuild/netbsd-arm64@0.25.12': 3018 2859 optional: true 3019 2860 3020 - '@esbuild/netbsd-x64@0.25.0': 2861 + '@esbuild/netbsd-x64@0.25.12': 3021 2862 optional: true 3022 2863 3023 - '@esbuild/openbsd-arm64@0.25.0': 2864 + '@esbuild/openbsd-arm64@0.25.12': 3024 2865 optional: true 3025 2866 3026 - '@esbuild/openbsd-x64@0.25.0': 2867 + '@esbuild/openbsd-x64@0.25.12': 3027 2868 optional: true 3028 2869 3029 - '@esbuild/sunos-x64@0.25.0': 2870 + '@esbuild/openharmony-arm64@0.25.12': 3030 2871 optional: true 3031 2872 3032 - '@esbuild/win32-arm64@0.25.0': 2873 + '@esbuild/sunos-x64@0.25.12': 3033 2874 optional: true 3034 2875 3035 - '@esbuild/win32-ia32@0.25.0': 2876 + '@esbuild/win32-arm64@0.25.12': 3036 2877 optional: true 3037 2878 3038 - '@esbuild/win32-x64@0.25.0': 2879 + '@esbuild/win32-ia32@0.25.12': 3039 2880 optional: true 3040 2881 3041 - '@expressive-code/core@0.40.2': 2882 + '@esbuild/win32-x64@0.25.12': 2883 + optional: true 2884 + 2885 + '@expressive-code/core@0.41.3': 3042 2886 dependencies: 3043 - '@ctrl/tinycolor': 4.1.0 2887 + '@ctrl/tinycolor': 4.2.0 3044 2888 hast-util-select: 6.0.4 3045 2889 hast-util-to-html: 9.0.5 3046 2890 hast-util-to-text: 4.0.2 3047 2891 hastscript: 9.0.1 3048 - postcss: 8.5.3 3049 - postcss-nested: 6.2.0(postcss@8.5.3) 2892 + postcss: 8.5.6 2893 + postcss-nested: 6.2.0(postcss@8.5.6) 3050 2894 unist-util-visit: 5.0.0 3051 - unist-util-visit-parents: 6.0.1 2895 + unist-util-visit-parents: 6.0.2 3052 2896 3053 - '@expressive-code/plugin-frames@0.40.2': 2897 + '@expressive-code/plugin-frames@0.41.3': 3054 2898 dependencies: 3055 - '@expressive-code/core': 0.40.2 2899 + '@expressive-code/core': 0.41.3 3056 2900 3057 - '@expressive-code/plugin-shiki@0.40.2': 2901 + '@expressive-code/plugin-shiki@0.41.3': 3058 2902 dependencies: 3059 - '@expressive-code/core': 0.40.2 3060 - shiki: 1.29.2 2903 + '@expressive-code/core': 0.41.3 2904 + shiki: 3.14.0 3061 2905 3062 - '@expressive-code/plugin-text-markers@0.40.2': 2906 + '@expressive-code/plugin-text-markers@0.41.3': 3063 2907 dependencies: 3064 - '@expressive-code/core': 0.40.2 2908 + '@expressive-code/core': 0.41.3 3065 2909 3066 - '@hideoo/starlight-plugins-docs-components@0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 2910 + '@hideoo/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 3067 2911 dependencies: 3068 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3069 - starlight-package-managers: 0.8.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))) 3070 - starlight-showcases: 0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 2912 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 2913 + starlight-package-managers: 0.8.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))) 2914 + starlight-showcases: 0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3071 2915 transitivePeerDependencies: 3072 2916 - astro 3073 2917 3074 - '@img/sharp-darwin-arm64@0.33.5': 2918 + '@img/colour@1.0.0': {} 2919 + 2920 + '@img/sharp-darwin-arm64@0.34.4': 3075 2921 optionalDependencies: 3076 - '@img/sharp-libvips-darwin-arm64': 1.0.4 2922 + '@img/sharp-libvips-darwin-arm64': 1.2.3 3077 2923 optional: true 3078 2924 3079 - '@img/sharp-darwin-x64@0.33.5': 2925 + '@img/sharp-darwin-x64@0.34.4': 3080 2926 optionalDependencies: 3081 - '@img/sharp-libvips-darwin-x64': 1.0.4 2927 + '@img/sharp-libvips-darwin-x64': 1.2.3 3082 2928 optional: true 3083 2929 3084 - '@img/sharp-libvips-darwin-arm64@1.0.4': 2930 + '@img/sharp-libvips-darwin-arm64@1.2.3': 2931 + optional: true 2932 + 2933 + '@img/sharp-libvips-darwin-x64@1.2.3': 3085 2934 optional: true 3086 2935 3087 - '@img/sharp-libvips-darwin-x64@1.0.4': 2936 + '@img/sharp-libvips-linux-arm64@1.2.3': 3088 2937 optional: true 3089 2938 3090 - '@img/sharp-libvips-linux-arm64@1.0.4': 2939 + '@img/sharp-libvips-linux-arm@1.2.3': 3091 2940 optional: true 3092 2941 3093 - '@img/sharp-libvips-linux-arm@1.0.5': 2942 + '@img/sharp-libvips-linux-ppc64@1.2.3': 3094 2943 optional: true 3095 2944 3096 - '@img/sharp-libvips-linux-s390x@1.0.4': 2945 + '@img/sharp-libvips-linux-s390x@1.2.3': 3097 2946 optional: true 3098 2947 3099 - '@img/sharp-libvips-linux-x64@1.0.4': 2948 + '@img/sharp-libvips-linux-x64@1.2.3': 3100 2949 optional: true 3101 2950 3102 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 2951 + '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 3103 2952 optional: true 3104 2953 3105 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 2954 + '@img/sharp-libvips-linuxmusl-x64@1.2.3': 3106 2955 optional: true 3107 2956 3108 - '@img/sharp-linux-arm64@0.33.5': 2957 + '@img/sharp-linux-arm64@0.34.4': 3109 2958 optionalDependencies: 3110 - '@img/sharp-libvips-linux-arm64': 1.0.4 2959 + '@img/sharp-libvips-linux-arm64': 1.2.3 3111 2960 optional: true 3112 2961 3113 - '@img/sharp-linux-arm@0.33.5': 2962 + '@img/sharp-linux-arm@0.34.4': 3114 2963 optionalDependencies: 3115 - '@img/sharp-libvips-linux-arm': 1.0.5 2964 + '@img/sharp-libvips-linux-arm': 1.2.3 3116 2965 optional: true 3117 2966 3118 - '@img/sharp-linux-s390x@0.33.5': 2967 + '@img/sharp-linux-ppc64@0.34.4': 3119 2968 optionalDependencies: 3120 - '@img/sharp-libvips-linux-s390x': 1.0.4 2969 + '@img/sharp-libvips-linux-ppc64': 1.2.3 3121 2970 optional: true 3122 2971 3123 - '@img/sharp-linux-x64@0.33.5': 2972 + '@img/sharp-linux-s390x@0.34.4': 3124 2973 optionalDependencies: 3125 - '@img/sharp-libvips-linux-x64': 1.0.4 2974 + '@img/sharp-libvips-linux-s390x': 1.2.3 3126 2975 optional: true 3127 2976 3128 - '@img/sharp-linuxmusl-arm64@0.33.5': 2977 + '@img/sharp-linux-x64@0.34.4': 3129 2978 optionalDependencies: 3130 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 2979 + '@img/sharp-libvips-linux-x64': 1.2.3 3131 2980 optional: true 3132 2981 3133 - '@img/sharp-linuxmusl-x64@0.33.5': 2982 + '@img/sharp-linuxmusl-arm64@0.34.4': 3134 2983 optionalDependencies: 3135 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 2984 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 2985 + optional: true 2986 + 2987 + '@img/sharp-linuxmusl-x64@0.34.4': 2988 + optionalDependencies: 2989 + '@img/sharp-libvips-linuxmusl-x64': 1.2.3 3136 2990 optional: true 3137 2991 3138 - '@img/sharp-wasm32@0.33.5': 2992 + '@img/sharp-wasm32@0.34.4': 3139 2993 dependencies: 3140 - '@emnapi/runtime': 1.3.1 2994 + '@emnapi/runtime': 1.6.0 3141 2995 optional: true 3142 2996 3143 - '@img/sharp-win32-ia32@0.33.5': 2997 + '@img/sharp-win32-arm64@0.34.4': 3144 2998 optional: true 3145 2999 3146 - '@img/sharp-win32-x64@0.33.5': 3000 + '@img/sharp-win32-ia32@0.34.4': 3001 + optional: true 3002 + 3003 + '@img/sharp-win32-x64@0.34.4': 3147 3004 optional: true 3148 3005 3149 - '@jridgewell/gen-mapping@0.3.8': 3006 + '@inquirer/external-editor@1.0.2(@types/node@24.9.2)': 3150 3007 dependencies: 3151 - '@jridgewell/set-array': 1.2.1 3152 - '@jridgewell/sourcemap-codec': 1.5.0 3153 - '@jridgewell/trace-mapping': 0.3.25 3008 + chardet: 2.1.1 3009 + iconv-lite: 0.7.0 3010 + optionalDependencies: 3011 + '@types/node': 24.9.2 3012 + 3013 + '@jridgewell/gen-mapping@0.3.13': 3014 + dependencies: 3015 + '@jridgewell/sourcemap-codec': 1.5.5 3016 + '@jridgewell/trace-mapping': 0.3.31 3154 3017 3155 3018 '@jridgewell/resolve-uri@3.1.2': {} 3156 3019 3157 - '@jridgewell/set-array@1.2.1': {} 3020 + '@jridgewell/sourcemap-codec@1.5.5': {} 3158 3021 3159 - '@jridgewell/sourcemap-codec@1.5.0': {} 3160 - 3161 - '@jridgewell/trace-mapping@0.3.25': 3022 + '@jridgewell/trace-mapping@0.3.31': 3162 3023 dependencies: 3163 3024 '@jridgewell/resolve-uri': 3.1.2 3164 - '@jridgewell/sourcemap-codec': 1.5.0 3025 + '@jridgewell/sourcemap-codec': 1.5.5 3165 3026 3166 3027 '@manypkg/find-root@1.1.0': 3167 3028 dependencies: 3168 - '@babel/runtime': 7.26.9 3029 + '@babel/runtime': 7.28.4 3169 3030 '@types/node': 12.20.55 3170 3031 find-up: 4.1.0 3171 3032 fs-extra: 8.1.0 3172 3033 3173 3034 '@manypkg/get-packages@1.1.3': 3174 3035 dependencies: 3175 - '@babel/runtime': 7.26.9 3036 + '@babel/runtime': 7.28.4 3176 3037 '@changesets/types': 4.1.0 3177 3038 '@manypkg/find-root': 1.1.0 3178 3039 fs-extra: 8.1.0 3179 3040 globby: 11.1.0 3180 3041 read-yaml-file: 1.1.0 3181 3042 3182 - '@mdx-js/mdx@3.1.0(acorn@8.14.1)': 3043 + '@mdx-js/mdx@3.1.1': 3183 3044 dependencies: 3184 - '@types/estree': 1.0.6 3045 + '@types/estree': 1.0.8 3185 3046 '@types/estree-jsx': 1.0.5 3186 3047 '@types/hast': 3.0.4 3187 3048 '@types/mdx': 2.0.13 3049 + acorn: 8.15.0 3188 3050 collapse-white-space: 2.1.0 3189 3051 devlop: 1.1.0 3190 3052 estree-util-is-identifier-name: 3.0.0 ··· 3193 3055 hast-util-to-jsx-runtime: 2.3.6 3194 3056 markdown-extensions: 2.0.0 3195 3057 recma-build-jsx: 1.0.0 3196 - recma-jsx: 1.0.0(acorn@8.14.1) 3058 + recma-jsx: 1.0.1(acorn@8.15.0) 3197 3059 recma-stringify: 1.0.0 3198 3060 rehype-recma: 1.0.0 3199 - remark-mdx: 3.1.0 3061 + remark-mdx: 3.1.1 3200 3062 remark-parse: 11.0.0 3201 - remark-rehype: 11.1.1 3202 - source-map: 0.7.4 3063 + remark-rehype: 11.1.2 3064 + source-map: 0.7.6 3203 3065 unified: 11.0.5 3204 3066 unist-util-position-from-estree: 2.0.0 3205 3067 unist-util-stringify-position: 4.0.0 3206 3068 unist-util-visit: 5.0.0 3207 3069 vfile: 6.0.3 3208 3070 transitivePeerDependencies: 3209 - - acorn 3210 3071 - supports-color 3211 3072 3212 3073 '@nodelib/fs.scandir@2.1.5': ··· 3223 3084 3224 3085 '@oslojs/encoding@1.1.0': {} 3225 3086 3226 - '@pagefind/darwin-arm64@1.3.0': 3087 + '@pagefind/darwin-arm64@1.4.0': 3227 3088 optional: true 3228 3089 3229 - '@pagefind/darwin-x64@1.3.0': 3090 + '@pagefind/darwin-x64@1.4.0': 3230 3091 optional: true 3231 3092 3232 - '@pagefind/default-ui@1.3.0': {} 3093 + '@pagefind/default-ui@1.4.0': {} 3094 + 3095 + '@pagefind/freebsd-x64@1.4.0': 3096 + optional: true 3233 3097 3234 - '@pagefind/linux-arm64@1.3.0': 3098 + '@pagefind/linux-arm64@1.4.0': 3235 3099 optional: true 3236 3100 3237 - '@pagefind/linux-x64@1.3.0': 3101 + '@pagefind/linux-x64@1.4.0': 3238 3102 optional: true 3239 3103 3240 - '@pagefind/windows-x64@1.3.0': 3104 + '@pagefind/windows-x64@1.4.0': 3241 3105 optional: true 3242 3106 3243 - '@rollup/pluginutils@5.1.4(rollup@4.35.0)': 3107 + '@rollup/pluginutils@5.3.0(rollup@4.52.5)': 3244 3108 dependencies: 3245 - '@types/estree': 1.0.6 3109 + '@types/estree': 1.0.8 3246 3110 estree-walker: 2.0.2 3247 - picomatch: 4.0.2 3111 + picomatch: 4.0.3 3248 3112 optionalDependencies: 3249 - rollup: 4.35.0 3113 + rollup: 4.52.5 3250 3114 3251 - '@rollup/rollup-android-arm-eabi@4.35.0': 3115 + '@rollup/rollup-android-arm-eabi@4.52.5': 3252 3116 optional: true 3253 3117 3254 - '@rollup/rollup-android-arm64@4.35.0': 3118 + '@rollup/rollup-android-arm64@4.52.5': 3255 3119 optional: true 3256 3120 3257 - '@rollup/rollup-darwin-arm64@4.35.0': 3121 + '@rollup/rollup-darwin-arm64@4.52.5': 3258 3122 optional: true 3259 3123 3260 - '@rollup/rollup-darwin-x64@4.35.0': 3124 + '@rollup/rollup-darwin-x64@4.52.5': 3261 3125 optional: true 3262 3126 3263 - '@rollup/rollup-freebsd-arm64@4.35.0': 3127 + '@rollup/rollup-freebsd-arm64@4.52.5': 3264 3128 optional: true 3265 3129 3266 - '@rollup/rollup-freebsd-x64@4.35.0': 3130 + '@rollup/rollup-freebsd-x64@4.52.5': 3267 3131 optional: true 3268 3132 3269 - '@rollup/rollup-linux-arm-gnueabihf@4.35.0': 3133 + '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 3270 3134 optional: true 3271 3135 3272 - '@rollup/rollup-linux-arm-musleabihf@4.35.0': 3136 + '@rollup/rollup-linux-arm-musleabihf@4.52.5': 3273 3137 optional: true 3274 3138 3275 - '@rollup/rollup-linux-arm64-gnu@4.35.0': 3139 + '@rollup/rollup-linux-arm64-gnu@4.52.5': 3276 3140 optional: true 3277 3141 3278 - '@rollup/rollup-linux-arm64-musl@4.35.0': 3142 + '@rollup/rollup-linux-arm64-musl@4.52.5': 3279 3143 optional: true 3280 3144 3281 - '@rollup/rollup-linux-loongarch64-gnu@4.35.0': 3145 + '@rollup/rollup-linux-loong64-gnu@4.52.5': 3282 3146 optional: true 3283 3147 3284 - '@rollup/rollup-linux-powerpc64le-gnu@4.35.0': 3148 + '@rollup/rollup-linux-ppc64-gnu@4.52.5': 3285 3149 optional: true 3286 3150 3287 - '@rollup/rollup-linux-riscv64-gnu@4.35.0': 3151 + '@rollup/rollup-linux-riscv64-gnu@4.52.5': 3288 3152 optional: true 3289 3153 3290 - '@rollup/rollup-linux-s390x-gnu@4.35.0': 3154 + '@rollup/rollup-linux-riscv64-musl@4.52.5': 3291 3155 optional: true 3292 3156 3293 - '@rollup/rollup-linux-x64-gnu@4.35.0': 3157 + '@rollup/rollup-linux-s390x-gnu@4.52.5': 3294 3158 optional: true 3295 3159 3296 - '@rollup/rollup-linux-x64-musl@4.35.0': 3160 + '@rollup/rollup-linux-x64-gnu@4.52.5': 3161 + optional: true 3162 + 3163 + '@rollup/rollup-linux-x64-musl@4.52.5': 3164 + optional: true 3165 + 3166 + '@rollup/rollup-openharmony-arm64@4.52.5': 3297 3167 optional: true 3298 3168 3299 - '@rollup/rollup-win32-arm64-msvc@4.35.0': 3169 + '@rollup/rollup-win32-arm64-msvc@4.52.5': 3300 3170 optional: true 3301 3171 3302 - '@rollup/rollup-win32-ia32-msvc@4.35.0': 3172 + '@rollup/rollup-win32-ia32-msvc@4.52.5': 3303 3173 optional: true 3304 3174 3305 - '@rollup/rollup-win32-x64-msvc@4.35.0': 3175 + '@rollup/rollup-win32-x64-gnu@4.52.5': 3306 3176 optional: true 3307 3177 3308 - '@shikijs/core@1.29.2': 3309 - dependencies: 3310 - '@shikijs/engine-javascript': 1.29.2 3311 - '@shikijs/engine-oniguruma': 1.29.2 3312 - '@shikijs/types': 1.29.2 3313 - '@shikijs/vscode-textmate': 10.0.2 3314 - '@types/hast': 3.0.4 3315 - hast-util-to-html: 9.0.5 3178 + '@rollup/rollup-win32-x64-msvc@4.52.5': 3179 + optional: true 3316 3180 3317 - '@shikijs/core@3.2.1': 3181 + '@shikijs/core@3.14.0': 3318 3182 dependencies: 3319 - '@shikijs/types': 3.2.1 3183 + '@shikijs/types': 3.14.0 3320 3184 '@shikijs/vscode-textmate': 10.0.2 3321 3185 '@types/hast': 3.0.4 3322 3186 hast-util-to-html: 9.0.5 3323 3187 3324 - '@shikijs/engine-javascript@1.29.2': 3188 + '@shikijs/engine-javascript@3.14.0': 3325 3189 dependencies: 3326 - '@shikijs/types': 1.29.2 3190 + '@shikijs/types': 3.14.0 3327 3191 '@shikijs/vscode-textmate': 10.0.2 3328 - oniguruma-to-es: 2.3.0 3192 + oniguruma-to-es: 4.3.3 3329 3193 3330 - '@shikijs/engine-javascript@3.2.1': 3194 + '@shikijs/engine-oniguruma@3.14.0': 3331 3195 dependencies: 3332 - '@shikijs/types': 3.2.1 3196 + '@shikijs/types': 3.14.0 3333 3197 '@shikijs/vscode-textmate': 10.0.2 3334 - oniguruma-to-es: 4.1.0 3335 3198 3336 - '@shikijs/engine-oniguruma@1.29.2': 3199 + '@shikijs/langs@3.14.0': 3337 3200 dependencies: 3338 - '@shikijs/types': 1.29.2 3339 - '@shikijs/vscode-textmate': 10.0.2 3201 + '@shikijs/types': 3.14.0 3340 3202 3341 - '@shikijs/engine-oniguruma@3.2.1': 3203 + '@shikijs/themes@3.14.0': 3342 3204 dependencies: 3343 - '@shikijs/types': 3.2.1 3344 - '@shikijs/vscode-textmate': 10.0.2 3205 + '@shikijs/types': 3.14.0 3345 3206 3346 - '@shikijs/langs@1.29.2': 3347 - dependencies: 3348 - '@shikijs/types': 1.29.2 3349 - 3350 - '@shikijs/langs@3.2.1': 3351 - dependencies: 3352 - '@shikijs/types': 3.2.1 3353 - 3354 - '@shikijs/themes@1.29.2': 3355 - dependencies: 3356 - '@shikijs/types': 1.29.2 3357 - 3358 - '@shikijs/themes@3.2.1': 3359 - dependencies: 3360 - '@shikijs/types': 3.2.1 3361 - 3362 - '@shikijs/types@1.29.2': 3363 - dependencies: 3364 - '@shikijs/vscode-textmate': 10.0.2 3365 - '@types/hast': 3.0.4 3366 - 3367 - '@shikijs/types@3.2.1': 3207 + '@shikijs/types@3.14.0': 3368 3208 dependencies: 3369 3209 '@shikijs/vscode-textmate': 10.0.2 3370 3210 '@types/hast': 3.0.4 3371 3211 3372 3212 '@shikijs/vscode-textmate@10.0.2': {} 3373 3213 3214 + '@swc/helpers@0.5.17': 3215 + dependencies: 3216 + tslib: 2.8.1 3217 + 3374 3218 '@trivago/prettier-plugin-sort-imports@5.2.2(prettier@3.5.3)': 3375 3219 dependencies: 3376 - '@babel/generator': 7.26.9 3377 - '@babel/parser': 7.26.9 3378 - '@babel/traverse': 7.26.9 3379 - '@babel/types': 7.26.9 3220 + '@babel/generator': 7.28.5 3221 + '@babel/parser': 7.28.5 3222 + '@babel/traverse': 7.28.5 3223 + '@babel/types': 7.28.5 3380 3224 javascript-natural-sort: 0.7.1 3381 3225 lodash: 4.17.21 3382 3226 prettier: 3.5.3 3383 3227 transitivePeerDependencies: 3384 3228 - supports-color 3385 3229 3386 - '@trueberryless-org/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))': 3230 + '@trueberryless-org/starlight-plugins-docs-components@0.4.2(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))': 3387 3231 dependencies: 3388 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3389 - '@hideoo/starlight-plugins-docs-components': 0.4.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3232 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3233 + '@hideoo/starlight-plugins-docs-components': 0.4.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3390 3234 change-case: 5.4.4 3391 - starlight-showcases: 0.2.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 3235 + starlight-showcases: 0.2.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 3392 3236 transitivePeerDependencies: 3393 3237 - astro 3394 3238 3395 - '@types/acorn@4.0.6': 3396 - dependencies: 3397 - '@types/estree': 1.0.6 3398 - 3399 3239 '@types/debug@4.1.12': 3400 3240 dependencies: 3401 3241 '@types/ms': 2.1.0 3402 3242 3403 3243 '@types/estree-jsx@1.0.5': 3404 3244 dependencies: 3405 - '@types/estree': 1.0.6 3245 + '@types/estree': 1.0.8 3406 3246 3407 - '@types/estree@1.0.6': {} 3247 + '@types/estree@1.0.8': {} 3248 + 3249 + '@types/fontkit@2.0.8': 3250 + dependencies: 3251 + '@types/node': 24.9.2 3408 3252 3409 3253 '@types/hast@3.0.4': 3410 3254 dependencies: ··· 3427 3271 '@types/node@12.20.55': {} 3428 3272 3429 3273 '@types/node@17.0.45': {} 3274 + 3275 + '@types/node@24.9.2': 3276 + dependencies: 3277 + undici-types: 7.16.0 3430 3278 3431 3279 '@types/picomatch@3.0.2': {} 3432 3280 ··· 3440 3288 3441 3289 '@ungap/structured-clone@1.3.0': {} 3442 3290 3443 - acorn-jsx@5.3.2(acorn@8.14.1): 3291 + acorn-jsx@5.3.2(acorn@8.15.0): 3444 3292 dependencies: 3445 - acorn: 8.14.1 3293 + acorn: 8.15.0 3446 3294 3447 - acorn@8.14.1: {} 3295 + acorn@8.15.0: {} 3448 3296 3449 3297 ansi-align@3.0.1: 3450 3298 dependencies: ··· 3454 3302 3455 3303 ansi-regex@5.0.1: {} 3456 3304 3457 - ansi-regex@6.1.0: {} 3305 + ansi-regex@6.2.2: {} 3458 3306 3459 - ansi-styles@6.2.1: {} 3307 + ansi-styles@6.2.3: {} 3460 3308 3461 3309 anymatch@3.1.3: 3462 3310 dependencies: ··· 3479 3327 3480 3328 astring@1.9.0: {} 3481 3329 3482 - astro-expressive-code@0.40.2(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 3330 + astro-expressive-code@0.41.3(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 3483 3331 dependencies: 3484 - astro: 5.6.1(rollup@4.35.0)(typescript@5.8.2) 3485 - rehype-expressive-code: 0.40.2 3332 + astro: 5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3) 3333 + rehype-expressive-code: 0.41.3 3486 3334 3487 - astro@5.6.1(rollup@4.35.0)(typescript@5.8.2): 3335 + astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3): 3488 3336 dependencies: 3489 - '@astrojs/compiler': 2.11.0 3490 - '@astrojs/internal-helpers': 0.6.1 3491 - '@astrojs/markdown-remark': 6.3.1 3492 - '@astrojs/telemetry': 3.2.0 3337 + '@astrojs/compiler': 2.13.0 3338 + '@astrojs/internal-helpers': 0.7.4 3339 + '@astrojs/markdown-remark': 6.3.8 3340 + '@astrojs/telemetry': 3.3.0 3341 + '@capsizecss/unpack': 3.0.0 3493 3342 '@oslojs/encoding': 1.1.0 3494 - '@rollup/pluginutils': 5.1.4(rollup@4.35.0) 3495 - acorn: 8.14.1 3343 + '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 3344 + acorn: 8.15.0 3496 3345 aria-query: 5.3.2 3497 3346 axobject-query: 4.1.0 3498 3347 boxen: 8.0.1 3499 - ci-info: 4.2.0 3348 + ci-info: 4.3.1 3500 3349 clsx: 2.1.1 3501 3350 common-ancestor-path: 1.0.1 3502 3351 cookie: 1.0.2 3503 3352 cssesc: 3.0.0 3504 - debug: 4.4.0 3353 + debug: 4.4.3 3505 3354 deterministic-object-hash: 2.0.2 3506 - devalue: 5.1.1 3355 + devalue: 5.4.2 3507 3356 diff: 5.2.0 3508 3357 dlv: 1.1.3 3509 3358 dset: 3.1.4 3510 - es-module-lexer: 1.6.0 3511 - esbuild: 0.25.0 3359 + es-module-lexer: 1.7.0 3360 + esbuild: 0.25.12 3512 3361 estree-walker: 3.0.3 3513 3362 flattie: 1.1.1 3363 + fontace: 0.3.1 3514 3364 github-slugger: 2.0.0 3515 3365 html-escaper: 3.0.3 3516 - http-cache-semantics: 4.1.1 3366 + http-cache-semantics: 4.2.0 3367 + import-meta-resolve: 4.2.0 3517 3368 js-yaml: 4.1.0 3518 - kleur: 4.1.5 3519 - magic-string: 0.30.17 3369 + magic-string: 0.30.21 3520 3370 magicast: 0.3.5 3521 3371 mrmime: 2.0.1 3522 3372 neotraverse: 0.6.18 3523 3373 p-limit: 6.2.0 3524 - p-queue: 8.1.0 3525 - package-manager-detector: 1.1.0 3526 - picomatch: 4.0.2 3374 + p-queue: 8.1.1 3375 + package-manager-detector: 1.5.0 3376 + picocolors: 1.1.1 3377 + picomatch: 4.0.3 3527 3378 prompts: 2.4.2 3528 3379 rehype: 13.0.2 3529 - semver: 7.7.1 3530 - shiki: 3.2.1 3531 - tinyexec: 0.3.2 3532 - tinyglobby: 0.2.12 3533 - tsconfck: 3.1.5(typescript@5.8.2) 3380 + semver: 7.7.3 3381 + shiki: 3.14.0 3382 + smol-toml: 1.4.2 3383 + tinyexec: 1.0.1 3384 + tinyglobby: 0.2.15 3385 + tsconfck: 3.1.6(typescript@5.9.3) 3534 3386 ultrahtml: 1.6.0 3387 + unifont: 0.6.0 3535 3388 unist-util-visit: 5.0.0 3536 - unstorage: 1.15.0 3389 + unstorage: 1.17.2 3537 3390 vfile: 6.0.3 3538 - vite: 6.2.5 3539 - vitefu: 1.0.6(vite@6.2.5) 3391 + vite: 6.4.1(@types/node@24.9.2) 3392 + vitefu: 1.1.1(vite@6.4.1(@types/node@24.9.2)) 3540 3393 xxhash-wasm: 1.1.0 3541 3394 yargs-parser: 21.1.1 3542 - yocto-spinner: 0.2.1 3543 - zod: 3.24.2 3544 - zod-to-json-schema: 3.24.5(zod@3.24.2) 3545 - zod-to-ts: 1.2.0(typescript@5.8.2)(zod@3.24.2) 3395 + yocto-spinner: 0.2.3 3396 + zod: 3.25.76 3397 + zod-to-json-schema: 3.24.6(zod@3.25.76) 3398 + zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.25.76) 3546 3399 optionalDependencies: 3547 - sharp: 0.33.5 3400 + sharp: 0.34.4 3548 3401 transitivePeerDependencies: 3549 3402 - '@azure/app-configuration' 3550 3403 - '@azure/cosmos' ··· 3559 3412 - '@types/node' 3560 3413 - '@upstash/redis' 3561 3414 - '@vercel/blob' 3415 + - '@vercel/functions' 3562 3416 - '@vercel/kv' 3563 3417 - aws4fetch 3564 3418 - db0 ··· 3581 3435 3582 3436 axobject-query@4.1.0: {} 3583 3437 3584 - b4a@1.6.7: {} 3585 - 3586 3438 bail@2.0.2: {} 3587 3439 3588 3440 balanced-match@1.0.2: {} 3589 3441 3590 - bare-events@2.5.4: 3591 - optional: true 3592 - 3593 - bare-fs@4.0.1: 3594 - dependencies: 3595 - bare-events: 2.5.4 3596 - bare-path: 3.0.0 3597 - bare-stream: 2.6.5(bare-events@2.5.4) 3598 - transitivePeerDependencies: 3599 - - bare-buffer 3600 - optional: true 3601 - 3602 - bare-os@3.5.1: 3603 - optional: true 3604 - 3605 - bare-path@3.0.0: 3606 - dependencies: 3607 - bare-os: 3.5.1 3608 - optional: true 3609 - 3610 - bare-stream@2.6.5(bare-events@2.5.4): 3611 - dependencies: 3612 - streamx: 2.22.0 3613 - optionalDependencies: 3614 - bare-events: 2.5.4 3615 - optional: true 3616 - 3617 3442 base-64@1.0.0: {} 3618 3443 3619 3444 base64-js@1.5.1: {} ··· 3629 3454 better-path-resolve@1.0.0: 3630 3455 dependencies: 3631 3456 is-windows: 1.0.2 3632 - 3633 - bl@4.1.0: 3634 - dependencies: 3635 - buffer: 5.7.1 3636 - inherits: 2.0.4 3637 - readable-stream: 3.6.2 3638 3457 3639 3458 boolbase@1.0.0: {} 3640 3459 ··· 3642 3461 dependencies: 3643 3462 ansi-align: 3.0.1 3644 3463 camelcase: 8.0.0 3645 - chalk: 5.4.1 3464 + chalk: 5.6.2 3646 3465 cli-boxes: 3.0.0 3647 3466 string-width: 7.2.0 3648 - type-fest: 4.37.0 3467 + type-fest: 4.41.0 3649 3468 widest-line: 5.0.0 3650 - wrap-ansi: 9.0.0 3469 + wrap-ansi: 9.0.2 3651 3470 3652 - brace-expansion@1.1.11: 3471 + brace-expansion@1.1.12: 3653 3472 dependencies: 3654 3473 balanced-match: 1.0.2 3655 3474 concat-map: 0.0.1 ··· 3658 3477 dependencies: 3659 3478 fill-range: 7.1.1 3660 3479 3661 - buffer@5.7.1: 3480 + brotli@1.3.3: 3662 3481 dependencies: 3663 3482 base64-js: 1.5.1 3664 - ieee754: 1.2.1 3665 3483 3666 3484 camelcase@8.0.0: {} 3667 3485 3668 3486 ccount@2.0.1: {} 3669 3487 3670 - chalk@5.4.1: {} 3488 + chalk@5.6.2: {} 3671 3489 3672 3490 change-case@5.4.4: {} 3673 3491 ··· 3679 3497 3680 3498 character-reference-invalid@2.0.1: {} 3681 3499 3682 - chardet@0.7.0: {} 3500 + chardet@2.1.1: {} 3683 3501 3684 3502 chokidar@4.0.3: 3685 3503 dependencies: 3686 3504 readdirp: 4.1.2 3687 - 3688 - chownr@1.1.4: {} 3689 3505 3690 3506 ci-info@3.9.0: {} 3691 3507 3692 - ci-info@4.2.0: {} 3508 + ci-info@4.3.1: {} 3693 3509 3694 3510 cli-boxes@3.0.0: {} 3511 + 3512 + clone@2.1.2: {} 3695 3513 3696 3514 clsx@2.1.1: {} 3697 3515 3698 3516 collapse-white-space@2.1.0: {} 3699 3517 3700 - color-convert@2.0.1: 3701 - dependencies: 3702 - color-name: 1.1.4 3703 - 3704 - color-name@1.1.4: {} 3705 - 3706 - color-string@1.9.1: 3707 - dependencies: 3708 - color-name: 1.1.4 3709 - simple-swizzle: 0.2.2 3710 - 3711 - color@4.2.3: 3712 - dependencies: 3713 - color-convert: 2.0.1 3714 - color-string: 1.9.1 3715 - 3716 3518 comma-separated-tokens@2.0.3: {} 3717 3519 3718 3520 common-ancestor-path@1.0.1: {} ··· 3729 3531 shebang-command: 2.0.0 3730 3532 which: 2.0.2 3731 3533 3732 - crossws@0.3.4: 3534 + crossws@0.3.5: 3733 3535 dependencies: 3734 3536 uncrypto: 0.1.3 3735 3537 3736 - css-select@5.1.0: 3538 + css-select@5.2.2: 3737 3539 dependencies: 3738 3540 boolbase: 1.0.0 3739 - css-what: 6.1.0 3541 + css-what: 6.2.2 3740 3542 domhandler: 5.0.3 3741 3543 domutils: 3.2.2 3742 3544 nth-check: 2.1.1 3743 3545 3744 - css-selector-parser@3.0.5: {} 3546 + css-selector-parser@3.1.3: {} 3547 + 3548 + css-tree@3.1.0: 3549 + dependencies: 3550 + mdn-data: 2.12.2 3551 + source-map-js: 1.2.1 3745 3552 3746 - css-what@6.1.0: {} 3553 + css-what@6.2.2: {} 3747 3554 3748 3555 cssesc@3.0.0: {} 3749 3556 ··· 3751 3558 3752 3559 dataloader@1.4.0: {} 3753 3560 3754 - debug@4.4.0: 3561 + debug@4.4.3: 3755 3562 dependencies: 3756 3563 ms: 2.1.3 3757 3564 3758 - decode-named-character-reference@1.1.0: 3565 + decode-named-character-reference@1.2.0: 3759 3566 dependencies: 3760 3567 character-entities: 2.0.2 3761 3568 3762 - decompress-response@6.0.0: 3763 - dependencies: 3764 - mimic-response: 3.1.0 3765 - 3766 - deep-extend@0.6.0: {} 3767 - 3768 3569 defu@6.1.4: {} 3769 3570 3770 3571 dequal@2.0.3: {} 3771 3572 3772 - destr@2.0.3: {} 3573 + destr@2.0.5: {} 3773 3574 3774 3575 detect-indent@6.1.0: {} 3775 3576 3776 - detect-libc@2.0.3: {} 3577 + detect-libc@2.1.2: {} 3777 3578 3778 3579 deterministic-object-hash@2.0.2: 3779 3580 dependencies: 3780 3581 base-64: 1.0.0 3781 3582 3782 - devalue@5.1.1: {} 3583 + devalue@5.4.2: {} 3783 3584 3784 3585 devlop@1.1.0: 3785 3586 dependencies: 3786 3587 dequal: 2.0.3 3588 + 3589 + dfa@1.2.0: {} 3787 3590 3788 3591 diff@5.2.0: {} 3789 3592 ··· 3817 3620 3818 3621 dset@3.1.4: {} 3819 3622 3820 - emoji-regex-xs@1.0.0: {} 3821 - 3822 - emoji-regex@10.4.0: {} 3623 + emoji-regex@10.6.0: {} 3823 3624 3824 3625 emoji-regex@8.0.0: {} 3825 3626 3826 - end-of-stream@1.4.4: 3827 - dependencies: 3828 - once: 1.4.0 3829 - 3830 3627 enquirer@2.4.1: 3831 3628 dependencies: 3832 3629 ansi-colors: 4.1.3 ··· 3834 3631 3835 3632 entities@4.5.0: {} 3836 3633 3837 - es-module-lexer@1.6.0: {} 3634 + entities@6.0.1: {} 3635 + 3636 + es-module-lexer@1.7.0: {} 3838 3637 3839 3638 esast-util-from-estree@2.0.0: 3840 3639 dependencies: ··· 3846 3645 esast-util-from-js@2.0.1: 3847 3646 dependencies: 3848 3647 '@types/estree-jsx': 1.0.5 3849 - acorn: 8.14.1 3648 + acorn: 8.15.0 3850 3649 esast-util-from-estree: 2.0.0 3851 - vfile-message: 4.0.2 3650 + vfile-message: 4.0.3 3852 3651 3853 - esbuild@0.25.0: 3652 + esbuild@0.25.12: 3854 3653 optionalDependencies: 3855 - '@esbuild/aix-ppc64': 0.25.0 3856 - '@esbuild/android-arm': 0.25.0 3857 - '@esbuild/android-arm64': 0.25.0 3858 - '@esbuild/android-x64': 0.25.0 3859 - '@esbuild/darwin-arm64': 0.25.0 3860 - '@esbuild/darwin-x64': 0.25.0 3861 - '@esbuild/freebsd-arm64': 0.25.0 3862 - '@esbuild/freebsd-x64': 0.25.0 3863 - '@esbuild/linux-arm': 0.25.0 3864 - '@esbuild/linux-arm64': 0.25.0 3865 - '@esbuild/linux-ia32': 0.25.0 3866 - '@esbuild/linux-loong64': 0.25.0 3867 - '@esbuild/linux-mips64el': 0.25.0 3868 - '@esbuild/linux-ppc64': 0.25.0 3869 - '@esbuild/linux-riscv64': 0.25.0 3870 - '@esbuild/linux-s390x': 0.25.0 3871 - '@esbuild/linux-x64': 0.25.0 3872 - '@esbuild/netbsd-arm64': 0.25.0 3873 - '@esbuild/netbsd-x64': 0.25.0 3874 - '@esbuild/openbsd-arm64': 0.25.0 3875 - '@esbuild/openbsd-x64': 0.25.0 3876 - '@esbuild/sunos-x64': 0.25.0 3877 - '@esbuild/win32-arm64': 0.25.0 3878 - '@esbuild/win32-ia32': 0.25.0 3879 - '@esbuild/win32-x64': 0.25.0 3654 + '@esbuild/aix-ppc64': 0.25.12 3655 + '@esbuild/android-arm': 0.25.12 3656 + '@esbuild/android-arm64': 0.25.12 3657 + '@esbuild/android-x64': 0.25.12 3658 + '@esbuild/darwin-arm64': 0.25.12 3659 + '@esbuild/darwin-x64': 0.25.12 3660 + '@esbuild/freebsd-arm64': 0.25.12 3661 + '@esbuild/freebsd-x64': 0.25.12 3662 + '@esbuild/linux-arm': 0.25.12 3663 + '@esbuild/linux-arm64': 0.25.12 3664 + '@esbuild/linux-ia32': 0.25.12 3665 + '@esbuild/linux-loong64': 0.25.12 3666 + '@esbuild/linux-mips64el': 0.25.12 3667 + '@esbuild/linux-ppc64': 0.25.12 3668 + '@esbuild/linux-riscv64': 0.25.12 3669 + '@esbuild/linux-s390x': 0.25.12 3670 + '@esbuild/linux-x64': 0.25.12 3671 + '@esbuild/netbsd-arm64': 0.25.12 3672 + '@esbuild/netbsd-x64': 0.25.12 3673 + '@esbuild/openbsd-arm64': 0.25.12 3674 + '@esbuild/openbsd-x64': 0.25.12 3675 + '@esbuild/openharmony-arm64': 0.25.12 3676 + '@esbuild/sunos-x64': 0.25.12 3677 + '@esbuild/win32-arm64': 0.25.12 3678 + '@esbuild/win32-ia32': 0.25.12 3679 + '@esbuild/win32-x64': 0.25.12 3880 3680 3881 3681 escape-string-regexp@5.0.0: {} 3882 3682 ··· 3884 3684 3885 3685 estree-util-attach-comments@3.0.0: 3886 3686 dependencies: 3887 - '@types/estree': 1.0.6 3687 + '@types/estree': 1.0.8 3888 3688 3889 3689 estree-util-build-jsx@3.0.1: 3890 3690 dependencies: ··· 3897 3697 3898 3698 estree-util-scope@1.0.0: 3899 3699 dependencies: 3900 - '@types/estree': 1.0.6 3700 + '@types/estree': 1.0.8 3901 3701 devlop: 1.1.0 3902 3702 3903 3703 estree-util-to-js@2.0.0: 3904 3704 dependencies: 3905 3705 '@types/estree-jsx': 1.0.5 3906 3706 astring: 1.9.0 3907 - source-map: 0.7.4 3707 + source-map: 0.7.6 3908 3708 3909 3709 estree-util-visit@2.0.0: 3910 3710 dependencies: ··· 3915 3715 3916 3716 estree-walker@3.0.3: 3917 3717 dependencies: 3918 - '@types/estree': 1.0.6 3718 + '@types/estree': 1.0.8 3919 3719 3920 3720 eventemitter3@4.0.7: {} 3921 3721 3922 3722 eventemitter3@5.0.1: {} 3923 3723 3924 - expand-template@2.0.3: {} 3925 - 3926 - expressive-code@0.40.2: 3724 + expressive-code@0.41.3: 3927 3725 dependencies: 3928 - '@expressive-code/core': 0.40.2 3929 - '@expressive-code/plugin-frames': 0.40.2 3930 - '@expressive-code/plugin-shiki': 0.40.2 3931 - '@expressive-code/plugin-text-markers': 0.40.2 3726 + '@expressive-code/core': 0.41.3 3727 + '@expressive-code/plugin-frames': 0.41.3 3728 + '@expressive-code/plugin-shiki': 0.41.3 3729 + '@expressive-code/plugin-text-markers': 0.41.3 3932 3730 3933 3731 extend@3.0.2: {} 3934 3732 3935 3733 extendable-error@0.1.7: {} 3936 3734 3937 - external-editor@3.1.0: 3938 - dependencies: 3939 - chardet: 0.7.0 3940 - iconv-lite: 0.4.24 3941 - tmp: 0.0.33 3942 - 3943 - fast-fifo@1.3.2: {} 3735 + fast-deep-equal@3.1.3: {} 3944 3736 3945 3737 fast-glob@3.3.3: 3946 3738 dependencies: ··· 3954 3746 dependencies: 3955 3747 reusify: 1.1.0 3956 3748 3957 - fdir@6.4.3(picomatch@4.0.2): 3749 + fdir@6.5.0(picomatch@4.0.3): 3958 3750 optionalDependencies: 3959 - picomatch: 4.0.2 3751 + picomatch: 4.0.3 3960 3752 3961 3753 fill-range@7.1.1: 3962 3754 dependencies: ··· 3977 3769 3978 3770 flattie@1.1.1: {} 3979 3771 3980 - fs-constants@1.0.0: {} 3772 + fontace@0.3.1: 3773 + dependencies: 3774 + '@types/fontkit': 2.0.8 3775 + fontkit: 2.0.4 3776 + 3777 + fontkit@2.0.4: 3778 + dependencies: 3779 + '@swc/helpers': 0.5.17 3780 + brotli: 1.3.3 3781 + clone: 2.1.2 3782 + dfa: 1.2.0 3783 + fast-deep-equal: 3.1.3 3784 + restructure: 3.0.2 3785 + tiny-inflate: 1.0.3 3786 + unicode-properties: 1.4.1 3787 + unicode-trie: 2.0.0 3981 3788 3982 3789 fs-extra@7.0.1: 3983 3790 dependencies: ··· 3996 3803 fsevents@2.3.3: 3997 3804 optional: true 3998 3805 3999 - get-east-asian-width@1.3.0: {} 4000 - 4001 - github-from-package@0.0.0: {} 3806 + get-east-asian-width@1.4.0: {} 4002 3807 4003 3808 github-slugger@2.0.0: {} 4004 3809 ··· 4015 3820 once: 1.4.0 4016 3821 path-is-absolute: 1.0.1 4017 3822 4018 - globals@11.12.0: {} 4019 - 4020 3823 globby@11.1.0: 4021 3824 dependencies: 4022 3825 array-union: 2.1.0 ··· 4028 3831 4029 3832 graceful-fs@4.2.11: {} 4030 3833 4031 - h3@1.15.1: 3834 + h3@1.15.4: 4032 3835 dependencies: 4033 3836 cookie-es: 1.2.2 4034 - crossws: 0.3.4 3837 + crossws: 0.3.5 4035 3838 defu: 6.1.4 4036 - destr: 2.0.3 3839 + destr: 2.0.5 4037 3840 iron-webcrypto: 1.2.1 4038 - node-mock-http: 1.0.0 3841 + node-mock-http: 1.0.3 4039 3842 radix3: 1.1.2 4040 - ufo: 1.5.4 3843 + ufo: 1.6.1 4041 3844 uncrypto: 0.1.3 4042 3845 4043 3846 hast-util-embedded@3.0.0: ··· 4053 3856 hast-util-phrasing: 3.0.1 4054 3857 hast-util-whitespace: 3.0.0 4055 3858 html-whitespace-sensitive-tag-names: 3.0.1 4056 - unist-util-visit-parents: 6.0.1 3859 + unist-util-visit-parents: 6.0.2 4057 3860 4058 3861 hast-util-from-html@2.0.3: 4059 3862 dependencies: 4060 3863 '@types/hast': 3.0.4 4061 3864 devlop: 1.1.0 4062 3865 hast-util-from-parse5: 8.0.3 4063 - parse5: 7.2.1 3866 + parse5: 7.3.0 4064 3867 vfile: 6.0.3 4065 - vfile-message: 4.0.2 3868 + vfile-message: 4.0.3 4066 3869 4067 3870 hast-util-from-parse5@8.0.3: 4068 3871 dependencies: ··· 4070 3873 '@types/unist': 3.0.3 4071 3874 devlop: 1.1.0 4072 3875 hastscript: 9.0.1 4073 - property-information: 7.0.0 3876 + property-information: 7.1.0 4074 3877 vfile: 6.0.3 4075 3878 vfile-location: 5.0.3 4076 3879 web-namespaces: 2.0.1 ··· 4093 3896 hast-util-embedded: 3.0.0 4094 3897 hast-util-is-element: 3.0.0 4095 3898 hast-util-whitespace: 3.0.0 4096 - unist-util-is: 6.0.0 3899 + unist-util-is: 6.0.1 4097 3900 4098 3901 hast-util-parse-selector@4.0.0: 4099 3902 dependencies: ··· 4116 3919 hast-util-to-parse5: 8.0.0 4117 3920 html-void-elements: 3.0.0 4118 3921 mdast-util-to-hast: 13.2.0 4119 - parse5: 7.2.1 3922 + parse5: 7.3.0 4120 3923 unist-util-position: 5.0.0 4121 3924 unist-util-visit: 5.0.0 4122 3925 vfile: 6.0.3 ··· 4129 3932 '@types/unist': 3.0.3 4130 3933 bcp-47-match: 2.0.3 4131 3934 comma-separated-tokens: 2.0.3 4132 - css-selector-parser: 3.0.5 3935 + css-selector-parser: 3.1.3 4133 3936 devlop: 1.1.0 4134 3937 direction: 2.0.1 4135 3938 hast-util-has-property: 3.0.0 4136 3939 hast-util-to-string: 3.0.1 4137 3940 hast-util-whitespace: 3.0.0 4138 3941 nth-check: 2.1.1 4139 - property-information: 7.0.0 3942 + property-information: 7.1.0 4140 3943 space-separated-tokens: 2.0.2 4141 3944 unist-util-visit: 5.0.0 4142 3945 zwitch: 2.0.4 4143 3946 4144 3947 hast-util-to-estree@3.1.3: 4145 3948 dependencies: 4146 - '@types/estree': 1.0.6 3949 + '@types/estree': 1.0.8 4147 3950 '@types/estree-jsx': 1.0.5 4148 3951 '@types/hast': 3.0.4 4149 3952 comma-separated-tokens: 2.0.3 ··· 4154 3957 mdast-util-mdx-expression: 2.0.1 4155 3958 mdast-util-mdx-jsx: 3.2.0 4156 3959 mdast-util-mdxjs-esm: 2.0.1 4157 - property-information: 7.0.0 3960 + property-information: 7.1.0 4158 3961 space-separated-tokens: 2.0.2 4159 - style-to-js: 1.1.16 3962 + style-to-js: 1.1.18 4160 3963 unist-util-position: 5.0.0 4161 3964 zwitch: 2.0.4 4162 3965 transitivePeerDependencies: ··· 4171 3974 hast-util-whitespace: 3.0.0 4172 3975 html-void-elements: 3.0.0 4173 3976 mdast-util-to-hast: 13.2.0 4174 - property-information: 7.0.0 3977 + property-information: 7.1.0 4175 3978 space-separated-tokens: 2.0.2 4176 3979 stringify-entities: 4.0.4 4177 3980 zwitch: 2.0.4 4178 3981 4179 3982 hast-util-to-jsx-runtime@2.3.6: 4180 3983 dependencies: 4181 - '@types/estree': 1.0.6 3984 + '@types/estree': 1.0.8 4182 3985 '@types/hast': 3.0.4 4183 3986 '@types/unist': 3.0.3 4184 3987 comma-separated-tokens: 2.0.3 ··· 4188 3991 mdast-util-mdx-expression: 2.0.1 4189 3992 mdast-util-mdx-jsx: 3.2.0 4190 3993 mdast-util-mdxjs-esm: 2.0.1 4191 - property-information: 7.0.0 3994 + property-information: 7.1.0 4192 3995 space-separated-tokens: 2.0.2 4193 - style-to-js: 1.1.16 3996 + style-to-js: 1.1.18 4194 3997 unist-util-position: 5.0.0 4195 - vfile-message: 4.0.2 3998 + vfile-message: 4.0.3 4196 3999 transitivePeerDependencies: 4197 4000 - supports-color 4198 4001 ··· 4226 4029 '@types/hast': 3.0.4 4227 4030 comma-separated-tokens: 2.0.3 4228 4031 hast-util-parse-selector: 4.0.0 4229 - property-information: 7.0.0 4032 + property-information: 7.1.0 4230 4033 space-separated-tokens: 2.0.2 4231 4034 4232 4035 html-escaper@3.0.3: {} ··· 4242 4045 domutils: 3.2.2 4243 4046 entities: 4.5.0 4244 4047 4245 - http-cache-semantics@4.1.1: {} 4048 + http-cache-semantics@4.2.0: {} 4246 4049 4247 - human-id@4.1.1: {} 4050 + human-id@4.1.2: {} 4248 4051 4249 4052 i18next@23.16.8: 4250 4053 dependencies: 4251 - '@babel/runtime': 7.26.9 4054 + '@babel/runtime': 7.28.4 4252 4055 4253 - iconv-lite@0.4.24: 4056 + iconv-lite@0.7.0: 4254 4057 dependencies: 4255 4058 safer-buffer: 2.1.2 4256 4059 4257 - ieee754@1.2.1: {} 4258 - 4259 4060 ignore@5.3.2: {} 4260 4061 4261 - import-meta-resolve@4.1.0: {} 4062 + import-meta-resolve@4.2.0: {} 4262 4063 4263 4064 inflight@1.0.6: 4264 4065 dependencies: ··· 4267 4068 4268 4069 inherits@2.0.4: {} 4269 4070 4270 - ini@1.3.8: {} 4271 - 4272 4071 inline-style-parser@0.2.4: {} 4273 4072 4274 4073 iron-webcrypto@1.2.1: {} ··· 4281 4080 dependencies: 4282 4081 is-alphabetical: 2.0.1 4283 4082 is-decimal: 2.0.1 4284 - 4285 - is-arrayish@0.3.2: {} 4286 4083 4287 4084 is-decimal@2.0.1: {} 4288 4085 ··· 4351 4148 4352 4149 linkedom@0.14.26: 4353 4150 dependencies: 4354 - css-select: 5.1.0 4151 + css-select: 5.2.2 4355 4152 cssom: 0.5.0 4356 4153 html-escaper: 3.0.3 4357 4154 htmlparser2: 8.0.2 ··· 4371 4168 4372 4169 lru-cache@10.4.3: {} 4373 4170 4374 - magic-string@0.30.17: 4171 + magic-string@0.30.21: 4375 4172 dependencies: 4376 - '@jridgewell/sourcemap-codec': 1.5.0 4173 + '@jridgewell/sourcemap-codec': 1.5.5 4377 4174 4378 4175 magicast@0.3.5: 4379 4176 dependencies: 4380 - '@babel/parser': 7.26.9 4381 - '@babel/types': 7.26.9 4177 + '@babel/parser': 7.28.5 4178 + '@babel/types': 7.28.5 4382 4179 source-map-js: 1.2.1 4383 4180 4384 4181 markdown-extensions@2.0.0: {} ··· 4401 4198 mdast-util-to-markdown: 2.1.2 4402 4199 parse-entities: 4.0.2 4403 4200 stringify-entities: 4.0.4 4404 - unist-util-visit-parents: 6.0.1 4201 + unist-util-visit-parents: 6.0.2 4405 4202 transitivePeerDependencies: 4406 4203 - supports-color 4407 4204 ··· 4409 4206 dependencies: 4410 4207 '@types/mdast': 4.0.4 4411 4208 escape-string-regexp: 5.0.0 4412 - unist-util-is: 6.0.0 4413 - unist-util-visit-parents: 6.0.1 4209 + unist-util-is: 6.0.1 4210 + unist-util-visit-parents: 6.0.2 4414 4211 4415 4212 mdast-util-from-markdown@2.0.2: 4416 4213 dependencies: 4417 4214 '@types/mdast': 4.0.4 4418 4215 '@types/unist': 3.0.3 4419 - decode-named-character-reference: 1.1.0 4216 + decode-named-character-reference: 1.2.0 4420 4217 devlop: 1.1.0 4421 4218 mdast-util-to-string: 4.0.0 4422 4219 micromark: 4.0.2 ··· 4510 4307 parse-entities: 4.0.2 4511 4308 stringify-entities: 4.0.4 4512 4309 unist-util-stringify-position: 4.0.0 4513 - vfile-message: 4.0.2 4310 + vfile-message: 4.0.3 4514 4311 transitivePeerDependencies: 4515 4312 - supports-color 4516 4313 ··· 4538 4335 mdast-util-phrasing@4.1.0: 4539 4336 dependencies: 4540 4337 '@types/mdast': 4.0.4 4541 - unist-util-is: 6.0.0 4338 + unist-util-is: 6.0.1 4542 4339 4543 4340 mdast-util-to-hast@13.2.0: 4544 4341 dependencies: ··· 4568 4365 dependencies: 4569 4366 '@types/mdast': 4.0.4 4570 4367 4368 + mdn-data@2.12.2: {} 4369 + 4571 4370 merge2@1.4.1: {} 4572 4371 4573 4372 micromark-core-commonmark@2.0.3: 4574 4373 dependencies: 4575 - decode-named-character-reference: 1.1.0 4374 + decode-named-character-reference: 1.2.0 4576 4375 devlop: 1.1.0 4577 4376 micromark-factory-destination: 2.0.1 4578 4377 micromark-factory-label: 2.0.1 ··· 4657 4456 micromark-util-combine-extensions: 2.0.1 4658 4457 micromark-util-types: 2.0.2 4659 4458 4660 - micromark-extension-mdx-expression@3.0.0: 4459 + micromark-extension-mdx-expression@3.0.1: 4661 4460 dependencies: 4662 - '@types/estree': 1.0.6 4461 + '@types/estree': 1.0.8 4663 4462 devlop: 1.1.0 4664 - micromark-factory-mdx-expression: 2.0.2 4463 + micromark-factory-mdx-expression: 2.0.3 4665 4464 micromark-factory-space: 2.0.1 4666 4465 micromark-util-character: 2.1.1 4667 - micromark-util-events-to-acorn: 2.0.2 4466 + micromark-util-events-to-acorn: 2.0.3 4668 4467 micromark-util-symbol: 2.0.1 4669 4468 micromark-util-types: 2.0.2 4670 4469 4671 - micromark-extension-mdx-jsx@3.0.1: 4470 + micromark-extension-mdx-jsx@3.0.2: 4672 4471 dependencies: 4673 - '@types/acorn': 4.0.6 4674 - '@types/estree': 1.0.6 4472 + '@types/estree': 1.0.8 4675 4473 devlop: 1.1.0 4676 4474 estree-util-is-identifier-name: 3.0.0 4677 - micromark-factory-mdx-expression: 2.0.2 4475 + micromark-factory-mdx-expression: 2.0.3 4678 4476 micromark-factory-space: 2.0.1 4679 4477 micromark-util-character: 2.1.1 4680 - micromark-util-events-to-acorn: 2.0.2 4478 + micromark-util-events-to-acorn: 2.0.3 4681 4479 micromark-util-symbol: 2.0.1 4682 4480 micromark-util-types: 2.0.2 4683 - vfile-message: 4.0.2 4481 + vfile-message: 4.0.3 4684 4482 4685 4483 micromark-extension-mdx-md@2.0.0: 4686 4484 dependencies: ··· 4688 4486 4689 4487 micromark-extension-mdxjs-esm@3.0.0: 4690 4488 dependencies: 4691 - '@types/estree': 1.0.6 4489 + '@types/estree': 1.0.8 4692 4490 devlop: 1.1.0 4693 4491 micromark-core-commonmark: 2.0.3 4694 4492 micromark-util-character: 2.1.1 4695 - micromark-util-events-to-acorn: 2.0.2 4493 + micromark-util-events-to-acorn: 2.0.3 4696 4494 micromark-util-symbol: 2.0.1 4697 4495 micromark-util-types: 2.0.2 4698 4496 unist-util-position-from-estree: 2.0.0 4699 - vfile-message: 4.0.2 4497 + vfile-message: 4.0.3 4700 4498 4701 4499 micromark-extension-mdxjs@3.0.0: 4702 4500 dependencies: 4703 - acorn: 8.14.1 4704 - acorn-jsx: 5.3.2(acorn@8.14.1) 4705 - micromark-extension-mdx-expression: 3.0.0 4706 - micromark-extension-mdx-jsx: 3.0.1 4501 + acorn: 8.15.0 4502 + acorn-jsx: 5.3.2(acorn@8.15.0) 4503 + micromark-extension-mdx-expression: 3.0.1 4504 + micromark-extension-mdx-jsx: 3.0.2 4707 4505 micromark-extension-mdx-md: 2.0.0 4708 4506 micromark-extension-mdxjs-esm: 3.0.0 4709 4507 micromark-util-combine-extensions: 2.0.1 ··· 4722 4520 micromark-util-symbol: 2.0.1 4723 4521 micromark-util-types: 2.0.2 4724 4522 4725 - micromark-factory-mdx-expression@2.0.2: 4523 + micromark-factory-mdx-expression@2.0.3: 4726 4524 dependencies: 4727 - '@types/estree': 1.0.6 4525 + '@types/estree': 1.0.8 4728 4526 devlop: 1.1.0 4729 4527 micromark-factory-space: 2.0.1 4730 4528 micromark-util-character: 2.1.1 4731 - micromark-util-events-to-acorn: 2.0.2 4529 + micromark-util-events-to-acorn: 2.0.3 4732 4530 micromark-util-symbol: 2.0.1 4733 4531 micromark-util-types: 2.0.2 4734 4532 unist-util-position-from-estree: 2.0.0 4735 - vfile-message: 4.0.2 4533 + vfile-message: 4.0.3 4736 4534 4737 4535 micromark-factory-space@2.0.1: 4738 4536 dependencies: ··· 4779 4577 4780 4578 micromark-util-decode-string@2.0.1: 4781 4579 dependencies: 4782 - decode-named-character-reference: 1.1.0 4580 + decode-named-character-reference: 1.2.0 4783 4581 micromark-util-character: 2.1.1 4784 4582 micromark-util-decode-numeric-character-reference: 2.0.2 4785 4583 micromark-util-symbol: 2.0.1 4786 4584 4787 4585 micromark-util-encode@2.0.1: {} 4788 4586 4789 - micromark-util-events-to-acorn@2.0.2: 4587 + micromark-util-events-to-acorn@2.0.3: 4790 4588 dependencies: 4791 - '@types/acorn': 4.0.6 4792 - '@types/estree': 1.0.6 4589 + '@types/estree': 1.0.8 4793 4590 '@types/unist': 3.0.3 4794 4591 devlop: 1.1.0 4795 4592 estree-util-visit: 2.0.0 4796 4593 micromark-util-symbol: 2.0.1 4797 4594 micromark-util-types: 2.0.2 4798 - vfile-message: 4.0.2 4595 + vfile-message: 4.0.3 4799 4596 4800 4597 micromark-util-html-tag-name@2.0.1: {} 4801 4598 ··· 4827 4624 micromark@4.0.2: 4828 4625 dependencies: 4829 4626 '@types/debug': 4.1.12 4830 - debug: 4.4.0 4831 - decode-named-character-reference: 1.1.0 4627 + debug: 4.4.3 4628 + decode-named-character-reference: 1.2.0 4832 4629 devlop: 1.1.0 4833 4630 micromark-core-commonmark: 2.0.3 4834 4631 micromark-factory-space: 2.0.1 ··· 4851 4648 braces: 3.0.3 4852 4649 picomatch: 2.3.1 4853 4650 4854 - mimic-response@3.1.0: {} 4855 - 4856 4651 minimatch@3.1.2: 4857 4652 dependencies: 4858 - brace-expansion: 1.1.11 4859 - 4860 - minimist@1.2.8: {} 4861 - 4862 - mkdirp-classic@0.5.3: {} 4653 + brace-expansion: 1.1.12 4863 4654 4864 4655 mri@1.2.0: {} 4865 4656 ··· 4867 4658 4868 4659 ms@2.1.3: {} 4869 4660 4870 - nanoid@3.3.9: {} 4871 - 4872 - napi-build-utils@2.0.0: {} 4661 + nanoid@3.3.11: {} 4873 4662 4874 4663 neotraverse@0.6.18: {} 4875 4664 ··· 4877 4666 dependencies: 4878 4667 '@types/nlcst': 2.0.3 4879 4668 4880 - node-abi@3.74.0: 4881 - dependencies: 4882 - semver: 7.7.1 4883 - 4884 - node-addon-api@6.1.0: {} 4885 - 4886 - node-fetch-native@1.6.6: {} 4669 + node-fetch-native@1.6.7: {} 4887 4670 4888 4671 node-fetch@2.7.0: 4889 4672 dependencies: 4890 4673 whatwg-url: 5.0.0 4891 4674 4892 - node-mock-http@1.0.0: {} 4675 + node-mock-http@1.0.3: {} 4893 4676 4894 4677 normalize-path@3.0.0: {} 4895 4678 ··· 4897 4680 dependencies: 4898 4681 boolbase: 1.0.0 4899 4682 4900 - ofetch@1.4.1: 4683 + ofetch@1.5.1: 4901 4684 dependencies: 4902 - destr: 2.0.3 4903 - node-fetch-native: 1.6.6 4904 - ufo: 1.5.4 4685 + destr: 2.0.5 4686 + node-fetch-native: 1.6.7 4687 + ufo: 1.6.1 4688 + 4689 + ohash@2.0.11: {} 4905 4690 4906 4691 once@1.4.0: 4907 4692 dependencies: 4908 4693 wrappy: 1.0.2 4909 4694 4910 - oniguruma-parser@0.5.4: {} 4911 - 4912 - oniguruma-to-es@2.3.0: 4913 - dependencies: 4914 - emoji-regex-xs: 1.0.0 4915 - regex: 5.1.1 4916 - regex-recursion: 5.1.1 4695 + oniguruma-parser@0.12.1: {} 4917 4696 4918 - oniguruma-to-es@4.1.0: 4697 + oniguruma-to-es@4.3.3: 4919 4698 dependencies: 4920 - emoji-regex-xs: 1.0.0 4921 - oniguruma-parser: 0.5.4 4699 + oniguruma-parser: 0.12.1 4922 4700 regex: 6.0.1 4923 4701 regex-recursion: 6.0.2 4924 4702 4925 - os-tmpdir@1.0.2: {} 4926 - 4927 4703 outdent@0.5.0: {} 4928 4704 4929 4705 p-filter@2.1.0: ··· 4938 4714 4939 4715 p-limit@6.2.0: 4940 4716 dependencies: 4941 - yocto-queue: 1.2.0 4717 + yocto-queue: 1.2.1 4942 4718 4943 4719 p-locate@4.1.0: 4944 4720 dependencies: ··· 4951 4727 eventemitter3: 4.0.7 4952 4728 p-timeout: 3.2.0 4953 4729 4954 - p-queue@8.1.0: 4730 + p-queue@8.1.1: 4955 4731 dependencies: 4956 4732 eventemitter3: 5.0.1 4957 4733 p-timeout: 6.1.4 ··· 4966 4742 4967 4743 package-manager-detector@0.2.11: 4968 4744 dependencies: 4969 - quansync: 0.2.8 4745 + quansync: 0.2.11 4970 4746 4971 - package-manager-detector@1.1.0: {} 4747 + package-manager-detector@1.5.0: {} 4972 4748 4973 - pagefind@1.3.0: 4749 + pagefind@1.4.0: 4974 4750 optionalDependencies: 4975 - '@pagefind/darwin-arm64': 1.3.0 4976 - '@pagefind/darwin-x64': 1.3.0 4977 - '@pagefind/linux-arm64': 1.3.0 4978 - '@pagefind/linux-x64': 1.3.0 4979 - '@pagefind/windows-x64': 1.3.0 4751 + '@pagefind/darwin-arm64': 1.4.0 4752 + '@pagefind/darwin-x64': 1.4.0 4753 + '@pagefind/freebsd-x64': 1.4.0 4754 + '@pagefind/linux-arm64': 1.4.0 4755 + '@pagefind/linux-x64': 1.4.0 4756 + '@pagefind/windows-x64': 1.4.0 4757 + 4758 + pako@0.2.9: {} 4980 4759 4981 4760 parse-entities@4.0.2: 4982 4761 dependencies: 4983 4762 '@types/unist': 2.0.11 4984 4763 character-entities-legacy: 3.0.0 4985 4764 character-reference-invalid: 2.0.1 4986 - decode-named-character-reference: 1.1.0 4765 + decode-named-character-reference: 1.2.0 4987 4766 is-alphanumerical: 2.0.1 4988 4767 is-decimal: 2.0.1 4989 4768 is-hexadecimal: 2.0.1 ··· 4997 4776 unist-util-visit-children: 3.0.0 4998 4777 vfile: 6.0.3 4999 4778 5000 - parse5@7.2.1: 4779 + parse5@7.3.0: 5001 4780 dependencies: 5002 - entities: 4.5.0 4781 + entities: 6.0.1 5003 4782 5004 4783 path-exists@4.0.0: {} 5005 4784 ··· 5013 4792 5014 4793 picomatch@2.3.1: {} 5015 4794 5016 - picomatch@4.0.2: {} 4795 + picomatch@4.0.3: {} 5017 4796 5018 4797 pify@4.0.1: {} 5019 4798 5020 - postcss-nested@6.2.0(postcss@8.5.3): 4799 + postcss-nested@6.2.0(postcss@8.5.6): 5021 4800 dependencies: 5022 - postcss: 8.5.3 4801 + postcss: 8.5.6 5023 4802 postcss-selector-parser: 6.1.2 5024 4803 5025 4804 postcss-selector-parser@6.1.2: ··· 5027 4806 cssesc: 3.0.0 5028 4807 util-deprecate: 1.0.2 5029 4808 5030 - postcss@8.5.3: 4809 + postcss@8.5.6: 5031 4810 dependencies: 5032 - nanoid: 3.3.9 4811 + nanoid: 3.3.11 5033 4812 picocolors: 1.1.1 5034 4813 source-map-js: 1.2.1 5035 4814 5036 - prebuild-install@7.1.3: 5037 - dependencies: 5038 - detect-libc: 2.0.3 5039 - expand-template: 2.0.3 5040 - github-from-package: 0.0.0 5041 - minimist: 1.2.8 5042 - mkdirp-classic: 0.5.3 5043 - napi-build-utils: 2.0.0 5044 - node-abi: 3.74.0 5045 - pump: 3.0.2 5046 - rc: 1.2.8 5047 - simple-get: 4.0.1 5048 - tar-fs: 2.1.2 5049 - tunnel-agent: 0.6.0 5050 - 5051 4815 prettier-plugin-astro@0.14.1: 5052 4816 dependencies: 5053 - '@astrojs/compiler': 2.10.4 4817 + '@astrojs/compiler': 2.13.0 5054 4818 prettier: 3.5.3 5055 4819 sass-formatter: 0.7.9 5056 4820 ··· 5058 4822 5059 4823 prettier@3.5.3: {} 5060 4824 5061 - prismjs@1.29.0: {} 4825 + prismjs@1.30.0: {} 5062 4826 5063 4827 prompts@2.4.2: 5064 4828 dependencies: ··· 5067 4831 5068 4832 property-information@6.5.0: {} 5069 4833 5070 - property-information@7.0.0: {} 5071 - 5072 - pump@3.0.2: 5073 - dependencies: 5074 - end-of-stream: 1.4.4 5075 - once: 1.4.0 4834 + property-information@7.1.0: {} 5076 4835 5077 - quansync@0.2.8: {} 4836 + quansync@0.2.11: {} 5078 4837 5079 4838 queue-microtask@1.2.3: {} 5080 4839 5081 4840 radix3@1.1.2: {} 5082 4841 5083 - rc@1.2.8: 5084 - dependencies: 5085 - deep-extend: 0.6.0 5086 - ini: 1.3.8 5087 - minimist: 1.2.8 5088 - strip-json-comments: 2.0.1 5089 - 5090 4842 read-yaml-file@1.1.0: 5091 4843 dependencies: 5092 4844 graceful-fs: 4.2.11 ··· 5094 4846 pify: 4.0.1 5095 4847 strip-bom: 3.0.0 5096 4848 5097 - readable-stream@3.6.2: 5098 - dependencies: 5099 - inherits: 2.0.4 5100 - string_decoder: 1.3.0 5101 - util-deprecate: 1.0.2 5102 - 5103 4849 readdirp@4.1.2: {} 5104 4850 5105 4851 recma-build-jsx@1.0.0: 5106 4852 dependencies: 5107 - '@types/estree': 1.0.6 4853 + '@types/estree': 1.0.8 5108 4854 estree-util-build-jsx: 3.0.1 5109 4855 vfile: 6.0.3 5110 4856 5111 - recma-jsx@1.0.0(acorn@8.14.1): 4857 + recma-jsx@1.0.1(acorn@8.15.0): 5112 4858 dependencies: 5113 - acorn-jsx: 5.3.2(acorn@8.14.1) 4859 + acorn: 8.15.0 4860 + acorn-jsx: 5.3.2(acorn@8.15.0) 5114 4861 estree-util-to-js: 2.0.0 5115 4862 recma-parse: 1.0.0 5116 4863 recma-stringify: 1.0.0 5117 4864 unified: 11.0.5 5118 - transitivePeerDependencies: 5119 - - acorn 5120 4865 5121 4866 recma-parse@1.0.0: 5122 4867 dependencies: 5123 - '@types/estree': 1.0.6 4868 + '@types/estree': 1.0.8 5124 4869 esast-util-from-js: 2.0.1 5125 4870 unified: 11.0.5 5126 4871 vfile: 6.0.3 5127 4872 5128 4873 recma-stringify@1.0.0: 5129 4874 dependencies: 5130 - '@types/estree': 1.0.6 4875 + '@types/estree': 1.0.8 5131 4876 estree-util-to-js: 2.0.0 5132 4877 unified: 11.0.5 5133 4878 vfile: 6.0.3 5134 4879 5135 - regenerator-runtime@0.14.1: {} 5136 - 5137 - regex-recursion@5.1.1: 5138 - dependencies: 5139 - regex: 5.1.1 5140 - regex-utilities: 2.3.0 5141 - 5142 4880 regex-recursion@6.0.2: 5143 4881 dependencies: 5144 4882 regex-utilities: 2.3.0 5145 4883 5146 4884 regex-utilities@2.3.0: {} 5147 4885 5148 - regex@5.1.1: 5149 - dependencies: 5150 - regex-utilities: 2.3.0 5151 - 5152 4886 regex@6.0.1: 5153 4887 dependencies: 5154 4888 regex-utilities: 2.3.0 5155 4889 5156 - rehype-expressive-code@0.40.2: 4890 + rehype-expressive-code@0.41.3: 5157 4891 dependencies: 5158 - expressive-code: 0.40.2 4892 + expressive-code: 0.41.3 5159 4893 5160 4894 rehype-format@5.0.1: 5161 4895 dependencies: ··· 5176 4910 5177 4911 rehype-recma@1.0.0: 5178 4912 dependencies: 5179 - '@types/estree': 1.0.6 4913 + '@types/estree': 1.0.8 5180 4914 '@types/hast': 3.0.4 5181 4915 hast-util-to-estree: 3.1.3 5182 4916 transitivePeerDependencies: ··· 5215 4949 transitivePeerDependencies: 5216 4950 - supports-color 5217 4951 5218 - remark-mdx@3.1.0: 4952 + remark-mdx@3.1.1: 5219 4953 dependencies: 5220 4954 mdast-util-mdx: 3.0.0 5221 4955 micromark-extension-mdxjs: 3.0.0 ··· 5231 4965 transitivePeerDependencies: 5232 4966 - supports-color 5233 4967 5234 - remark-rehype@11.1.1: 4968 + remark-rehype@11.1.2: 5235 4969 dependencies: 5236 4970 '@types/hast': 3.0.4 5237 4971 '@types/mdast': 4.0.4 ··· 5253 4987 unified: 11.0.5 5254 4988 5255 4989 resolve-from@5.0.0: {} 4990 + 4991 + restructure@3.0.2: {} 5256 4992 5257 4993 retext-latin@4.0.0: 5258 4994 dependencies: ··· 5285 5021 dependencies: 5286 5022 glob: 7.2.3 5287 5023 5288 - rollup@4.35.0: 5024 + rollup@4.52.5: 5289 5025 dependencies: 5290 - '@types/estree': 1.0.6 5026 + '@types/estree': 1.0.8 5291 5027 optionalDependencies: 5292 - '@rollup/rollup-android-arm-eabi': 4.35.0 5293 - '@rollup/rollup-android-arm64': 4.35.0 5294 - '@rollup/rollup-darwin-arm64': 4.35.0 5295 - '@rollup/rollup-darwin-x64': 4.35.0 5296 - '@rollup/rollup-freebsd-arm64': 4.35.0 5297 - '@rollup/rollup-freebsd-x64': 4.35.0 5298 - '@rollup/rollup-linux-arm-gnueabihf': 4.35.0 5299 - '@rollup/rollup-linux-arm-musleabihf': 4.35.0 5300 - '@rollup/rollup-linux-arm64-gnu': 4.35.0 5301 - '@rollup/rollup-linux-arm64-musl': 4.35.0 5302 - '@rollup/rollup-linux-loongarch64-gnu': 4.35.0 5303 - '@rollup/rollup-linux-powerpc64le-gnu': 4.35.0 5304 - '@rollup/rollup-linux-riscv64-gnu': 4.35.0 5305 - '@rollup/rollup-linux-s390x-gnu': 4.35.0 5306 - '@rollup/rollup-linux-x64-gnu': 4.35.0 5307 - '@rollup/rollup-linux-x64-musl': 4.35.0 5308 - '@rollup/rollup-win32-arm64-msvc': 4.35.0 5309 - '@rollup/rollup-win32-ia32-msvc': 4.35.0 5310 - '@rollup/rollup-win32-x64-msvc': 4.35.0 5028 + '@rollup/rollup-android-arm-eabi': 4.52.5 5029 + '@rollup/rollup-android-arm64': 4.52.5 5030 + '@rollup/rollup-darwin-arm64': 4.52.5 5031 + '@rollup/rollup-darwin-x64': 4.52.5 5032 + '@rollup/rollup-freebsd-arm64': 4.52.5 5033 + '@rollup/rollup-freebsd-x64': 4.52.5 5034 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.5 5035 + '@rollup/rollup-linux-arm-musleabihf': 4.52.5 5036 + '@rollup/rollup-linux-arm64-gnu': 4.52.5 5037 + '@rollup/rollup-linux-arm64-musl': 4.52.5 5038 + '@rollup/rollup-linux-loong64-gnu': 4.52.5 5039 + '@rollup/rollup-linux-ppc64-gnu': 4.52.5 5040 + '@rollup/rollup-linux-riscv64-gnu': 4.52.5 5041 + '@rollup/rollup-linux-riscv64-musl': 4.52.5 5042 + '@rollup/rollup-linux-s390x-gnu': 4.52.5 5043 + '@rollup/rollup-linux-x64-gnu': 4.52.5 5044 + '@rollup/rollup-linux-x64-musl': 4.52.5 5045 + '@rollup/rollup-openharmony-arm64': 4.52.5 5046 + '@rollup/rollup-win32-arm64-msvc': 4.52.5 5047 + '@rollup/rollup-win32-ia32-msvc': 4.52.5 5048 + '@rollup/rollup-win32-x64-gnu': 4.52.5 5049 + '@rollup/rollup-win32-x64-msvc': 4.52.5 5311 5050 fsevents: 2.3.3 5312 5051 5313 5052 run-parallel@1.2.0: ··· 5316 5055 5317 5056 s.color@0.0.15: {} 5318 5057 5319 - safe-buffer@5.2.1: {} 5320 - 5321 5058 safer-buffer@2.1.2: {} 5322 5059 5323 5060 sass-formatter@0.7.9: ··· 5326 5063 5327 5064 sax@1.4.1: {} 5328 5065 5329 - semver@7.7.1: {} 5330 - 5331 - sharp@0.32.6: 5332 - dependencies: 5333 - color: 4.2.3 5334 - detect-libc: 2.0.3 5335 - node-addon-api: 6.1.0 5336 - prebuild-install: 7.1.3 5337 - semver: 7.7.1 5338 - simple-get: 4.0.1 5339 - tar-fs: 3.0.8 5340 - tunnel-agent: 0.6.0 5341 - transitivePeerDependencies: 5342 - - bare-buffer 5066 + semver@7.7.3: {} 5343 5067 5344 - sharp@0.33.5: 5068 + sharp@0.34.4: 5345 5069 dependencies: 5346 - color: 4.2.3 5347 - detect-libc: 2.0.3 5348 - semver: 7.7.1 5070 + '@img/colour': 1.0.0 5071 + detect-libc: 2.1.2 5072 + semver: 7.7.3 5349 5073 optionalDependencies: 5350 - '@img/sharp-darwin-arm64': 0.33.5 5351 - '@img/sharp-darwin-x64': 0.33.5 5352 - '@img/sharp-libvips-darwin-arm64': 1.0.4 5353 - '@img/sharp-libvips-darwin-x64': 1.0.4 5354 - '@img/sharp-libvips-linux-arm': 1.0.5 5355 - '@img/sharp-libvips-linux-arm64': 1.0.4 5356 - '@img/sharp-libvips-linux-s390x': 1.0.4 5357 - '@img/sharp-libvips-linux-x64': 1.0.4 5358 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 5359 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 5360 - '@img/sharp-linux-arm': 0.33.5 5361 - '@img/sharp-linux-arm64': 0.33.5 5362 - '@img/sharp-linux-s390x': 0.33.5 5363 - '@img/sharp-linux-x64': 0.33.5 5364 - '@img/sharp-linuxmusl-arm64': 0.33.5 5365 - '@img/sharp-linuxmusl-x64': 0.33.5 5366 - '@img/sharp-wasm32': 0.33.5 5367 - '@img/sharp-win32-ia32': 0.33.5 5368 - '@img/sharp-win32-x64': 0.33.5 5369 - optional: true 5074 + '@img/sharp-darwin-arm64': 0.34.4 5075 + '@img/sharp-darwin-x64': 0.34.4 5076 + '@img/sharp-libvips-darwin-arm64': 1.2.3 5077 + '@img/sharp-libvips-darwin-x64': 1.2.3 5078 + '@img/sharp-libvips-linux-arm': 1.2.3 5079 + '@img/sharp-libvips-linux-arm64': 1.2.3 5080 + '@img/sharp-libvips-linux-ppc64': 1.2.3 5081 + '@img/sharp-libvips-linux-s390x': 1.2.3 5082 + '@img/sharp-libvips-linux-x64': 1.2.3 5083 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 5084 + '@img/sharp-libvips-linuxmusl-x64': 1.2.3 5085 + '@img/sharp-linux-arm': 0.34.4 5086 + '@img/sharp-linux-arm64': 0.34.4 5087 + '@img/sharp-linux-ppc64': 0.34.4 5088 + '@img/sharp-linux-s390x': 0.34.4 5089 + '@img/sharp-linux-x64': 0.34.4 5090 + '@img/sharp-linuxmusl-arm64': 0.34.4 5091 + '@img/sharp-linuxmusl-x64': 0.34.4 5092 + '@img/sharp-wasm32': 0.34.4 5093 + '@img/sharp-win32-arm64': 0.34.4 5094 + '@img/sharp-win32-ia32': 0.34.4 5095 + '@img/sharp-win32-x64': 0.34.4 5370 5096 5371 5097 shebang-command@2.0.0: 5372 5098 dependencies: ··· 5374 5100 5375 5101 shebang-regex@3.0.0: {} 5376 5102 5377 - shiki@1.29.2: 5378 - dependencies: 5379 - '@shikijs/core': 1.29.2 5380 - '@shikijs/engine-javascript': 1.29.2 5381 - '@shikijs/engine-oniguruma': 1.29.2 5382 - '@shikijs/langs': 1.29.2 5383 - '@shikijs/themes': 1.29.2 5384 - '@shikijs/types': 1.29.2 5385 - '@shikijs/vscode-textmate': 10.0.2 5386 - '@types/hast': 3.0.4 5387 - 5388 - shiki@3.2.1: 5103 + shiki@3.14.0: 5389 5104 dependencies: 5390 - '@shikijs/core': 3.2.1 5391 - '@shikijs/engine-javascript': 3.2.1 5392 - '@shikijs/engine-oniguruma': 3.2.1 5393 - '@shikijs/langs': 3.2.1 5394 - '@shikijs/themes': 3.2.1 5395 - '@shikijs/types': 3.2.1 5105 + '@shikijs/core': 3.14.0 5106 + '@shikijs/engine-javascript': 3.14.0 5107 + '@shikijs/engine-oniguruma': 3.14.0 5108 + '@shikijs/langs': 3.14.0 5109 + '@shikijs/themes': 3.14.0 5110 + '@shikijs/types': 3.14.0 5396 5111 '@shikijs/vscode-textmate': 10.0.2 5397 5112 '@types/hast': 3.0.4 5398 5113 5399 5114 signal-exit@4.1.0: {} 5400 5115 5401 - simple-concat@1.0.1: {} 5402 - 5403 - simple-get@4.0.1: 5404 - dependencies: 5405 - decompress-response: 6.0.0 5406 - once: 1.4.0 5407 - simple-concat: 1.0.1 5408 - 5409 - simple-swizzle@0.2.2: 5410 - dependencies: 5411 - is-arrayish: 0.3.2 5412 - 5413 5116 sisteransi@1.0.5: {} 5414 5117 5415 - sitemap@8.0.0: 5118 + sitemap@8.0.2: 5416 5119 dependencies: 5417 5120 '@types/node': 17.0.45 5418 5121 '@types/sax': 1.2.7 ··· 5421 5124 5422 5125 slash@3.0.0: {} 5423 5126 5424 - smol-toml@1.3.1: {} 5127 + smol-toml@1.4.2: {} 5425 5128 5426 5129 source-map-js@1.2.1: {} 5427 5130 5428 - source-map@0.7.4: {} 5131 + source-map@0.7.6: {} 5429 5132 5430 5133 space-separated-tokens@2.0.2: {} 5431 5134 ··· 5436 5139 5437 5140 sprintf-js@1.0.3: {} 5438 5141 5439 - starlight-contributor-list@0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5142 + starlight-contributor-list@0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5440 5143 dependencies: 5441 5144 '@11ty/eleventy-fetch': 4.0.1 5442 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5145 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5443 5146 transitivePeerDependencies: 5444 5147 - encoding 5445 5148 - supports-color 5446 5149 5447 - starlight-links-validator@0.14.3(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5150 + starlight-links-validator@0.14.3(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5448 5151 dependencies: 5449 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5152 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5450 5153 '@types/picomatch': 3.0.2 5451 5154 github-slugger: 2.0.0 5452 5155 hast-util-from-html: 2.0.3 ··· 5455 5158 kleur: 4.1.5 5456 5159 mdast-util-mdx-jsx: 3.2.0 5457 5160 mdast-util-to-string: 4.0.0 5458 - picomatch: 4.0.2 5161 + picomatch: 4.0.3 5459 5162 unist-util-visit: 5.0.0 5460 5163 transitivePeerDependencies: 5461 5164 - supports-color 5462 5165 5463 - starlight-package-managers@0.10.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5166 + starlight-package-managers@0.10.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5464 5167 dependencies: 5465 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5168 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5466 5169 5467 - starlight-package-managers@0.8.1(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2))): 5170 + starlight-package-managers@0.8.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3))): 5468 5171 dependencies: 5469 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5172 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5470 5173 5471 - starlight-showcases@0.2.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 5174 + starlight-showcases@0.2.0(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5472 5175 dependencies: 5473 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5474 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5475 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5176 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5177 + '@astro-community/astro-embed-youtube': 0.5.7(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5178 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5476 5179 transitivePeerDependencies: 5477 5180 - astro 5478 5181 5479 - starlight-showcases@0.3.0(@astrojs/starlight@0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)))(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)): 5182 + starlight-showcases@0.3.1(@astrojs/starlight@0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)))(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)): 5480 5183 dependencies: 5481 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5482 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5483 - '@astrojs/starlight': 0.33.0(astro@5.6.1(rollup@4.35.0)(typescript@5.8.2)) 5184 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5185 + '@astro-community/astro-embed-youtube': 0.5.7(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5186 + '@astrojs/starlight': 0.36.2(astro@5.15.3(@types/node@24.9.2)(rollup@4.52.5)(typescript@5.9.3)) 5484 5187 transitivePeerDependencies: 5485 5188 - astro 5486 5189 5487 5190 stream-replace-string@2.0.0: {} 5488 5191 5489 - streamx@2.22.0: 5490 - dependencies: 5491 - fast-fifo: 1.3.2 5492 - text-decoder: 1.2.3 5493 - optionalDependencies: 5494 - bare-events: 2.5.4 5495 - 5496 5192 string-width@4.2.3: 5497 5193 dependencies: 5498 5194 emoji-regex: 8.0.0 ··· 5501 5197 5502 5198 string-width@7.2.0: 5503 5199 dependencies: 5504 - emoji-regex: 10.4.0 5505 - get-east-asian-width: 1.3.0 5506 - strip-ansi: 7.1.0 5507 - 5508 - string_decoder@1.3.0: 5509 - dependencies: 5510 - safe-buffer: 5.2.1 5200 + emoji-regex: 10.6.0 5201 + get-east-asian-width: 1.4.0 5202 + strip-ansi: 7.1.2 5511 5203 5512 5204 stringify-entities@4.0.4: 5513 5205 dependencies: ··· 5518 5210 dependencies: 5519 5211 ansi-regex: 5.0.1 5520 5212 5521 - strip-ansi@7.1.0: 5213 + strip-ansi@7.1.2: 5522 5214 dependencies: 5523 - ansi-regex: 6.1.0 5215 + ansi-regex: 6.2.2 5524 5216 5525 5217 strip-bom@3.0.0: {} 5526 5218 5527 - strip-json-comments@2.0.1: {} 5528 - 5529 - style-to-js@1.1.16: 5219 + style-to-js@1.1.18: 5530 5220 dependencies: 5531 - style-to-object: 1.0.8 5221 + style-to-object: 1.0.11 5532 5222 5533 - style-to-object@1.0.8: 5223 + style-to-object@1.0.11: 5534 5224 dependencies: 5535 5225 inline-style-parser: 0.2.4 5536 5226 ··· 5538 5228 dependencies: 5539 5229 s.color: 0.0.15 5540 5230 5541 - tar-fs@2.1.2: 5542 - dependencies: 5543 - chownr: 1.1.4 5544 - mkdirp-classic: 0.5.3 5545 - pump: 3.0.2 5546 - tar-stream: 2.2.0 5547 - 5548 - tar-fs@3.0.8: 5549 - dependencies: 5550 - pump: 3.0.2 5551 - tar-stream: 3.1.7 5552 - optionalDependencies: 5553 - bare-fs: 4.0.1 5554 - bare-path: 3.0.0 5555 - transitivePeerDependencies: 5556 - - bare-buffer 5557 - 5558 - tar-stream@2.2.0: 5559 - dependencies: 5560 - bl: 4.1.0 5561 - end-of-stream: 1.4.4 5562 - fs-constants: 1.0.0 5563 - inherits: 2.0.4 5564 - readable-stream: 3.6.2 5565 - 5566 - tar-stream@3.1.7: 5567 - dependencies: 5568 - b4a: 1.6.7 5569 - fast-fifo: 1.3.2 5570 - streamx: 2.22.0 5571 - 5572 5231 term-size@2.2.1: {} 5573 5232 5574 - text-decoder@1.2.3: 5575 - dependencies: 5576 - b4a: 1.6.7 5233 + tiny-inflate@1.0.3: {} 5577 5234 5578 - tinyexec@0.3.2: {} 5235 + tinyexec@1.0.1: {} 5579 5236 5580 - tinyglobby@0.2.12: 5237 + tinyglobby@0.2.15: 5581 5238 dependencies: 5582 - fdir: 6.4.3(picomatch@4.0.2) 5583 - picomatch: 4.0.2 5584 - 5585 - tmp@0.0.33: 5586 - dependencies: 5587 - os-tmpdir: 1.0.2 5239 + fdir: 6.5.0(picomatch@4.0.3) 5240 + picomatch: 4.0.3 5588 5241 5589 5242 to-regex-range@5.0.1: 5590 5243 dependencies: ··· 5596 5249 5597 5250 trough@2.2.0: {} 5598 5251 5599 - tsconfck@3.1.5(typescript@5.8.2): 5252 + tsconfck@3.1.6(typescript@5.9.3): 5600 5253 optionalDependencies: 5601 - typescript: 5.8.2 5254 + typescript: 5.9.3 5602 5255 5603 - tslib@2.8.1: 5604 - optional: true 5256 + tslib@2.8.1: {} 5605 5257 5606 - tunnel-agent@0.6.0: 5607 - dependencies: 5608 - safe-buffer: 5.2.1 5258 + type-fest@4.41.0: {} 5609 5259 5610 - type-fest@4.37.0: {} 5611 - 5612 - typescript@5.8.2: {} 5260 + typescript@5.9.3: {} 5613 5261 5614 - ufo@1.5.4: {} 5262 + ufo@1.6.1: {} 5615 5263 5616 5264 uhyphen@0.2.0: {} 5617 5265 ··· 5619 5267 5620 5268 uncrypto@0.1.3: {} 5621 5269 5270 + undici-types@7.16.0: {} 5271 + 5272 + unicode-properties@1.4.1: 5273 + dependencies: 5274 + base64-js: 1.5.1 5275 + unicode-trie: 2.0.0 5276 + 5277 + unicode-trie@2.0.0: 5278 + dependencies: 5279 + pako: 0.2.9 5280 + tiny-inflate: 1.0.3 5281 + 5622 5282 unified@11.0.5: 5623 5283 dependencies: 5624 5284 '@types/unist': 3.0.3 ··· 5629 5289 trough: 2.2.0 5630 5290 vfile: 6.0.3 5631 5291 5292 + unifont@0.6.0: 5293 + dependencies: 5294 + css-tree: 3.1.0 5295 + ofetch: 1.5.1 5296 + ohash: 2.0.11 5297 + 5632 5298 unist-util-find-after@5.0.0: 5633 5299 dependencies: 5634 5300 '@types/unist': 3.0.3 5635 - unist-util-is: 6.0.0 5301 + unist-util-is: 6.0.1 5636 5302 5637 - unist-util-is@6.0.0: 5303 + unist-util-is@6.0.1: 5638 5304 dependencies: 5639 5305 '@types/unist': 3.0.3 5640 5306 ··· 5664 5330 dependencies: 5665 5331 '@types/unist': 3.0.3 5666 5332 5667 - unist-util-visit-parents@6.0.1: 5333 + unist-util-visit-parents@6.0.2: 5668 5334 dependencies: 5669 5335 '@types/unist': 3.0.3 5670 - unist-util-is: 6.0.0 5336 + unist-util-is: 6.0.1 5671 5337 5672 5338 unist-util-visit@5.0.0: 5673 5339 dependencies: 5674 5340 '@types/unist': 3.0.3 5675 - unist-util-is: 6.0.0 5676 - unist-util-visit-parents: 6.0.1 5341 + unist-util-is: 6.0.1 5342 + unist-util-visit-parents: 6.0.2 5677 5343 5678 5344 universalify@0.1.2: {} 5679 5345 5680 - unstorage@1.15.0: 5346 + unstorage@1.17.2: 5681 5347 dependencies: 5682 5348 anymatch: 3.1.3 5683 5349 chokidar: 4.0.3 5684 - destr: 2.0.3 5685 - h3: 1.15.1 5350 + destr: 2.0.5 5351 + h3: 1.15.4 5686 5352 lru-cache: 10.4.3 5687 - node-fetch-native: 1.6.6 5688 - ofetch: 1.4.1 5689 - ufo: 1.5.4 5353 + node-fetch-native: 1.6.7 5354 + ofetch: 1.5.1 5355 + ufo: 1.6.1 5690 5356 5691 5357 util-deprecate@1.0.2: {} 5692 5358 ··· 5695 5361 '@types/unist': 3.0.3 5696 5362 vfile: 6.0.3 5697 5363 5698 - vfile-message@4.0.2: 5364 + vfile-message@4.0.3: 5699 5365 dependencies: 5700 5366 '@types/unist': 3.0.3 5701 5367 unist-util-stringify-position: 4.0.0 ··· 5703 5369 vfile@6.0.3: 5704 5370 dependencies: 5705 5371 '@types/unist': 3.0.3 5706 - vfile-message: 4.0.2 5372 + vfile-message: 4.0.3 5707 5373 5708 - vite@6.2.5: 5374 + vite@6.4.1(@types/node@24.9.2): 5709 5375 dependencies: 5710 - esbuild: 0.25.0 5711 - postcss: 8.5.3 5712 - rollup: 4.35.0 5376 + esbuild: 0.25.12 5377 + fdir: 6.5.0(picomatch@4.0.3) 5378 + picomatch: 4.0.3 5379 + postcss: 8.5.6 5380 + rollup: 4.52.5 5381 + tinyglobby: 0.2.15 5713 5382 optionalDependencies: 5383 + '@types/node': 24.9.2 5714 5384 fsevents: 2.3.3 5715 5385 5716 - vitefu@1.0.6(vite@6.2.5): 5386 + vitefu@1.1.1(vite@6.4.1(@types/node@24.9.2)): 5717 5387 optionalDependencies: 5718 - vite: 6.2.5 5388 + vite: 6.4.1(@types/node@24.9.2) 5719 5389 5720 5390 web-namespaces@2.0.1: {} 5721 5391 ··· 5736 5406 dependencies: 5737 5407 string-width: 7.2.0 5738 5408 5739 - wrap-ansi@9.0.0: 5409 + wrap-ansi@9.0.2: 5740 5410 dependencies: 5741 - ansi-styles: 6.2.1 5411 + ansi-styles: 6.2.3 5742 5412 string-width: 7.2.0 5743 - strip-ansi: 7.1.0 5413 + strip-ansi: 7.1.2 5744 5414 5745 5415 wrappy@1.0.2: {} 5746 5416 ··· 5748 5418 5749 5419 yargs-parser@21.1.1: {} 5750 5420 5751 - yocto-queue@1.2.0: {} 5421 + yocto-queue@1.2.1: {} 5752 5422 5753 - yocto-spinner@0.2.1: 5423 + yocto-spinner@0.2.3: 5754 5424 dependencies: 5755 - yoctocolors: 2.1.1 5425 + yoctocolors: 2.1.2 5756 5426 5757 - yoctocolors@2.1.1: {} 5427 + yoctocolors@2.1.2: {} 5758 5428 5759 - zod-to-json-schema@3.24.5(zod@3.24.2): 5429 + zod-to-json-schema@3.24.6(zod@3.25.76): 5760 5430 dependencies: 5761 - zod: 3.24.2 5431 + zod: 3.25.76 5762 5432 5763 - zod-to-ts@1.2.0(typescript@5.8.2)(zod@3.24.2): 5433 + zod-to-ts@1.2.0(typescript@5.9.3)(zod@3.25.76): 5764 5434 dependencies: 5765 - typescript: 5.8.2 5766 - zod: 3.24.2 5435 + typescript: 5.9.3 5436 + zod: 3.25.76 5767 5437 5768 - zod@3.24.2: {} 5438 + zod@3.25.76: {} 5769 5439 5770 5440 zwitch@2.0.4: {}