Mirror of
0
fork

Configure Feed

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

feat: add support for Astro 6 (#86)

authored by

Felix Schneider and committed by
GitHub
86b6b4e5 d016574a

+746 -1449
+10 -10
docs/package.json
··· 3 3 "version": "0.4.1", 4 4 "private": true, 5 5 "description": "Dropdown topic list for the Starlight Sidebar Topics plugin.", 6 - "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown", 6 + "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 7 7 "bugs": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues", 8 8 "repository": { 9 9 "type": "git", ··· 21 21 "start": "astro dev" 22 22 }, 23 23 "dependencies": { 24 - "@astrojs/starlight": "^0.33.0", 25 - "@hideoo/starlight-plugins-docs-components": "^0.4.0", 26 - "@trueberryless-org/starlight-plugins-docs-components": "^0.4.1", 27 - "astro": "^5.6.1", 28 - "sharp": "^0.33.5", 29 - "starlight-contributor-list": "^0.3.0", 30 - "starlight-links-validator": "^0.15.0", 31 - "starlight-sidebar-topics": "^0.6.0", 24 + "@astrojs/starlight": "^0.38.1", 25 + "@hideoo/starlight-plugins-docs-components": "^0.4.2", 26 + "@trueberryless-org/starlight-plugins-docs-components": "^0.5.0", 27 + "astro": "^6.0.5", 28 + "astro-contributors": "^0.7.0", 29 + "sharp": "^0.34.5", 30 + "starlight-links-validator": "^0.20.1", 31 + "starlight-sidebar-topics": "^0.7.1", 32 32 "starlight-sidebar-topics-dropdown": "workspace:*" 33 33 }, 34 34 "packageManager": "pnpm@10.10.0", 35 35 "engines": { 36 - "node": "^18.17.1 || ^20.3.0 || >=21.0.0" 36 + "node": ">=22.12.0" 37 37 } 38 38 }
+1 -1
docs/src/content/docs/index.mdx
··· 32 32 33 33 ## Contributors 34 34 35 - import { ContributorList } from "starlight-contributor-list"; 35 + import { ContributorList } from "astro-contributors"; 36 36 37 37 <ContributorList githubRepo="trueberryless-org/starlight-sidebar-topics-dropdown" ignore={["autofix-ci[bot]", "github-actions[bot]", "renovate[bot]"]} />
+2 -2
package.json
··· 3 3 "version": "0.2.1", 4 4 "private": true, 5 5 "description": "Dropdown topic list for the Starlight Sidebar Topics plugin.", 6 - "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown", 6 + "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 7 7 "bugs": { 8 8 "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues" 9 9 }, ··· 26 26 }, 27 27 "packageManager": "pnpm@10.10.0", 28 28 "engines": { 29 - "node": "^18.17.1 || ^20.3.0 || >=21.0.0" 29 + "node": ">=22.12.0" 30 30 } 31 31 }
+7 -7
packages/starlight-sidebar-topics-dropdown/package.json
··· 9 9 "topics", 10 10 "dropdown" 11 11 ], 12 - "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown", 12 + "homepage": "https://starlight-sidebar-topics-dropdown.trueberryless.org/", 13 13 "bugs": { 14 14 "url": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/issues" 15 15 }, ··· 27 27 "./package.json": "./package.json" 28 28 }, 29 29 "devDependencies": { 30 - "@astrojs/starlight": "^0.33.0", 31 - "astro": "^5.6.1" 30 + "@astrojs/starlight": "^0.38.1", 31 + "astro": "^6.0.5" 32 32 }, 33 33 "peerDependencies": { 34 - "@astrojs/starlight": ">=0.32", 35 - "starlight-sidebar-topics": ">=0.6" 34 + "@astrojs/starlight": ">=0.38", 35 + "starlight-sidebar-topics": ">=0.7" 36 36 }, 37 - "packageManager": "pnpm@9.3.0", 37 + "packageManager": "pnpm@10.10.0", 38 38 "engines": { 39 - "node": "^18.17.1 || ^20.3.0 || >=21.0.0" 39 + "node": ">=22.12.0" 40 40 }, 41 41 "publishConfig": { 42 42 "access": "public"
+726 -1429
pnpm-lock.yaml
··· 27 27 docs: 28 28 dependencies: 29 29 '@astrojs/starlight': 30 - specifier: ^0.33.0 31 - version: 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 30 + specifier: ^0.38.1 31 + version: 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 32 32 '@hideoo/starlight-plugins-docs-components': 33 - specifier: ^0.4.0 34 - version: 0.4.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 33 + specifier: ^0.4.2 34 + version: 0.4.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 35 35 '@trueberryless-org/starlight-plugins-docs-components': 36 - specifier: ^0.4.1 37 - version: 0.4.3(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 36 + specifier: ^0.5.0 37 + version: 0.5.0(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 38 38 astro: 39 - specifier: ^5.6.1 40 - version: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 39 + specifier: ^6.0.5 40 + version: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 41 + astro-contributors: 42 + specifier: ^0.7.0 43 + version: 0.7.0(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 41 44 sharp: 42 - specifier: ^0.33.5 43 - version: 0.33.5 44 - starlight-contributor-list: 45 - specifier: ^0.3.0 46 - version: 0.3.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 45 + specifier: ^0.34.5 46 + version: 0.34.5 47 47 starlight-links-validator: 48 - specifier: ^0.15.0 49 - version: 0.15.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 48 + specifier: ^0.20.1 49 + version: 0.20.1(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 50 50 starlight-sidebar-topics: 51 - specifier: ^0.6.0 52 - version: 0.6.2(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 51 + specifier: ^0.7.1 52 + version: 0.7.1(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 53 53 starlight-sidebar-topics-dropdown: 54 54 specifier: workspace:* 55 55 version: link:../packages/starlight-sidebar-topics-dropdown ··· 57 57 packages/starlight-sidebar-topics-dropdown: 58 58 dependencies: 59 59 starlight-sidebar-topics: 60 - specifier: '>=0.6' 61 - version: 0.6.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 60 + specifier: '>=0.7' 61 + version: 0.7.1(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 62 62 devDependencies: 63 63 '@astrojs/starlight': 64 - specifier: ^0.33.0 65 - version: 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 64 + specifier: ^0.38.1 65 + version: 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 66 66 astro: 67 - specifier: ^5.6.1 68 - version: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 67 + specifier: ^6.0.5 68 + version: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 69 69 70 70 packages: 71 71 72 - '@11ty/eleventy-fetch@4.0.1': 73 - resolution: {integrity: sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==} 74 - engines: {node: '>=14'} 75 - 76 - '@astro-community/astro-embed-twitter@0.5.8': 77 - resolution: {integrity: sha512-O2ptQPw+DfipukK8czjJcTcyVgDsrs3OmrHbc3YmWRglaUTOpSTImzPo076POyNBSWjLaRKloul81DFiAMNjTA==} 78 - peerDependencies: 79 - astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta 72 + '@astro-community/astro-embed-twitter@0.5.11': 73 + resolution: {integrity: sha512-6cmyQY4LVVJj6x7qC6XrhWcxNffLvR+QGE/iw5HTOtAn60AStr6u+IX2Txpy6N6bta0DLjGqhTBhkC3NxmVKJg==} 80 74 81 - '@astro-community/astro-embed-utils@0.1.3': 82 - resolution: {integrity: sha512-eiMO+vfCdE9GtW6qE7X5Xl6YCKZDCoXJEWqRofQcoC3GHjqN2/WhJlnaxNVRq3demSO03UNtho57Em5p7o7AOA==} 75 + '@astro-community/astro-embed-utils@0.2.0': 76 + resolution: {integrity: sha512-Ia70AMCFOUOSoaMfMaK7Ovk7VyIY4opwzBJoA6GeL+omkvpFwDbSWmA8MOiMF4gJC0j/1dgrEir+txIb+WvsCA==} 83 77 84 - '@astro-community/astro-embed-youtube@0.5.6': 85 - resolution: {integrity: sha512-/mRfCl/eTBUz0kmjD1psOy0qoDDBorVp0QumUacjFcIkBullYtbeFQ2ZGZ+3N/tA6cR/OIyzr2QA4dQXlY6USg==} 86 - peerDependencies: 87 - astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta 78 + '@astro-community/astro-embed-youtube@0.5.10': 79 + resolution: {integrity: sha512-hVlx77KQLjKzElVQnrU5znQ5/E60keVSAPrhuWvQQHuqva5auJtt8YBpOThkwDMuEKXjQybEF1/3C07RZ8MAOQ==} 88 80 89 81 '@astrojs/compiler@2.10.3': 90 82 resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} 91 83 92 - '@astrojs/compiler@2.13.0': 93 - resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} 84 + '@astrojs/compiler@3.0.1': 85 + resolution: {integrity: sha512-z97oYbdebO5aoWzuJ/8q5hLK232+17KcLZ7cJ8BCWk6+qNzVxn/gftC0KzMBUTD8WAaBkPpNSQK6PXLnNrZ0CA==} 94 86 95 - '@astrojs/internal-helpers@0.7.2': 96 - resolution: {integrity: sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==} 87 + '@astrojs/internal-helpers@0.8.0': 88 + resolution: {integrity: sha512-J56GrhEiV+4dmrGLPNOl2pZjpHXAndWVyiVDYGDuw6MWKpBSEMLdFxHzeM/6sqaknw9M+HFfHZAcvi3OfT3D/w==} 97 89 98 - '@astrojs/internal-helpers@0.7.5': 99 - resolution: {integrity: sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==} 90 + '@astrojs/markdown-remark@7.0.0': 91 + resolution: {integrity: sha512-jTAXHPy45L7o1ljH4jYV+ShtOHtyQUa1mGp3a5fJp1soX8lInuTJQ6ihmldHzVM4Q7QptU4SzIDIcKbBJO7sXQ==} 100 92 101 - '@astrojs/markdown-remark@6.3.6': 102 - resolution: {integrity: sha512-bwylYktCTsLMVoCOEHbn2GSUA3c5KT/qilekBKA3CBng0bo1TYjNZPr761vxumRk9kJGqTOtU+fgCAp5Vwokug==} 103 - 104 - '@astrojs/markdown-remark@6.3.9': 105 - resolution: {integrity: sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==} 106 - 107 - '@astrojs/mdx@4.3.4': 108 - resolution: {integrity: sha512-Ew3iP+6zuzzJWNEH5Qr1iknrue1heEfgmfuMpuwLaSwqlUiJQ0NDb2oxKosgWU1ROYmVf1H4KCmS6QdMWKyFjw==} 109 - engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 93 + '@astrojs/mdx@5.0.1': 94 + resolution: {integrity: sha512-xfvc9MuV/5Kl6JaiYYEFi7ilbGYyaaOboH+gH8f2jHAZ2pmmHtnSrewS03vNeruBsa8rtS3X8NHJrqeZt+0wLg==} 95 + engines: {node: ^20.19.1 || >=22.12.0} 110 96 peerDependencies: 111 - astro: ^5.0.0 97 + astro: ^6.0.0 112 98 113 - '@astrojs/prism@3.3.0': 114 - resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} 115 - engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 99 + '@astrojs/prism@4.0.0': 100 + resolution: {integrity: sha512-NndtNPpxaGinRpRytljGBvYHpTOwHycSZ/c+lQi5cHvkqqrHKWdkPEhImlODBNmbuB+vyQUNUDXyjzt66CihJg==} 101 + engines: {node: ^20.19.1 || >=22.12.0} 116 102 117 - '@astrojs/sitemap@3.5.1': 118 - resolution: {integrity: sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==} 103 + '@astrojs/sitemap@3.7.1': 104 + resolution: {integrity: sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==} 119 105 120 - '@astrojs/starlight@0.33.2': 121 - resolution: {integrity: sha512-UpvPBMtZrP/x17uQmdOxm8lUTtmEJ0csTprQT8fd8HSHDn/pSK69fOsSjl6tk83ROMOARC5/DivExSxxJADNSA==} 106 + '@astrojs/starlight@0.38.1': 107 + resolution: {integrity: sha512-CATPH4Dy44OYAJhoyUHh6NqpColWEVufanGVwnM0l/bcaNMo5V/rypwL0Vu0Edp+ZIXE7/1DA9CrNj5jmCVSLQ==} 122 108 peerDependencies: 123 - astro: ^5.1.5 109 + astro: ^6.0.0 124 110 125 111 '@astrojs/telemetry@3.3.0': 126 112 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} ··· 176 162 resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} 177 163 engines: {node: '>=6.9.0'} 178 164 179 - '@capsizecss/unpack@3.0.1': 180 - resolution: {integrity: sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==} 165 + '@capsizecss/unpack@4.0.0': 166 + resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==} 181 167 engines: {node: '>=18'} 182 168 183 169 '@changesets/apply-release-plan@7.1.0': ··· 241 227 '@changesets/write@0.4.0': 242 228 resolution: {integrity: sha512-CdTLvIOPiCNuH71pyDu3rA+Q0n65cmAbXnwWH84rKGiFumFzkmHNT8KHTMEchcxN+Kl8I54xGUhJ7l3E7X396Q==} 243 229 230 + '@clack/core@1.1.0': 231 + resolution: {integrity: sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==} 232 + 233 + '@clack/prompts@1.1.0': 234 + resolution: {integrity: sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==} 235 + 244 236 '@ctrl/tinycolor@4.1.0': 245 237 resolution: {integrity: sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==} 246 238 engines: {node: '>=14'} 247 239 248 - '@emnapi/runtime@1.4.0': 249 - resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==} 250 - 251 - '@emnapi/runtime@1.8.1': 252 - resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 240 + '@emnapi/runtime@1.9.0': 241 + resolution: {integrity: sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==} 253 242 254 - '@esbuild/aix-ppc64@0.25.12': 255 - resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 243 + '@esbuild/aix-ppc64@0.27.4': 244 + resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==} 256 245 engines: {node: '>=18'} 257 246 cpu: [ppc64] 258 247 os: [aix] 259 248 260 - '@esbuild/android-arm64@0.25.12': 261 - resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 249 + '@esbuild/android-arm64@0.27.4': 250 + resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==} 262 251 engines: {node: '>=18'} 263 252 cpu: [arm64] 264 253 os: [android] 265 254 266 - '@esbuild/android-arm@0.25.12': 267 - resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 255 + '@esbuild/android-arm@0.27.4': 256 + resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==} 268 257 engines: {node: '>=18'} 269 258 cpu: [arm] 270 259 os: [android] 271 260 272 - '@esbuild/android-x64@0.25.12': 273 - resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 261 + '@esbuild/android-x64@0.27.4': 262 + resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==} 274 263 engines: {node: '>=18'} 275 264 cpu: [x64] 276 265 os: [android] 277 266 278 - '@esbuild/darwin-arm64@0.25.12': 279 - resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} 267 + '@esbuild/darwin-arm64@0.27.4': 268 + resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==} 280 269 engines: {node: '>=18'} 281 270 cpu: [arm64] 282 271 os: [darwin] 283 272 284 - '@esbuild/darwin-x64@0.25.12': 285 - resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} 273 + '@esbuild/darwin-x64@0.27.4': 274 + resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==} 286 275 engines: {node: '>=18'} 287 276 cpu: [x64] 288 277 os: [darwin] 289 278 290 - '@esbuild/freebsd-arm64@0.25.12': 291 - resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 279 + '@esbuild/freebsd-arm64@0.27.4': 280 + resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==} 292 281 engines: {node: '>=18'} 293 282 cpu: [arm64] 294 283 os: [freebsd] 295 284 296 - '@esbuild/freebsd-x64@0.25.12': 297 - resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 285 + '@esbuild/freebsd-x64@0.27.4': 286 + resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==} 298 287 engines: {node: '>=18'} 299 288 cpu: [x64] 300 289 os: [freebsd] 301 290 302 - '@esbuild/linux-arm64@0.25.12': 303 - resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 291 + '@esbuild/linux-arm64@0.27.4': 292 + resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==} 304 293 engines: {node: '>=18'} 305 294 cpu: [arm64] 306 295 os: [linux] 307 296 308 - '@esbuild/linux-arm@0.25.12': 309 - resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 297 + '@esbuild/linux-arm@0.27.4': 298 + resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==} 310 299 engines: {node: '>=18'} 311 300 cpu: [arm] 312 301 os: [linux] 313 302 314 - '@esbuild/linux-ia32@0.25.12': 315 - resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 303 + '@esbuild/linux-ia32@0.27.4': 304 + resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==} 316 305 engines: {node: '>=18'} 317 306 cpu: [ia32] 318 307 os: [linux] 319 308 320 - '@esbuild/linux-loong64@0.25.12': 321 - resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 309 + '@esbuild/linux-loong64@0.27.4': 310 + resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==} 322 311 engines: {node: '>=18'} 323 312 cpu: [loong64] 324 313 os: [linux] 325 314 326 - '@esbuild/linux-mips64el@0.25.12': 327 - resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 315 + '@esbuild/linux-mips64el@0.27.4': 316 + resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==} 328 317 engines: {node: '>=18'} 329 318 cpu: [mips64el] 330 319 os: [linux] 331 320 332 - '@esbuild/linux-ppc64@0.25.12': 333 - resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 321 + '@esbuild/linux-ppc64@0.27.4': 322 + resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==} 334 323 engines: {node: '>=18'} 335 324 cpu: [ppc64] 336 325 os: [linux] 337 326 338 - '@esbuild/linux-riscv64@0.25.12': 339 - resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 327 + '@esbuild/linux-riscv64@0.27.4': 328 + resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==} 340 329 engines: {node: '>=18'} 341 330 cpu: [riscv64] 342 331 os: [linux] 343 332 344 - '@esbuild/linux-s390x@0.25.12': 345 - resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} 333 + '@esbuild/linux-s390x@0.27.4': 334 + resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==} 346 335 engines: {node: '>=18'} 347 336 cpu: [s390x] 348 337 os: [linux] 349 338 350 - '@esbuild/linux-x64@0.25.12': 351 - resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} 339 + '@esbuild/linux-x64@0.27.4': 340 + resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==} 352 341 engines: {node: '>=18'} 353 342 cpu: [x64] 354 343 os: [linux] 355 344 356 - '@esbuild/netbsd-arm64@0.25.12': 357 - resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 345 + '@esbuild/netbsd-arm64@0.27.4': 346 + resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==} 358 347 engines: {node: '>=18'} 359 348 cpu: [arm64] 360 349 os: [netbsd] 361 350 362 - '@esbuild/netbsd-x64@0.25.12': 363 - resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 351 + '@esbuild/netbsd-x64@0.27.4': 352 + resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==} 364 353 engines: {node: '>=18'} 365 354 cpu: [x64] 366 355 os: [netbsd] 367 356 368 - '@esbuild/openbsd-arm64@0.25.12': 369 - resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 357 + '@esbuild/openbsd-arm64@0.27.4': 358 + resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==} 370 359 engines: {node: '>=18'} 371 360 cpu: [arm64] 372 361 os: [openbsd] 373 362 374 - '@esbuild/openbsd-x64@0.25.12': 375 - resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} 363 + '@esbuild/openbsd-x64@0.27.4': 364 + resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==} 376 365 engines: {node: '>=18'} 377 366 cpu: [x64] 378 367 os: [openbsd] 379 368 380 - '@esbuild/openharmony-arm64@0.25.12': 381 - resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 369 + '@esbuild/openharmony-arm64@0.27.4': 370 + resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==} 382 371 engines: {node: '>=18'} 383 372 cpu: [arm64] 384 373 os: [openharmony] 385 374 386 - '@esbuild/sunos-x64@0.25.12': 387 - resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 375 + '@esbuild/sunos-x64@0.27.4': 376 + resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==} 388 377 engines: {node: '>=18'} 389 378 cpu: [x64] 390 379 os: [sunos] 391 380 392 - '@esbuild/win32-arm64@0.25.12': 393 - resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 381 + '@esbuild/win32-arm64@0.27.4': 382 + resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==} 394 383 engines: {node: '>=18'} 395 384 cpu: [arm64] 396 385 os: [win32] 397 386 398 - '@esbuild/win32-ia32@0.25.12': 399 - resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 387 + '@esbuild/win32-ia32@0.27.4': 388 + resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==} 400 389 engines: {node: '>=18'} 401 390 cpu: [ia32] 402 391 os: [win32] 403 392 404 - '@esbuild/win32-x64@0.25.12': 405 - resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 393 + '@esbuild/win32-x64@0.27.4': 394 + resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==} 406 395 engines: {node: '>=18'} 407 396 cpu: [x64] 408 397 os: [win32] 409 398 410 - '@expressive-code/core@0.41.3': 411 - resolution: {integrity: sha512-9qzohqU7O0+JwMEEgQhnBPOw5DtsQRBXhW++5fvEywsuX44vCGGof1SL5OvPElvNgaWZ4pFZAFSlkNOkGyLwSQ==} 399 + '@expressive-code/core@0.41.7': 400 + resolution: {integrity: sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==} 412 401 413 - '@expressive-code/plugin-frames@0.41.3': 414 - resolution: {integrity: sha512-rFQtmf/3N2CK3Cq/uERweMTYZnBu+CwxBdHuOftEmfA9iBE7gTVvwpbh82P9ZxkPLvc40UMhYt7uNuAZexycRQ==} 402 + '@expressive-code/plugin-frames@0.41.7': 403 + resolution: {integrity: sha512-diKtxjQw/979cTglRFaMCY/sR6hWF0kSMg8jsKLXaZBSfGS0I/Hoe7Qds3vVEgeoW+GHHQzMcwvgx/MOIXhrTA==} 415 404 416 - '@expressive-code/plugin-shiki@0.41.3': 417 - resolution: {integrity: sha512-RlTARoopzhFJIOVHLGvuXJ8DCEme/hjV+ZnRJBIxzxsKVpGPW4Oshqg9xGhWTYdHstTsxO663s0cdBLzZj9TQA==} 405 + '@expressive-code/plugin-shiki@0.41.7': 406 + resolution: {integrity: sha512-DL605bLrUOgqTdZ0Ot5MlTaWzppRkzzqzeGEu7ODnHF39IkEBbFdsC7pbl3LbUQ1DFtnfx6rD54k/cdofbW6KQ==} 418 407 419 - '@expressive-code/plugin-text-markers@0.41.3': 420 - resolution: {integrity: sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==} 408 + '@expressive-code/plugin-text-markers@0.41.7': 409 + resolution: {integrity: sha512-Ewpwuc5t6eFdZmWlFyeuy3e1PTQC0jFvw2Q+2bpcWXbOZhPLsT7+h8lsSIJxb5mS7wZko7cKyQ2RLYDyK6Fpmw==} 421 410 422 - '@hideoo/starlight-plugins-docs-components@0.4.1': 423 - resolution: {integrity: sha512-BSZXKNzHI0Flgm7Io/YuDM7M1GPkeaUSj0kaxBfnVPwVoM6qhRZ9piY1YcwCnCxYuiK1nhraW4FNOvVmcV2EKw==} 424 - engines: {node: '>=18'} 411 + '@hideoo/starlight-plugins-docs-components@0.4.2': 412 + resolution: {integrity: sha512-Sgq4HgNsrL/t/D7RjkbD+eLnyqXGdTSq+mW91K3BfI3HVYnwvR/uuBKiSJGcQ7gxf7SUiD0UDz3Jsv0SeCPK4A==} 413 + engines: {node: '>=22'} 425 414 peerDependencies: 426 - '@astrojs/starlight': '>=0.30.0' 415 + '@astrojs/starlight': '>=0.38.0' 427 416 428 - '@img/colour@1.0.0': 429 - resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 417 + '@img/colour@1.1.0': 418 + resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==} 430 419 engines: {node: '>=18'} 431 420 432 - '@img/sharp-darwin-arm64@0.33.5': 433 - resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 434 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 435 - cpu: [arm64] 436 - os: [darwin] 437 - 438 421 '@img/sharp-darwin-arm64@0.34.5': 439 422 resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 440 423 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 441 424 cpu: [arm64] 442 425 os: [darwin] 443 426 444 - '@img/sharp-darwin-x64@0.33.5': 445 - resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 446 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 447 - cpu: [x64] 448 - os: [darwin] 449 - 450 427 '@img/sharp-darwin-x64@0.34.5': 451 428 resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} 452 429 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 453 430 cpu: [x64] 454 431 os: [darwin] 455 432 456 - '@img/sharp-libvips-darwin-arm64@1.0.4': 457 - resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} 458 - cpu: [arm64] 459 - os: [darwin] 460 - 461 433 '@img/sharp-libvips-darwin-arm64@1.2.4': 462 434 resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} 463 435 cpu: [arm64] 464 - os: [darwin] 465 - 466 - '@img/sharp-libvips-darwin-x64@1.0.4': 467 - resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} 468 - cpu: [x64] 469 436 os: [darwin] 470 437 471 438 '@img/sharp-libvips-darwin-x64@1.2.4': ··· 473 440 cpu: [x64] 474 441 os: [darwin] 475 442 476 - '@img/sharp-libvips-linux-arm64@1.0.4': 477 - resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} 478 - cpu: [arm64] 479 - os: [linux] 480 - 481 443 '@img/sharp-libvips-linux-arm64@1.2.4': 482 444 resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 483 445 cpu: [arm64] 484 446 os: [linux] 485 447 486 - '@img/sharp-libvips-linux-arm@1.0.5': 487 - resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} 488 - cpu: [arm] 489 - os: [linux] 490 - 491 448 '@img/sharp-libvips-linux-arm@1.2.4': 492 449 resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} 493 450 cpu: [arm] ··· 503 460 cpu: [riscv64] 504 461 os: [linux] 505 462 506 - '@img/sharp-libvips-linux-s390x@1.0.4': 507 - resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} 508 - cpu: [s390x] 509 - os: [linux] 510 - 511 463 '@img/sharp-libvips-linux-s390x@1.2.4': 512 464 resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} 513 465 cpu: [s390x] 514 466 os: [linux] 515 467 516 - '@img/sharp-libvips-linux-x64@1.0.4': 517 - resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} 518 - cpu: [x64] 519 - os: [linux] 520 - 521 468 '@img/sharp-libvips-linux-x64@1.2.4': 522 469 resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 523 470 cpu: [x64] 524 - os: [linux] 525 - 526 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 527 - resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 528 - cpu: [arm64] 529 471 os: [linux] 530 472 531 473 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': ··· 533 475 cpu: [arm64] 534 476 os: [linux] 535 477 536 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 537 - resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} 538 - cpu: [x64] 539 - os: [linux] 540 - 541 478 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 542 479 resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 543 480 cpu: [x64] 544 481 os: [linux] 545 482 546 - '@img/sharp-linux-arm64@0.33.5': 547 - resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} 548 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 549 - cpu: [arm64] 550 - os: [linux] 551 - 552 483 '@img/sharp-linux-arm64@0.34.5': 553 484 resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 554 485 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 555 486 cpu: [arm64] 556 - os: [linux] 557 - 558 - '@img/sharp-linux-arm@0.33.5': 559 - resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} 560 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 561 - cpu: [arm] 562 487 os: [linux] 563 488 564 489 '@img/sharp-linux-arm@0.34.5': ··· 579 504 cpu: [riscv64] 580 505 os: [linux] 581 506 582 - '@img/sharp-linux-s390x@0.33.5': 583 - resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} 584 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 585 - cpu: [s390x] 586 - os: [linux] 587 - 588 507 '@img/sharp-linux-s390x@0.34.5': 589 508 resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} 590 509 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 591 510 cpu: [s390x] 592 511 os: [linux] 593 512 594 - '@img/sharp-linux-x64@0.33.5': 595 - resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} 596 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 597 - cpu: [x64] 598 - os: [linux] 599 - 600 513 '@img/sharp-linux-x64@0.34.5': 601 514 resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 602 515 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 603 516 cpu: [x64] 604 517 os: [linux] 605 518 606 - '@img/sharp-linuxmusl-arm64@0.33.5': 607 - resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} 608 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 609 - cpu: [arm64] 610 - os: [linux] 611 - 612 519 '@img/sharp-linuxmusl-arm64@0.34.5': 613 520 resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 614 521 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 615 522 cpu: [arm64] 616 523 os: [linux] 617 524 618 - '@img/sharp-linuxmusl-x64@0.33.5': 619 - resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} 620 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 621 - cpu: [x64] 622 - os: [linux] 623 - 624 525 '@img/sharp-linuxmusl-x64@0.34.5': 625 526 resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 626 527 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 627 528 cpu: [x64] 628 529 os: [linux] 629 - 630 - '@img/sharp-wasm32@0.33.5': 631 - resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} 632 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 633 - cpu: [wasm32] 634 530 635 531 '@img/sharp-wasm32@0.34.5': 636 532 resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} ··· 643 539 cpu: [arm64] 644 540 os: [win32] 645 541 646 - '@img/sharp-win32-ia32@0.33.5': 647 - resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} 648 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 649 - cpu: [ia32] 650 - os: [win32] 651 - 652 542 '@img/sharp-win32-ia32@0.34.5': 653 543 resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 654 544 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 655 545 cpu: [ia32] 656 - os: [win32] 657 - 658 - '@img/sharp-win32-x64@0.33.5': 659 - resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 660 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 661 - cpu: [x64] 662 546 os: [win32] 663 547 664 548 '@img/sharp-win32-x64@0.34.5': ··· 878 762 '@shikijs/core@3.21.0': 879 763 resolution: {integrity: sha512-AXSQu/2n1UIQekY8euBJlvFYZIw0PHY63jUzGbrOma4wPxzznJXTXkri+QcHeBNaFxiiOljKxxJkVSoB3PjbyA==} 880 764 765 + '@shikijs/core@4.0.2': 766 + resolution: {integrity: sha512-hxT0YF4ExEqB8G/qFdtJvpmHXBYJ2lWW7qTHDarVkIudPFE6iCIrqdgWxGn5s+ppkGXI0aEGlibI0PAyzP3zlw==} 767 + engines: {node: '>=20'} 768 + 881 769 '@shikijs/engine-javascript@3.21.0': 882 770 resolution: {integrity: sha512-ATwv86xlbmfD9n9gKRiwuPpWgPENAWCLwYCGz9ugTJlsO2kOzhOkvoyV/UD+tJ0uT7YRyD530x6ugNSffmvIiQ==} 883 771 772 + '@shikijs/engine-javascript@4.0.2': 773 + resolution: {integrity: sha512-7PW0Nm49DcoUIQEXlJhNNBHyoGMjalRETTCcjMqEaMoJRLljy1Bi/EGV3/qLBgLKQejdspiiYuHGQW6dX94Nag==} 774 + engines: {node: '>=20'} 775 + 884 776 '@shikijs/engine-oniguruma@3.21.0': 885 777 resolution: {integrity: sha512-OYknTCct6qiwpQDqDdf3iedRdzj6hFlOPv5hMvI+hkWfCKs5mlJ4TXziBG9nyabLwGulrUjHiCq3xCspSzErYQ==} 886 778 779 + '@shikijs/engine-oniguruma@4.0.2': 780 + resolution: {integrity: sha512-UpCB9Y2sUKlS9z8juFSKz7ZtysmeXCgnRF0dlhXBkmQnek7lAToPte8DkxmEYGNTMii72zU/lyXiCB6StuZeJg==} 781 + engines: {node: '>=20'} 782 + 887 783 '@shikijs/langs@3.21.0': 888 784 resolution: {integrity: sha512-g6mn5m+Y6GBJ4wxmBYqalK9Sp0CFkUqfNzUy2pJglUginz6ZpWbaWjDB4fbQ/8SHzFjYbtU6Ddlp1pc+PPNDVA==} 889 785 786 + '@shikijs/langs@4.0.2': 787 + resolution: {integrity: sha512-KaXby5dvoeuZzN0rYQiPMjFoUrz4hgwIE+D6Du9owcHcl6/g16/yT5BQxSW5cGt2MZBz6Hl0YuRqf12omRfUUg==} 788 + engines: {node: '>=20'} 789 + 790 + '@shikijs/primitive@4.0.2': 791 + resolution: {integrity: sha512-M6UMPrSa3fN5ayeJwFVl9qWofl273wtK1VG8ySDZ1mQBfhCpdd8nEx7nPZ/tk7k+TYcpqBZzj/AnwxT9lO+HJw==} 792 + engines: {node: '>=20'} 793 + 890 794 '@shikijs/themes@3.21.0': 891 795 resolution: {integrity: sha512-BAE4cr9EDiZyYzwIHEk7JTBJ9CzlPuM4PchfcA5ao1dWXb25nv6hYsoDiBq2aZK9E3dlt3WB78uI96UESD+8Mw==} 892 796 797 + '@shikijs/themes@4.0.2': 798 + resolution: {integrity: sha512-mjCafwt8lJJaVSsQvNVrJumbnnj1RI8jbUKrPKgE6E3OvQKxnuRoBaYC51H4IGHePsGN/QtALglWBU7DoKDFnA==} 799 + engines: {node: '>=20'} 800 + 893 801 '@shikijs/types@3.21.0': 894 802 resolution: {integrity: sha512-zGrWOxZ0/+0ovPY7PvBU2gIS9tmhSUUt30jAcNV0Bq0gb2S98gwfjIs1vxlmH5zM7/4YxLamT6ChlqqAJmPPjA==} 895 803 804 + '@shikijs/types@4.0.2': 805 + resolution: {integrity: sha512-qzbeRooUTPnLE+sHD/Z8DStmaDgnbbc/pMrU203950aRqjX/6AFHeDYT+j00y2lPdz0ywJKx7o/7qnqTivtlXg==} 806 + engines: {node: '>=20'} 807 + 896 808 '@shikijs/vscode-textmate@10.0.2': 897 809 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} 898 - 899 - '@swc/helpers@0.5.18': 900 - resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==} 901 810 902 811 '@trivago/prettier-plugin-sort-imports@6.0.2': 903 812 resolution: {integrity: sha512-3DgfkukFyC/sE/VuYjaUUWoFfuVjPK55vOFDsxD56XXynFMCZDYFogH2l/hDfOsQAm1myoU/1xByJ3tWqtulXA==} ··· 918 827 svelte: 919 828 optional: true 920 829 921 - '@trueberryless-org/starlight-plugins-docs-components@0.4.3': 922 - resolution: {integrity: sha512-CA7oZiy67p1/IWucjueyftbT+eo/Q+TWU7/6+v5c31aGZBIkYVsqCj0OKnpzO6n6T05ZuP8RdCudatplVTJvHA==} 923 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 830 + '@trueberryless-org/starlight-plugins-docs-components@0.5.0': 831 + resolution: {integrity: sha512-LHbaLNtHr38U7+rxx+oX4zpvk1j5dfbtvGZQoGYdivph3Vib5DYLMWK9zmZ6PVDne+vtO8luT8yKOSAtkc3JRQ==} 832 + engines: {node: '>=22.12.0'} 924 833 peerDependencies: 925 - '@astrojs/starlight': '>=0.32' 834 + '@astrojs/starlight': '>=0.38' 926 835 927 836 '@types/debug@4.1.12': 928 837 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} ··· 932 841 933 842 '@types/estree@1.0.8': 934 843 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 935 - 936 - '@types/fontkit@2.0.8': 937 - resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} 938 844 939 845 '@types/hast@3.0.4': 940 846 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} ··· 957 863 '@types/node@12.20.55': 958 864 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 959 865 960 - '@types/node@17.0.45': 961 - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} 866 + '@types/node@24.12.0': 867 + resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==} 962 868 963 869 '@types/node@25.0.3': 964 870 resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} 965 871 966 - '@types/picomatch@3.0.2': 967 - resolution: {integrity: sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==} 872 + '@types/picomatch@4.0.2': 873 + resolution: {integrity: sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==} 968 874 969 875 '@types/sax@1.2.7': 970 876 resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} ··· 983 889 peerDependencies: 984 890 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 985 891 986 - acorn@8.15.0: 987 - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} 892 + acorn@8.16.0: 893 + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} 988 894 engines: {node: '>=0.4.0'} 989 895 hasBin: true 990 896 991 - ansi-align@3.0.1: 992 - resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} 993 - 994 897 ansi-colors@4.1.3: 995 898 resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} 996 899 engines: {node: '>=6'} 997 900 901 + ansi-escapes@7.3.0: 902 + resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==} 903 + engines: {node: '>=18'} 904 + 998 905 ansi-regex@5.0.1: 999 906 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 1000 907 engines: {node: '>=8'} 1001 - 1002 - ansi-regex@6.2.2: 1003 - resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} 1004 - engines: {node: '>=12'} 1005 - 1006 - ansi-styles@6.2.3: 1007 - resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} 1008 - engines: {node: '>=12'} 1009 908 1010 909 anymatch@3.1.3: 1011 910 resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} ··· 1035 934 resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} 1036 935 hasBin: true 1037 936 1038 - astro-expressive-code@0.41.3: 1039 - resolution: {integrity: sha512-u+zHMqo/QNLE2eqYRCrK3+XMlKakv33Bzuz+56V1gs8H0y6TZ0hIi3VNbIxeTn51NLn+mJfUV/A0kMNfE4rANw==} 937 + astro-contributors@0.7.0: 938 + resolution: {integrity: sha512-3yy3poLifvglybPYyM8deb46cAI6PBJMWEPwBW8xs39qVEtbguKAvwFRcmFKESLLX2LAl/kPz8DvbaxNitogqg==} 939 + engines: {node: '>=22.12.0'} 940 + peerDependencies: 941 + astro: ^6.0.0 942 + 943 + astro-expressive-code@0.41.7: 944 + resolution: {integrity: sha512-hUpogGc6DdAd+I7pPXsctyYPRBJDK7Q7d06s4cyP0Vz3OcbziP3FNzN0jZci1BpCvLn9675DvS7B9ctKKX64JQ==} 1040 945 peerDependencies: 1041 - astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 946 + astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta 1042 947 1043 - astro@5.15.9: 1044 - resolution: {integrity: sha512-XLDXxu0282cC/oYHswWZm3johGlRvk9rLRS7pWVWSne+HsZe9JgrpHI+vewAJSSNHBGd1aCyaQOElT5RNGe7IQ==} 1045 - engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 948 + astro@6.0.5: 949 + resolution: {integrity: sha512-JnLCwaoCaRXIHuIB8yNztJrd7M3hXrHUMAoQmeXtEBKxRu/738REhaCZ1lapjrS9HlpHsWTu3JUXTERB/0PA7g==} 950 + engines: {node: ^20.19.1 || >=22.12.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1046 951 hasBin: true 1047 952 1048 953 axobject-query@4.1.0: ··· 1055 960 balanced-match@1.0.2: 1056 961 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 1057 962 1058 - base-64@1.0.0: 1059 - resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==} 1060 - 1061 - base64-js@1.5.1: 1062 - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 1063 - 1064 963 bcp-47-match@2.0.3: 1065 964 resolution: {integrity: sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==} 1066 965 ··· 1074 973 boolbase@1.0.0: 1075 974 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 1076 975 1077 - boxen@8.0.1: 1078 - resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==} 1079 - engines: {node: '>=18'} 1080 - 1081 - brace-expansion@1.1.11: 1082 - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} 1083 - 1084 976 brace-expansion@2.0.2: 1085 977 resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} 1086 978 ··· 1088 980 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 1089 981 engines: {node: '>=8'} 1090 982 1091 - brotli@1.3.3: 1092 - resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} 1093 - 1094 - camelcase@8.0.0: 1095 - resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} 1096 - engines: {node: '>=16'} 1097 - 1098 983 ccount@2.0.1: 1099 984 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 1100 985 1101 - chalk@5.6.2: 1102 - resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} 1103 - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 1104 - 1105 986 change-case@5.4.4: 1106 987 resolution: {integrity: sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==} 1107 988 ··· 1120 1001 chardet@2.1.1: 1121 1002 resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==} 1122 1003 1123 - chokidar@4.0.3: 1124 - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 1125 - engines: {node: '>= 14.16.0'} 1004 + chokidar@5.0.0: 1005 + resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} 1006 + engines: {node: '>= 20.19.0'} 1126 1007 1127 - ci-info@4.3.1: 1128 - resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} 1008 + ci-info@4.4.0: 1009 + resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} 1129 1010 engines: {node: '>=8'} 1130 1011 1131 - cli-boxes@3.0.0: 1132 - resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} 1133 - engines: {node: '>=10'} 1134 - 1135 - clone@2.1.2: 1136 - resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} 1137 - engines: {node: '>=0.8'} 1138 - 1139 1012 clsx@2.1.1: 1140 1013 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} 1141 1014 engines: {node: '>=6'} ··· 1143 1016 collapse-white-space@2.1.0: 1144 1017 resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} 1145 1018 1146 - color-convert@2.0.1: 1147 - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 1148 - engines: {node: '>=7.0.0'} 1149 - 1150 - color-name@1.1.4: 1151 - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 1152 - 1153 - color-string@1.9.1: 1154 - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} 1155 - 1156 - color@4.2.3: 1157 - resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} 1158 - engines: {node: '>=12.5.0'} 1159 - 1160 1019 comma-separated-tokens@2.0.3: 1161 1020 resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} 1162 1021 1163 - common-ancestor-path@1.0.1: 1164 - resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} 1022 + commander@11.1.0: 1023 + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} 1024 + engines: {node: '>=16'} 1165 1025 1166 - concat-map@0.0.1: 1167 - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 1026 + common-ancestor-path@2.0.0: 1027 + resolution: {integrity: sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==} 1028 + engines: {node: '>= 18'} 1168 1029 1169 1030 cookie-es@1.2.2: 1170 1031 resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} ··· 1186 1047 css-selector-parser@3.0.5: 1187 1048 resolution: {integrity: sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==} 1188 1049 1050 + css-tree@2.2.1: 1051 + resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} 1052 + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 1053 + 1189 1054 css-tree@3.1.0: 1190 1055 resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 1191 1056 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} ··· 1199 1064 engines: {node: '>=4'} 1200 1065 hasBin: true 1201 1066 1202 - cssom@0.5.0: 1203 - resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} 1067 + csso@5.0.5: 1068 + resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} 1069 + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 1204 1070 1205 1071 dataloader@1.4.0: 1206 1072 resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} ··· 1220 1086 decode-named-character-reference@1.2.0: 1221 1087 resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} 1222 1088 1089 + decode-named-character-reference@1.3.0: 1090 + resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==} 1091 + 1223 1092 defu@6.1.4: 1224 1093 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 1225 1094 ··· 1232 1101 1233 1102 detect-indent@6.1.0: 1234 1103 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 1235 - engines: {node: '>=8'} 1236 - 1237 - detect-libc@2.0.3: 1238 - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 1239 1104 engines: {node: '>=8'} 1240 1105 1241 1106 detect-libc@2.1.2: 1242 1107 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 1243 1108 engines: {node: '>=8'} 1244 1109 1245 - deterministic-object-hash@2.0.2: 1246 - resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==} 1247 - engines: {node: '>=18'} 1248 - 1249 - devalue@5.6.1: 1250 - resolution: {integrity: sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==} 1110 + devalue@5.6.4: 1111 + resolution: {integrity: sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==} 1251 1112 1252 1113 devlop@1.1.0: 1253 1114 resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} 1254 1115 1255 - dfa@1.2.0: 1256 - resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 1257 - 1258 - diff@5.2.0: 1259 - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} 1116 + diff@8.0.3: 1117 + resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} 1260 1118 engines: {node: '>=0.3.1'} 1261 1119 1262 1120 dir-glob@3.0.1: ··· 1291 1149 resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} 1292 1150 engines: {node: '>=4'} 1293 1151 1294 - emoji-regex@10.6.0: 1295 - resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} 1296 - 1297 - emoji-regex@8.0.0: 1298 - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 1299 - 1300 1152 enquirer@2.4.1: 1301 1153 resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} 1302 1154 engines: {node: '>=8.6'} ··· 1309 1161 resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} 1310 1162 engines: {node: '>=0.12'} 1311 1163 1312 - es-module-lexer@1.7.0: 1313 - resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 1164 + environment@1.1.0: 1165 + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} 1166 + engines: {node: '>=18'} 1167 + 1168 + es-module-lexer@2.0.0: 1169 + resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} 1314 1170 1315 1171 esast-util-from-estree@2.0.0: 1316 1172 resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==} ··· 1318 1174 esast-util-from-js@2.0.1: 1319 1175 resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} 1320 1176 1321 - esbuild@0.25.12: 1322 - resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 1177 + esbuild@0.27.4: 1178 + resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==} 1323 1179 engines: {node: '>=18'} 1324 1180 hasBin: true 1325 1181 ··· 1356 1212 estree-walker@3.0.3: 1357 1213 resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} 1358 1214 1359 - eventemitter3@4.0.7: 1360 - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} 1361 - 1362 1215 eventemitter3@5.0.1: 1363 1216 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1364 1217 1365 - expressive-code@0.41.3: 1366 - resolution: {integrity: sha512-YLnD62jfgBZYrXIPQcJ0a51Afv9h8VlWqEGK9uU2T5nL/5rb8SnA86+7+mgCZe5D34Tff5RNEA5hjNVJYHzrFg==} 1218 + expressive-code@0.41.7: 1219 + resolution: {integrity: sha512-2wZjC8OQ3TaVEMcBtYY4Va3lo6J+Ai9jf3d4dbhURMJcU4Pbqe6EcHe424MIZI0VHUA1bR6xdpoHYi3yxokWqA==} 1367 1220 1368 1221 extend@3.0.2: 1369 1222 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} ··· 1371 1224 extendable-error@0.1.7: 1372 1225 resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} 1373 1226 1374 - fast-deep-equal@3.1.3: 1375 - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 1376 - 1377 1227 fast-glob@3.3.2: 1378 1228 resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 1379 1229 engines: {node: '>=8.6.0'} ··· 1398 1248 resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} 1399 1249 engines: {node: '>=8'} 1400 1250 1401 - flat-cache@3.2.0: 1402 - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} 1403 - engines: {node: ^10.12.0 || >=12.0.0} 1404 - 1405 - flatted@3.3.3: 1406 - resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} 1407 - 1408 1251 flattie@1.1.1: 1409 1252 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 1410 1253 engines: {node: '>=8'} 1411 1254 1412 - fontace@0.3.1: 1413 - resolution: {integrity: sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==} 1255 + fontace@0.4.1: 1256 + resolution: {integrity: sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==} 1414 1257 1415 - fontkit@2.0.4: 1416 - resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 1258 + fontkitten@1.0.3: 1259 + resolution: {integrity: sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==} 1260 + engines: {node: '>=20'} 1417 1261 1418 1262 fs-extra@7.0.1: 1419 1263 resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} ··· 1423 1267 resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} 1424 1268 engines: {node: '>=6 <7 || >=8'} 1425 1269 1426 - fs.realpath@1.0.0: 1427 - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 1428 - 1429 1270 fsevents@2.3.3: 1430 1271 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 1431 1272 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1432 1273 os: [darwin] 1433 1274 1434 - get-east-asian-width@1.4.0: 1435 - resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==} 1436 - engines: {node: '>=18'} 1437 - 1438 1275 github-slugger@2.0.0: 1439 1276 resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} 1440 1277 ··· 1442 1279 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1443 1280 engines: {node: '>= 6'} 1444 1281 1445 - glob@7.2.3: 1446 - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 1447 - deprecated: Glob versions prior to v9 are no longer supported 1448 - 1449 1282 globby@11.1.0: 1450 1283 resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} 1451 1284 engines: {node: '>=10'} ··· 1453 1286 graceful-fs@4.2.11: 1454 1287 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 1455 1288 1456 - h3@1.15.4: 1457 - resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 1289 + h3@1.15.6: 1290 + resolution: {integrity: sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==} 1291 + 1292 + has-flag@5.0.1: 1293 + resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} 1294 + engines: {node: '>=12'} 1458 1295 1459 1296 hast-util-embedded@3.0.0: 1460 1297 resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} ··· 1464 1301 1465 1302 hast-util-from-html@2.0.3: 1466 1303 resolution: {integrity: sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==} 1467 - 1468 - hast-util-from-parse5@8.0.2: 1469 - resolution: {integrity: sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==} 1470 1304 1471 1305 hast-util-from-parse5@8.0.3: 1472 1306 resolution: {integrity: sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==} ··· 1516 1350 hast-util-whitespace@3.0.0: 1517 1351 resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} 1518 1352 1519 - hastscript@9.0.0: 1520 - resolution: {integrity: sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==} 1521 - 1522 1353 hastscript@9.0.1: 1523 1354 resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} 1524 1355 ··· 1531 1362 html-whitespace-sensitive-tag-names@3.0.1: 1532 1363 resolution: {integrity: sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==} 1533 1364 1534 - htmlparser2@8.0.2: 1535 - resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} 1536 - 1537 1365 http-cache-semantics@4.2.0: 1538 1366 resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} 1539 1367 ··· 1552 1380 resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 1553 1381 engines: {node: '>= 4'} 1554 1382 1555 - import-meta-resolve@4.2.0: 1556 - resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} 1557 - 1558 - inflight@1.0.6: 1559 - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} 1560 - deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. 1561 - 1562 - inherits@2.0.4: 1563 - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1564 - 1565 1383 inline-style-parser@0.2.4: 1566 1384 resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 1567 1385 1568 1386 iron-webcrypto@1.2.1: 1569 1387 resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} 1570 1388 1571 - is-absolute-url@4.0.1: 1572 - resolution: {integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==} 1573 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1389 + is-absolute-url@5.0.0: 1390 + resolution: {integrity: sha512-sdJyNpBnQHuVnBunfzjAecOhZr2+A30ywfFvu3EnxtKLUWfwGgyWUmqHbGZiU6vTfHpCPm5GvLe4BAvlU9n8VQ==} 1391 + engines: {node: '>=20'} 1574 1392 1575 1393 is-alphabetical@2.0.1: 1576 1394 resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} 1577 1395 1578 1396 is-alphanumerical@2.0.1: 1579 1397 resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} 1580 - 1581 - is-arrayish@0.3.2: 1582 - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1583 1398 1584 1399 is-decimal@2.0.1: 1585 1400 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} ··· 1592 1407 is-extglob@2.1.1: 1593 1408 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 1594 1409 engines: {node: '>=0.10.0'} 1595 - 1596 - is-fullwidth-code-point@3.0.0: 1597 - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 1598 - engines: {node: '>=8'} 1599 1410 1600 1411 is-glob@4.0.3: 1601 1412 resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} ··· 1646 1457 resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==} 1647 1458 hasBin: true 1648 1459 1649 - js-yaml@4.1.0: 1650 - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 1651 - hasBin: true 1652 - 1653 1460 js-yaml@4.1.1: 1654 1461 resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 1655 1462 hasBin: true ··· 1659 1466 engines: {node: '>=6'} 1660 1467 hasBin: true 1661 1468 1662 - json-buffer@3.0.1: 1663 - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} 1664 - 1665 1469 jsonfile@4.0.0: 1666 1470 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} 1667 1471 1668 - keyv@4.5.4: 1669 - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 1670 - 1671 - kleur@3.0.3: 1672 - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} 1673 - engines: {node: '>=6'} 1674 - 1675 1472 kleur@4.1.5: 1676 1473 resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 1677 1474 engines: {node: '>=6'} ··· 1680 1477 resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} 1681 1478 engines: {node: '>= 8'} 1682 1479 1683 - linkedom@0.14.26: 1684 - resolution: {integrity: sha512-mK6TrydfFA7phrnp+1j57ycBwFI5bGSW6YXlw9acHoqF+mP/y+FooEYYyniOt5Ot57FSKB3iwmnuQ1UUyNLm5A==} 1685 - 1686 - lite-youtube-embed@0.3.3: 1687 - resolution: {integrity: sha512-gFfVVnj6NRjxVfJKo3qoLtpi0v5mn3AcR4eKD45wrxQuxzveFJUb+7Cr6uV6n+DjO8X3p0UzPPquhGt0H/y+NA==} 1480 + lite-youtube-embed@0.3.4: 1481 + resolution: {integrity: sha512-aXgxpwK7AIW58GEbRzA8EYaY4LWvF3FKak6B9OtSJmuNyLhX2ouD4cMTxz/yR5HFInhknaYd2jLWOTRTvT8oAw==} 1688 1482 1689 1483 locate-path@5.0.0: 1690 1484 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} ··· 1699 1493 longest-streak@3.1.0: 1700 1494 resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} 1701 1495 1702 - lru-cache@10.4.3: 1703 - resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 1496 + lru-cache@11.2.7: 1497 + resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==} 1498 + engines: {node: 20 || >=22} 1704 1499 1705 1500 magic-string@0.30.21: 1706 1501 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 1707 1502 1708 - magicast@0.5.1: 1709 - resolution: {integrity: sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==} 1503 + magicast@0.5.2: 1504 + resolution: {integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==} 1710 1505 1711 1506 markdown-extensions@2.0.0: 1712 1507 resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} ··· 1724 1519 mdast-util-find-and-replace@3.0.2: 1725 1520 resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==} 1726 1521 1727 - mdast-util-from-markdown@2.0.2: 1728 - resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} 1522 + mdast-util-from-markdown@2.0.3: 1523 + resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==} 1729 1524 1730 1525 mdast-util-gfm-autolink-literal@2.0.1: 1731 1526 resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} ··· 1760 1555 mdast-util-phrasing@4.1.0: 1761 1556 resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} 1762 1557 1763 - mdast-util-to-hast@13.2.0: 1764 - resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} 1765 - 1766 1558 mdast-util-to-hast@13.2.1: 1767 1559 resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==} 1768 1560 ··· 1772 1564 mdast-util-to-string@4.0.0: 1773 1565 resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 1774 1566 1567 + mdn-data@2.0.28: 1568 + resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} 1569 + 1775 1570 mdn-data@2.12.2: 1776 1571 resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 1777 1572 1778 1573 merge2@1.4.1: 1779 1574 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 1780 1575 engines: {node: '>= 8'} 1781 - 1782 - micromark-core-commonmark@2.0.2: 1783 - resolution: {integrity: sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==} 1784 1576 1785 1577 micromark-core-commonmark@2.0.3: 1786 1578 resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==} ··· 1878 1670 micromark-util-sanitize-uri@2.0.1: 1879 1671 resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==} 1880 1672 1881 - micromark-util-subtokenize@2.0.3: 1882 - resolution: {integrity: sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==} 1883 - 1884 1673 micromark-util-subtokenize@2.1.0: 1885 1674 resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==} 1886 1675 1887 1676 micromark-util-symbol@2.0.1: 1888 1677 resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==} 1889 1678 1890 - micromark-util-types@2.0.1: 1891 - resolution: {integrity: sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==} 1892 - 1893 1679 micromark-util-types@2.0.2: 1894 1680 resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==} 1895 1681 1896 - micromark@4.0.1: 1897 - resolution: {integrity: sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==} 1682 + micromark@4.0.2: 1683 + resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==} 1898 1684 1899 1685 micromatch@4.0.8: 1900 1686 resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1901 1687 engines: {node: '>=8.6'} 1902 - 1903 - minimatch@3.1.2: 1904 - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1905 1688 1906 1689 minimatch@9.0.5: 1907 1690 resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} ··· 1952 1735 nth-check@2.1.1: 1953 1736 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 1954 1737 1738 + obug@2.1.1: 1739 + resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1740 + 1955 1741 ofetch@1.5.1: 1956 1742 resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} 1957 1743 1958 1744 ohash@2.0.11: 1959 1745 resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} 1960 - 1961 - once@1.4.0: 1962 - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1963 1746 1964 1747 oniguruma-parser@0.12.1: 1965 1748 resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} ··· 1974 1757 resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} 1975 1758 engines: {node: '>=8'} 1976 1759 1977 - p-finally@1.0.0: 1978 - resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} 1979 - engines: {node: '>=4'} 1980 - 1981 1760 p-limit@2.3.0: 1982 1761 resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} 1983 1762 engines: {node: '>=6'} 1984 1763 1985 - p-limit@6.2.0: 1986 - resolution: {integrity: sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==} 1987 - engines: {node: '>=18'} 1764 + p-limit@7.3.0: 1765 + resolution: {integrity: sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==} 1766 + engines: {node: '>=20'} 1988 1767 1989 1768 p-locate@4.1.0: 1990 1769 resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} ··· 1994 1773 resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} 1995 1774 engines: {node: '>=6'} 1996 1775 1997 - p-queue@6.6.2: 1998 - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} 1999 - engines: {node: '>=8'} 2000 - 2001 - p-queue@8.1.1: 2002 - resolution: {integrity: sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==} 2003 - engines: {node: '>=18'} 2004 - 2005 - p-timeout@3.2.0: 2006 - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} 2007 - engines: {node: '>=8'} 1776 + p-queue@9.1.0: 1777 + resolution: {integrity: sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==} 1778 + engines: {node: '>=20'} 2008 1779 2009 - p-timeout@6.1.4: 2010 - resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==} 2011 - engines: {node: '>=14.16'} 1780 + p-timeout@7.0.1: 1781 + resolution: {integrity: sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==} 1782 + engines: {node: '>=20'} 2012 1783 2013 1784 p-try@2.2.0: 2014 1785 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} ··· 2024 1795 resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} 2025 1796 hasBin: true 2026 1797 2027 - pako@0.2.9: 2028 - resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} 2029 - 2030 1798 parse-entities@4.0.2: 2031 1799 resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==} 2032 1800 ··· 2039 1807 parse-statements@1.0.11: 2040 1808 resolution: {integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==} 2041 1809 2042 - parse5@7.2.1: 2043 - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} 2044 - 2045 1810 parse5@7.3.0: 2046 1811 resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} 2047 1812 ··· 2049 1814 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} 2050 1815 engines: {node: '>=8'} 2051 1816 2052 - path-is-absolute@1.0.1: 2053 - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} 2054 - engines: {node: '>=0.10.0'} 2055 - 2056 1817 path-key@3.1.1: 2057 1818 resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 2058 1819 engines: {node: '>=8'} ··· 2060 1821 path-type@4.0.0: 2061 1822 resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 2062 1823 engines: {node: '>=8'} 1824 + 1825 + piccolore@0.1.3: 1826 + resolution: {integrity: sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==} 2063 1827 2064 1828 picocolors@1.1.1: 2065 1829 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} ··· 2067 1831 picomatch@2.3.1: 2068 1832 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 2069 1833 engines: {node: '>=8.6'} 2070 - 2071 - picomatch@4.0.2: 2072 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2073 - engines: {node: '>=12'} 2074 1834 2075 1835 picomatch@4.0.3: 2076 1836 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} ··· 2112 1872 resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} 2113 1873 engines: {node: '>=6'} 2114 1874 2115 - prompts@2.4.2: 2116 - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} 2117 - engines: {node: '>= 6'} 2118 - 2119 1875 property-information@6.5.0: 2120 1876 resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} 2121 1877 ··· 2132 1888 resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} 2133 1889 engines: {node: '>=6'} 2134 1890 2135 - readdirp@4.1.2: 2136 - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} 2137 - engines: {node: '>= 14.18.0'} 1891 + readdirp@5.0.0: 1892 + resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} 1893 + engines: {node: '>= 20.19.0'} 2138 1894 2139 1895 recma-build-jsx@1.0.0: 2140 1896 resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==} ··· 2162 1918 regex@6.1.0: 2163 1919 resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==} 2164 1920 2165 - rehype-expressive-code@0.41.3: 2166 - resolution: {integrity: sha512-8d9Py4c/V6I/Od2VIXFAdpiO2kc0SV2qTJsRAaqSIcM9aruW4ASLNe2kOEo1inXAAkIhpFzAHTc358HKbvpNUg==} 1921 + rehype-expressive-code@0.41.7: 1922 + resolution: {integrity: sha512-25f8ZMSF1d9CMscX7Cft0TSQIqdwjce2gDOvQ+d/w0FovsMwrSt3ODP4P3Z7wO1jsIJ4eYyaDRnIR/27bd/EMQ==} 2167 1923 2168 1924 rehype-format@5.0.1: 2169 1925 resolution: {integrity: sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==} ··· 2209 1965 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} 2210 1966 engines: {node: '>=8'} 2211 1967 2212 - restructure@3.0.2: 2213 - resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} 2214 - 2215 1968 retext-latin@4.0.0: 2216 1969 resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} 2217 1970 ··· 2228 1981 resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} 2229 1982 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 2230 1983 2231 - rimraf@3.0.2: 2232 - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 2233 - deprecated: Rimraf versions prior to v4 are no longer supported 2234 - hasBin: true 2235 - 2236 1984 rollup@4.55.1: 2237 1985 resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==} 2238 1986 engines: {node: '>=18.0.0', npm: '>=8.0.0'} ··· 2250 1998 sass-formatter@0.7.9: 2251 1999 resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==} 2252 2000 2253 - sax@1.4.1: 2254 - resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} 2001 + sax@1.5.0: 2002 + resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==} 2003 + engines: {node: '>=11.0.0'} 2255 2004 2256 - semver@7.7.1: 2257 - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} 2258 - engines: {node: '>=10'} 2259 - hasBin: true 2260 - 2261 - semver@7.7.3: 2262 - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 2005 + semver@7.7.4: 2006 + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} 2263 2007 engines: {node: '>=10'} 2264 2008 hasBin: true 2265 - 2266 - sharp@0.33.5: 2267 - resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 2268 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2269 2009 2270 2010 sharp@0.34.5: 2271 2011 resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} ··· 2282 2022 shiki@3.21.0: 2283 2023 resolution: {integrity: sha512-N65B/3bqL/TI2crrXr+4UivctrAGEjmsib5rPMMPpFp1xAx/w03v8WZ9RDDFYteXoEgY7qZ4HGgl5KBIu1153w==} 2284 2024 2025 + shiki@4.0.2: 2026 + resolution: {integrity: sha512-eAVKTMedR5ckPo4xne/PjYQYrU3qx78gtJZ+sHlXEg5IHhhoQhMfZVzetTYuaJS0L2Ef3AcCRzCHV8T0WI6nIQ==} 2027 + engines: {node: '>=20'} 2028 + 2285 2029 signal-exit@4.1.0: 2286 2030 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2287 2031 engines: {node: '>=14'} 2288 2032 2289 - simple-swizzle@0.2.2: 2290 - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} 2291 - 2292 2033 sisteransi@1.0.5: 2293 2034 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 2294 2035 2295 - sitemap@8.0.0: 2296 - resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==} 2297 - engines: {node: '>=14.0.0', npm: '>=6.0.0'} 2298 - deprecated: 'SECURITY: Multiple vulnerabilities fixed in 8.0.1 (XML injection, path traversal, command injection, protocol injection). Upgrade immediately: npm install sitemap@8.0.1' 2036 + sitemap@9.0.1: 2037 + resolution: {integrity: sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==} 2038 + engines: {node: '>=20.19.5', npm: '>=10.8.2'} 2299 2039 hasBin: true 2300 2040 2301 2041 slash@3.0.0: ··· 2323 2063 sprintf-js@1.0.3: 2324 2064 resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} 2325 2065 2326 - starlight-contributor-list@0.3.1: 2327 - resolution: {integrity: sha512-8F3BcnqeCgvI/OcagJCBsp71/XU9/zDiuSmsgAkWrRTxql0H2bG9Z9VXvmwzB/569QVlAsOwK7StAxDxqG6Myw==} 2328 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2066 + starlight-links-validator@0.20.1: 2067 + resolution: {integrity: sha512-bPfX9tlvkLcygIwo4nszOf7TOj1iqfZEpUss5oxRlaa3/mt7zGBHANSkanVMd0FK6VQa2oUD9MjH1DszykkwPA==} 2068 + engines: {node: '>=22.12.0'} 2329 2069 peerDependencies: 2330 - '@astrojs/starlight': '>=0.30' 2070 + '@astrojs/starlight': '>=0.38.0' 2071 + astro: '>=6.0.0' 2331 2072 2332 - starlight-links-validator@0.15.1: 2333 - resolution: {integrity: sha512-RlrP7mg+t0mPSHre+WFzPKeNdzyrKezMIRWwHygRivyKWv+OCN+3jildryJSC+3mXjHWsNYrGpZSvy0m99mXDw==} 2334 - engines: {node: '>=18.17.1'} 2335 - peerDependencies: 2336 - '@astrojs/starlight': '>=0.32.0' 2337 - 2338 - starlight-package-managers@0.8.1: 2339 - resolution: {integrity: sha512-a+zGIOdbN7B4T/VaszuvW8585Aau4LSU8HlVCmBCJJwxkrGAUC9lRya4y0md5tOAFyW/gfhUNJZM8qqyMNTe7Q==} 2073 + starlight-package-managers@0.12.0: 2074 + resolution: {integrity: sha512-hAIVzOT0/Git+T2Uwckh2rs51fYiDM6/X+Z2f3LtKMSwOwm+nSUAX2Ilp7k+07LDtxYjmvfTCxhfIBt0PgOF5g==} 2340 2075 engines: {node: '>=18.17.1'} 2341 2076 peerDependencies: 2342 2077 '@astrojs/starlight': '>=0.22.0' 2343 2078 2344 - starlight-showcases@0.2.0: 2345 - resolution: {integrity: sha512-YWJuTqArkUdVJV85VKZJ0BvKCQRu1SKtH/Cr5t6G/oIfI4IptWc92E7BmiuNnpuQ2U7TczTRidCYurPrbgQQVA==} 2346 - engines: {node: '>=18'} 2347 - peerDependencies: 2348 - '@astrojs/starlight': '>=0.23.0' 2349 - 2350 - starlight-showcases@0.3.0: 2351 - resolution: {integrity: sha512-jxKVE5IM0TZgRIni4YK1oKDh6C9pBh94oj2pKuhzg2/Cg1wjCrWy39U3i1bXkh6rL+Ly+ypQBPH3AD9cP6TLXA==} 2352 - engines: {node: '>=18'} 2079 + starlight-showcases@0.3.2: 2080 + resolution: {integrity: sha512-PX+CDIaOkgmM+KxiD+OEF0NVppbbQia7iMZ1JeHnx0yyDkZCY6U6vtzoxpklhHU/JGHrmV6qj1qxzWS74SolqQ==} 2081 + engines: {node: '>=22'} 2353 2082 peerDependencies: 2354 2083 '@astrojs/starlight': '>=0.30.0' 2355 2084 2356 - starlight-sidebar-topics@0.6.0: 2357 - resolution: {integrity: sha512-ysmOR7zaHYKtk18/mpW4MbEMDioR/ZBsisu9bdQrq0v9BlHWpW7gAdWlqFWO9zdv1P7l0Mo1WKd0wJ0UtqOVEQ==} 2358 - engines: {node: '>=18'} 2359 - peerDependencies: 2360 - '@astrojs/starlight': '>=0.32.0' 2361 - 2362 - starlight-sidebar-topics@0.6.2: 2363 - resolution: {integrity: sha512-SNCTUZS/hcVor0ZcaXbaSVU37+V+qtvzNirkvnOg3Mqu/awuGpthkH5+uKpiZqWxLffp6TrOlsv5E5QsxrndNg==} 2364 - engines: {node: '>=18'} 2085 + starlight-sidebar-topics@0.7.1: 2086 + resolution: {integrity: sha512-2PBR05ZUvnKNoJtbL2u6GoE1qmQD0tFcd5+inYEJHJkx3LE2P+vlNslofTGHLtzch2XzyNbHUBQQu35bouA6NQ==} 2087 + engines: {node: '>=22.12.0'} 2365 2088 peerDependencies: 2366 - '@astrojs/starlight': '>=0.32.0' 2089 + '@astrojs/starlight': '>=0.38.0' 2367 2090 2368 2091 stream-replace-string@2.0.0: 2369 2092 resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} 2370 2093 2371 - string-width@4.2.3: 2372 - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 2373 - engines: {node: '>=8'} 2374 - 2375 - string-width@7.2.0: 2376 - resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} 2377 - engines: {node: '>=18'} 2378 - 2379 2094 stringify-entities@4.0.4: 2380 2095 resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} 2381 2096 ··· 2383 2098 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 2384 2099 engines: {node: '>=8'} 2385 2100 2386 - strip-ansi@7.1.2: 2387 - resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} 2388 - engines: {node: '>=12'} 2389 - 2390 2101 strip-bom@3.0.0: 2391 2102 resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} 2392 2103 engines: {node: '>=4'} ··· 2400 2111 suf-log@2.5.3: 2401 2112 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} 2402 2113 2114 + supports-color@10.2.2: 2115 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 2116 + engines: {node: '>=18'} 2117 + 2118 + supports-hyperlinks@4.4.0: 2119 + resolution: {integrity: sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==} 2120 + engines: {node: '>=20'} 2121 + 2122 + svgo@4.0.1: 2123 + resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==} 2124 + engines: {node: '>=16'} 2125 + hasBin: true 2126 + 2403 2127 term-size@2.2.1: 2404 2128 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 2405 2129 engines: {node: '>=8'} 2406 2130 2131 + terminal-link@5.0.0: 2132 + resolution: {integrity: sha512-qFAy10MTMwjzjU8U16YS4YoZD+NQLHzLssFMNqgravjbvIPNiqkGFR4yjhJfmY9R5OFU7+yHxc6y+uGHkKwLRA==} 2133 + engines: {node: '>=20'} 2134 + 2407 2135 tiny-inflate@1.0.3: 2408 2136 resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} 2137 + 2138 + tinyclip@0.1.12: 2139 + resolution: {integrity: sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==} 2140 + engines: {node: ^16.14.0 || >= 17.3.0} 2409 2141 2410 2142 tinyexec@1.0.2: 2411 2143 resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} ··· 2441 2173 tslib@2.8.1: 2442 2174 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 2443 2175 2444 - type-fest@4.41.0: 2445 - resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 2446 - engines: {node: '>=16'} 2447 - 2448 2176 typescript@5.7.2: 2449 2177 resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} 2450 2178 engines: {node: '>=14.17'} 2451 2179 hasBin: true 2452 2180 2453 - ufo@1.6.2: 2454 - resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==} 2455 - 2456 - uhyphen@0.2.0: 2457 - resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} 2181 + ufo@1.6.3: 2182 + resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} 2458 2183 2459 2184 ultrahtml@1.6.0: 2460 2185 resolution: {integrity: sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==} ··· 2465 2190 undici-types@7.16.0: 2466 2191 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 2467 2192 2468 - unicode-properties@1.4.1: 2469 - resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} 2470 - 2471 - unicode-trie@2.0.0: 2472 - resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} 2473 - 2474 2193 unified@11.0.5: 2475 2194 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 2476 2195 2477 - unifont@0.6.0: 2478 - resolution: {integrity: sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==} 2196 + unifont@0.7.4: 2197 + resolution: {integrity: sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==} 2479 2198 2480 2199 unist-util-find-after@5.0.0: 2481 2200 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 2501 2220 unist-util-visit-children@3.0.0: 2502 2221 resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==} 2503 2222 2504 - unist-util-visit-parents@6.0.1: 2505 - resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} 2506 - 2507 2223 unist-util-visit-parents@6.0.2: 2508 2224 resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} 2509 2225 2510 - unist-util-visit@5.0.0: 2511 - resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} 2226 + unist-util-visit@5.1.0: 2227 + resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==} 2512 2228 2513 2229 universalify@0.1.2: 2514 2230 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} 2515 2231 engines: {node: '>= 4.0.0'} 2516 2232 2517 - unstorage@1.17.3: 2518 - resolution: {integrity: sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==} 2233 + unstorage@1.17.4: 2234 + resolution: {integrity: sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==} 2519 2235 peerDependencies: 2520 2236 '@azure/app-configuration': ^1.8.0 2521 2237 '@azure/cosmos': ^4.2.0 ··· 2523 2239 '@azure/identity': ^4.6.0 2524 2240 '@azure/keyvault-secrets': ^4.9.0 2525 2241 '@azure/storage-blob': ^12.26.0 2526 - '@capacitor/preferences': ^6.0.3 || ^7.0.0 2242 + '@capacitor/preferences': ^6 || ^7 || ^8 2527 2243 '@deno/kv': '>=0.9.0' 2528 2244 '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 2529 2245 '@planetscale/database': ^1.19.0 2530 2246 '@upstash/redis': ^1.34.3 2531 2247 '@vercel/blob': '>=0.27.1' 2532 2248 '@vercel/functions': ^2.2.12 || ^3.0.0 2533 - '@vercel/kv': ^1.0.1 2249 + '@vercel/kv': ^1 || ^2 || ^3 2534 2250 aws4fetch: ^1.0.20 2535 2251 db0: '>=0.2.1' 2536 2252 idb-keyval: ^6.2.1 ··· 2582 2298 vfile-location@5.0.3: 2583 2299 resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} 2584 2300 2585 - vfile-message@4.0.2: 2586 - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} 2587 - 2588 2301 vfile-message@4.0.3: 2589 2302 resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} 2590 2303 2591 2304 vfile@6.0.3: 2592 2305 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2593 2306 2594 - vite@6.4.1: 2595 - resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} 2596 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2307 + vite@7.3.1: 2308 + resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 2309 + engines: {node: ^20.19.0 || >=22.12.0} 2597 2310 hasBin: true 2598 2311 peerDependencies: 2599 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 2312 + '@types/node': ^20.19.0 || >=22.12.0 2600 2313 jiti: '>=1.21.0' 2601 - less: '*' 2314 + less: ^4.0.0 2602 2315 lightningcss: ^1.21.0 2603 - sass: '*' 2604 - sass-embedded: '*' 2605 - stylus: '*' 2606 - sugarss: '*' 2316 + sass: ^1.70.0 2317 + sass-embedded: ^1.70.0 2318 + stylus: '>=0.54.8' 2319 + sugarss: ^5.0.0 2607 2320 terser: ^5.16.0 2608 2321 tsx: ^4.8.1 2609 2322 yaml: ^2.4.2 ··· 2631 2344 yaml: 2632 2345 optional: true 2633 2346 2634 - vitefu@1.1.1: 2635 - resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} 2347 + vitefu@1.1.2: 2348 + resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==} 2636 2349 peerDependencies: 2637 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 2350 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0 2638 2351 peerDependenciesMeta: 2639 2352 vite: 2640 2353 optional: true ··· 2657 2370 engines: {node: '>= 8'} 2658 2371 hasBin: true 2659 2372 2660 - widest-line@5.0.0: 2661 - resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2662 - engines: {node: '>=18'} 2663 - 2664 - wrap-ansi@9.0.2: 2665 - resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} 2666 - engines: {node: '>=18'} 2667 - 2668 - wrappy@1.0.2: 2669 - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 2670 - 2671 2373 xxhash-wasm@1.1.0: 2672 2374 resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==} 2673 2375 2674 - yargs-parser@21.1.1: 2675 - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 2676 - engines: {node: '>=12'} 2376 + yargs-parser@22.0.0: 2377 + resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} 2378 + engines: {node: ^20.19.0 || ^22.12.0 || >=23} 2677 2379 2678 2380 yocto-queue@1.2.2: 2679 2381 resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==} 2680 2382 engines: {node: '>=12.20'} 2681 2383 2682 - yocto-spinner@0.2.3: 2683 - resolution: {integrity: sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==} 2684 - engines: {node: '>=18.19'} 2685 - 2686 - yoctocolors@2.1.2: 2687 - resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} 2688 - engines: {node: '>=18'} 2689 - 2690 - zod-to-json-schema@3.25.1: 2691 - resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==} 2692 - peerDependencies: 2693 - zod: ^3.25 || ^4 2694 - 2695 - zod-to-ts@1.2.0: 2696 - resolution: {integrity: sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==} 2697 - peerDependencies: 2698 - typescript: ^4.9.4 || ^5.0.2 2699 - zod: ^3 2700 - 2701 - zod@3.25.76: 2702 - resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 2384 + zod@4.3.6: 2385 + resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} 2703 2386 2704 2387 zwitch@2.0.4: 2705 2388 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 2706 2389 2707 2390 snapshots: 2708 2391 2709 - '@11ty/eleventy-fetch@4.0.1': 2392 + '@astro-community/astro-embed-twitter@0.5.11': 2710 2393 dependencies: 2711 - debug: 4.4.3 2712 - flat-cache: 3.2.0 2713 - node-fetch: 2.7.0 2714 - p-queue: 6.6.2 2715 - transitivePeerDependencies: 2716 - - encoding 2717 - - supports-color 2394 + '@astro-community/astro-embed-utils': 0.2.0 2718 2395 2719 - '@astro-community/astro-embed-twitter@0.5.8(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2720 - dependencies: 2721 - '@astro-community/astro-embed-utils': 0.1.3 2722 - astro: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2723 - 2724 - '@astro-community/astro-embed-utils@0.1.3': 2725 - dependencies: 2726 - linkedom: 0.14.26 2396 + '@astro-community/astro-embed-utils@0.2.0': {} 2727 2397 2728 - '@astro-community/astro-embed-youtube@0.5.6(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2398 + '@astro-community/astro-embed-youtube@0.5.10': 2729 2399 dependencies: 2730 - astro: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2731 - lite-youtube-embed: 0.3.3 2400 + lite-youtube-embed: 0.3.4 2732 2401 2733 2402 '@astrojs/compiler@2.10.3': {} 2734 2403 2735 - '@astrojs/compiler@2.13.0': {} 2736 - 2737 - '@astrojs/internal-helpers@0.7.2': {} 2404 + '@astrojs/compiler@3.0.1': {} 2738 2405 2739 - '@astrojs/internal-helpers@0.7.5': {} 2740 - 2741 - '@astrojs/markdown-remark@6.3.6': 2406 + '@astrojs/internal-helpers@0.8.0': 2742 2407 dependencies: 2743 - '@astrojs/internal-helpers': 0.7.2 2744 - '@astrojs/prism': 3.3.0 2745 - github-slugger: 2.0.0 2746 - hast-util-from-html: 2.0.3 2747 - hast-util-to-text: 4.0.2 2748 - import-meta-resolve: 4.2.0 2749 - js-yaml: 4.1.1 2750 - mdast-util-definitions: 6.0.0 2751 - rehype-raw: 7.0.0 2752 - rehype-stringify: 10.0.1 2753 - remark-gfm: 4.0.1 2754 - remark-parse: 11.0.0 2755 - remark-rehype: 11.1.2 2756 - remark-smartypants: 3.0.2 2757 - shiki: 3.21.0 2758 - smol-toml: 1.6.0 2759 - unified: 11.0.5 2760 - unist-util-remove-position: 5.0.0 2761 - unist-util-visit: 5.0.0 2762 - unist-util-visit-parents: 6.0.2 2763 - vfile: 6.0.3 2764 - transitivePeerDependencies: 2765 - - supports-color 2408 + picomatch: 4.0.3 2766 2409 2767 - '@astrojs/markdown-remark@6.3.9': 2410 + '@astrojs/markdown-remark@7.0.0': 2768 2411 dependencies: 2769 - '@astrojs/internal-helpers': 0.7.5 2770 - '@astrojs/prism': 3.3.0 2412 + '@astrojs/internal-helpers': 0.8.0 2413 + '@astrojs/prism': 4.0.0 2771 2414 github-slugger: 2.0.0 2772 2415 hast-util-from-html: 2.0.3 2773 2416 hast-util-to-text: 4.0.2 2774 - import-meta-resolve: 4.2.0 2775 2417 js-yaml: 4.1.1 2776 2418 mdast-util-definitions: 6.0.0 2777 2419 rehype-raw: 7.0.0 ··· 2780 2422 remark-parse: 11.0.0 2781 2423 remark-rehype: 11.1.2 2782 2424 remark-smartypants: 3.0.2 2783 - shiki: 3.21.0 2425 + shiki: 4.0.2 2784 2426 smol-toml: 1.6.0 2785 2427 unified: 11.0.5 2786 2428 unist-util-remove-position: 5.0.0 2787 - unist-util-visit: 5.0.0 2429 + unist-util-visit: 5.1.0 2788 2430 unist-util-visit-parents: 6.0.2 2789 2431 vfile: 6.0.3 2790 2432 transitivePeerDependencies: 2791 2433 - supports-color 2792 2434 2793 - '@astrojs/mdx@4.3.4(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2435 + '@astrojs/mdx@5.0.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2794 2436 dependencies: 2795 - '@astrojs/markdown-remark': 6.3.6 2437 + '@astrojs/markdown-remark': 7.0.0 2796 2438 '@mdx-js/mdx': 3.1.1 2797 - acorn: 8.15.0 2798 - astro: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2799 - es-module-lexer: 1.7.0 2439 + acorn: 8.16.0 2440 + astro: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2441 + es-module-lexer: 2.0.0 2800 2442 estree-util-visit: 2.0.0 2801 2443 hast-util-to-html: 9.0.5 2802 - kleur: 4.1.5 2444 + piccolore: 0.1.3 2803 2445 rehype-raw: 7.0.0 2804 2446 remark-gfm: 4.0.1 2805 2447 remark-smartypants: 3.0.2 2806 2448 source-map: 0.7.6 2807 - unist-util-visit: 5.0.0 2449 + unist-util-visit: 5.1.0 2808 2450 vfile: 6.0.3 2809 2451 transitivePeerDependencies: 2810 2452 - supports-color 2811 2453 2812 - '@astrojs/prism@3.3.0': 2454 + '@astrojs/prism@4.0.0': 2813 2455 dependencies: 2814 2456 prismjs: 1.30.0 2815 2457 2816 - '@astrojs/sitemap@3.5.1': 2458 + '@astrojs/sitemap@3.7.1': 2817 2459 dependencies: 2818 - sitemap: 8.0.0 2460 + sitemap: 9.0.1 2819 2461 stream-replace-string: 2.0.0 2820 - zod: 3.25.76 2462 + zod: 4.3.6 2821 2463 2822 - '@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2464 + '@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2823 2465 dependencies: 2824 - '@astrojs/mdx': 4.3.4(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 2825 - '@astrojs/sitemap': 3.5.1 2466 + '@astrojs/markdown-remark': 7.0.0 2467 + '@astrojs/mdx': 5.0.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 2468 + '@astrojs/sitemap': 3.7.1 2826 2469 '@pagefind/default-ui': 1.3.0 2827 2470 '@types/hast': 3.0.4 2828 2471 '@types/js-yaml': 4.0.9 2829 2472 '@types/mdast': 4.0.4 2830 - astro: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2831 - astro-expressive-code: 0.41.3(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 2473 + astro: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 2474 + astro-expressive-code: 0.41.7(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 2832 2475 bcp-47: 2.1.0 2833 2476 hast-util-from-html: 2.0.3 2834 2477 hast-util-select: 6.0.3 2835 2478 hast-util-to-string: 3.0.1 2836 - hastscript: 9.0.0 2479 + hastscript: 9.0.1 2837 2480 i18next: 23.16.8 2838 - js-yaml: 4.1.0 2481 + js-yaml: 4.1.1 2839 2482 klona: 2.0.6 2483 + magic-string: 0.30.21 2840 2484 mdast-util-directive: 3.0.0 2841 2485 mdast-util-to-markdown: 2.1.2 2842 2486 mdast-util-to-string: 4.0.0 ··· 2844 2488 rehype: 13.0.2 2845 2489 rehype-format: 5.0.1 2846 2490 remark-directive: 3.0.0 2491 + ultrahtml: 1.6.0 2847 2492 unified: 11.0.5 2848 - unist-util-visit: 5.0.0 2493 + unist-util-visit: 5.1.0 2849 2494 vfile: 6.0.3 2850 2495 transitivePeerDependencies: 2851 2496 - supports-color 2852 2497 2853 2498 '@astrojs/telemetry@3.3.0': 2854 2499 dependencies: 2855 - ci-info: 4.3.1 2500 + ci-info: 4.4.0 2856 2501 debug: 4.4.3 2857 2502 dlv: 1.1.3 2858 2503 dset: 3.1.4 ··· 2922 2567 '@babel/helper-string-parser': 7.27.1 2923 2568 '@babel/helper-validator-identifier': 7.28.5 2924 2569 2925 - '@capsizecss/unpack@3.0.1': 2570 + '@capsizecss/unpack@4.0.0': 2926 2571 dependencies: 2927 - fontkit: 2.0.4 2572 + fontkitten: 1.0.3 2928 2573 2929 2574 '@changesets/apply-release-plan@7.1.0': 2930 2575 dependencies: ··· 2940 2585 outdent: 0.5.0 2941 2586 prettier: 2.8.8 2942 2587 resolve-from: 5.0.0 2943 - semver: 7.7.3 2588 + semver: 7.7.4 2944 2589 2945 2590 '@changesets/assemble-release-plan@6.0.9': 2946 2591 dependencies: ··· 2949 2594 '@changesets/should-skip-package': 0.1.2 2950 2595 '@changesets/types': 6.1.0 2951 2596 '@manypkg/get-packages': 1.1.3 2952 - semver: 7.7.3 2597 + semver: 7.7.4 2953 2598 2954 2599 '@changesets/changelog-git@0.2.1': 2955 2600 dependencies: ··· 2988 2633 package-manager-detector: 0.2.7 2989 2634 picocolors: 1.1.1 2990 2635 resolve-from: 5.0.0 2991 - semver: 7.7.3 2636 + semver: 7.7.4 2992 2637 spawndamnit: 3.0.1 2993 2638 term-size: 2.2.1 2994 2639 transitivePeerDependencies: ··· 3014 2659 '@changesets/types': 6.1.0 3015 2660 '@manypkg/get-packages': 1.1.3 3016 2661 picocolors: 1.1.1 3017 - semver: 7.7.3 2662 + semver: 7.7.4 3018 2663 3019 2664 '@changesets/get-github-info@0.8.0': 3020 2665 dependencies: ··· 3084 2729 human-id: 4.1.1 3085 2730 prettier: 2.8.8 3086 2731 3087 - '@ctrl/tinycolor@4.1.0': {} 2732 + '@clack/core@1.1.0': 2733 + dependencies: 2734 + sisteransi: 1.0.5 3088 2735 3089 - '@emnapi/runtime@1.4.0': 2736 + '@clack/prompts@1.1.0': 3090 2737 dependencies: 3091 - tslib: 2.8.1 3092 - optional: true 2738 + '@clack/core': 1.1.0 2739 + sisteransi: 1.0.5 2740 + 2741 + '@ctrl/tinycolor@4.1.0': {} 3093 2742 3094 - '@emnapi/runtime@1.8.1': 2743 + '@emnapi/runtime@1.9.0': 3095 2744 dependencies: 3096 2745 tslib: 2.8.1 3097 2746 optional: true 3098 2747 3099 - '@esbuild/aix-ppc64@0.25.12': 2748 + '@esbuild/aix-ppc64@0.27.4': 3100 2749 optional: true 3101 2750 3102 - '@esbuild/android-arm64@0.25.12': 2751 + '@esbuild/android-arm64@0.27.4': 3103 2752 optional: true 3104 2753 3105 - '@esbuild/android-arm@0.25.12': 2754 + '@esbuild/android-arm@0.27.4': 3106 2755 optional: true 3107 2756 3108 - '@esbuild/android-x64@0.25.12': 2757 + '@esbuild/android-x64@0.27.4': 3109 2758 optional: true 3110 2759 3111 - '@esbuild/darwin-arm64@0.25.12': 2760 + '@esbuild/darwin-arm64@0.27.4': 3112 2761 optional: true 3113 2762 3114 - '@esbuild/darwin-x64@0.25.12': 2763 + '@esbuild/darwin-x64@0.27.4': 3115 2764 optional: true 3116 2765 3117 - '@esbuild/freebsd-arm64@0.25.12': 2766 + '@esbuild/freebsd-arm64@0.27.4': 3118 2767 optional: true 3119 2768 3120 - '@esbuild/freebsd-x64@0.25.12': 2769 + '@esbuild/freebsd-x64@0.27.4': 3121 2770 optional: true 3122 2771 3123 - '@esbuild/linux-arm64@0.25.12': 2772 + '@esbuild/linux-arm64@0.27.4': 3124 2773 optional: true 3125 2774 3126 - '@esbuild/linux-arm@0.25.12': 2775 + '@esbuild/linux-arm@0.27.4': 3127 2776 optional: true 3128 2777 3129 - '@esbuild/linux-ia32@0.25.12': 2778 + '@esbuild/linux-ia32@0.27.4': 3130 2779 optional: true 3131 2780 3132 - '@esbuild/linux-loong64@0.25.12': 2781 + '@esbuild/linux-loong64@0.27.4': 3133 2782 optional: true 3134 2783 3135 - '@esbuild/linux-mips64el@0.25.12': 2784 + '@esbuild/linux-mips64el@0.27.4': 3136 2785 optional: true 3137 2786 3138 - '@esbuild/linux-ppc64@0.25.12': 2787 + '@esbuild/linux-ppc64@0.27.4': 3139 2788 optional: true 3140 2789 3141 - '@esbuild/linux-riscv64@0.25.12': 2790 + '@esbuild/linux-riscv64@0.27.4': 3142 2791 optional: true 3143 2792 3144 - '@esbuild/linux-s390x@0.25.12': 2793 + '@esbuild/linux-s390x@0.27.4': 3145 2794 optional: true 3146 2795 3147 - '@esbuild/linux-x64@0.25.12': 2796 + '@esbuild/linux-x64@0.27.4': 3148 2797 optional: true 3149 2798 3150 - '@esbuild/netbsd-arm64@0.25.12': 2799 + '@esbuild/netbsd-arm64@0.27.4': 3151 2800 optional: true 3152 2801 3153 - '@esbuild/netbsd-x64@0.25.12': 2802 + '@esbuild/netbsd-x64@0.27.4': 3154 2803 optional: true 3155 2804 3156 - '@esbuild/openbsd-arm64@0.25.12': 2805 + '@esbuild/openbsd-arm64@0.27.4': 3157 2806 optional: true 3158 2807 3159 - '@esbuild/openbsd-x64@0.25.12': 2808 + '@esbuild/openbsd-x64@0.27.4': 3160 2809 optional: true 3161 2810 3162 - '@esbuild/openharmony-arm64@0.25.12': 2811 + '@esbuild/openharmony-arm64@0.27.4': 3163 2812 optional: true 3164 2813 3165 - '@esbuild/sunos-x64@0.25.12': 2814 + '@esbuild/sunos-x64@0.27.4': 3166 2815 optional: true 3167 2816 3168 - '@esbuild/win32-arm64@0.25.12': 2817 + '@esbuild/win32-arm64@0.27.4': 3169 2818 optional: true 3170 2819 3171 - '@esbuild/win32-ia32@0.25.12': 2820 + '@esbuild/win32-ia32@0.27.4': 3172 2821 optional: true 3173 2822 3174 - '@esbuild/win32-x64@0.25.12': 2823 + '@esbuild/win32-x64@0.27.4': 3175 2824 optional: true 3176 2825 3177 - '@expressive-code/core@0.41.3': 2826 + '@expressive-code/core@0.41.7': 3178 2827 dependencies: 3179 2828 '@ctrl/tinycolor': 4.1.0 3180 2829 hast-util-select: 6.0.3 3181 2830 hast-util-to-html: 9.0.5 3182 2831 hast-util-to-text: 4.0.2 3183 - hastscript: 9.0.0 2832 + hastscript: 9.0.1 3184 2833 postcss: 8.5.6 3185 2834 postcss-nested: 6.2.0(postcss@8.5.6) 3186 - unist-util-visit: 5.0.0 2835 + unist-util-visit: 5.1.0 3187 2836 unist-util-visit-parents: 6.0.2 3188 2837 3189 - '@expressive-code/plugin-frames@0.41.3': 2838 + '@expressive-code/plugin-frames@0.41.7': 3190 2839 dependencies: 3191 - '@expressive-code/core': 0.41.3 2840 + '@expressive-code/core': 0.41.7 3192 2841 3193 - '@expressive-code/plugin-shiki@0.41.3': 2842 + '@expressive-code/plugin-shiki@0.41.7': 3194 2843 dependencies: 3195 - '@expressive-code/core': 0.41.3 2844 + '@expressive-code/core': 0.41.7 3196 2845 shiki: 3.21.0 3197 2846 3198 - '@expressive-code/plugin-text-markers@0.41.3': 2847 + '@expressive-code/plugin-text-markers@0.41.7': 3199 2848 dependencies: 3200 - '@expressive-code/core': 0.41.3 2849 + '@expressive-code/core': 0.41.7 3201 2850 3202 - '@hideoo/starlight-plugins-docs-components@0.4.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 2851 + '@hideoo/starlight-plugins-docs-components@0.4.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))': 3203 2852 dependencies: 3204 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3205 - starlight-package-managers: 0.8.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 3206 - starlight-showcases: 0.3.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3207 - transitivePeerDependencies: 3208 - - astro 2853 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 2854 + starlight-package-managers: 0.12.0(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 2855 + starlight-showcases: 0.3.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 3209 2856 3210 - '@img/colour@1.0.0': 3211 - optional: true 3212 - 3213 - '@img/sharp-darwin-arm64@0.33.5': 3214 - optionalDependencies: 3215 - '@img/sharp-libvips-darwin-arm64': 1.0.4 3216 - optional: true 2857 + '@img/colour@1.1.0': {} 3217 2858 3218 2859 '@img/sharp-darwin-arm64@0.34.5': 3219 2860 optionalDependencies: 3220 2861 '@img/sharp-libvips-darwin-arm64': 1.2.4 3221 2862 optional: true 3222 2863 3223 - '@img/sharp-darwin-x64@0.33.5': 3224 - optionalDependencies: 3225 - '@img/sharp-libvips-darwin-x64': 1.0.4 3226 - optional: true 3227 - 3228 2864 '@img/sharp-darwin-x64@0.34.5': 3229 2865 optionalDependencies: 3230 2866 '@img/sharp-libvips-darwin-x64': 1.2.4 3231 2867 optional: true 3232 2868 3233 - '@img/sharp-libvips-darwin-arm64@1.0.4': 3234 - optional: true 3235 - 3236 2869 '@img/sharp-libvips-darwin-arm64@1.2.4': 3237 2870 optional: true 3238 2871 3239 - '@img/sharp-libvips-darwin-x64@1.0.4': 3240 - optional: true 3241 - 3242 2872 '@img/sharp-libvips-darwin-x64@1.2.4': 3243 2873 optional: true 3244 2874 3245 - '@img/sharp-libvips-linux-arm64@1.0.4': 3246 - optional: true 3247 - 3248 2875 '@img/sharp-libvips-linux-arm64@1.2.4': 3249 - optional: true 3250 - 3251 - '@img/sharp-libvips-linux-arm@1.0.5': 3252 2876 optional: true 3253 2877 3254 2878 '@img/sharp-libvips-linux-arm@1.2.4': ··· 3260 2884 '@img/sharp-libvips-linux-riscv64@1.2.4': 3261 2885 optional: true 3262 2886 3263 - '@img/sharp-libvips-linux-s390x@1.0.4': 3264 - optional: true 3265 - 3266 2887 '@img/sharp-libvips-linux-s390x@1.2.4': 3267 2888 optional: true 3268 2889 3269 - '@img/sharp-libvips-linux-x64@1.0.4': 3270 - optional: true 3271 - 3272 2890 '@img/sharp-libvips-linux-x64@1.2.4': 3273 - optional: true 3274 - 3275 - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 3276 2891 optional: true 3277 2892 3278 2893 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 3279 2894 optional: true 3280 2895 3281 - '@img/sharp-libvips-linuxmusl-x64@1.0.4': 3282 - optional: true 3283 - 3284 2896 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 3285 2897 optional: true 3286 2898 3287 - '@img/sharp-linux-arm64@0.33.5': 3288 - optionalDependencies: 3289 - '@img/sharp-libvips-linux-arm64': 1.0.4 3290 - optional: true 3291 - 3292 2899 '@img/sharp-linux-arm64@0.34.5': 3293 2900 optionalDependencies: 3294 2901 '@img/sharp-libvips-linux-arm64': 1.2.4 3295 2902 optional: true 3296 2903 3297 - '@img/sharp-linux-arm@0.33.5': 3298 - optionalDependencies: 3299 - '@img/sharp-libvips-linux-arm': 1.0.5 3300 - optional: true 3301 - 3302 2904 '@img/sharp-linux-arm@0.34.5': 3303 2905 optionalDependencies: 3304 2906 '@img/sharp-libvips-linux-arm': 1.2.4 ··· 3314 2916 '@img/sharp-libvips-linux-riscv64': 1.2.4 3315 2917 optional: true 3316 2918 3317 - '@img/sharp-linux-s390x@0.33.5': 3318 - optionalDependencies: 3319 - '@img/sharp-libvips-linux-s390x': 1.0.4 3320 - optional: true 3321 - 3322 2919 '@img/sharp-linux-s390x@0.34.5': 3323 2920 optionalDependencies: 3324 2921 '@img/sharp-libvips-linux-s390x': 1.2.4 3325 2922 optional: true 3326 2923 3327 - '@img/sharp-linux-x64@0.33.5': 3328 - optionalDependencies: 3329 - '@img/sharp-libvips-linux-x64': 1.0.4 3330 - optional: true 3331 - 3332 2924 '@img/sharp-linux-x64@0.34.5': 3333 2925 optionalDependencies: 3334 2926 '@img/sharp-libvips-linux-x64': 1.2.4 3335 2927 optional: true 3336 2928 3337 - '@img/sharp-linuxmusl-arm64@0.33.5': 3338 - optionalDependencies: 3339 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 3340 - optional: true 3341 - 3342 2929 '@img/sharp-linuxmusl-arm64@0.34.5': 3343 2930 optionalDependencies: 3344 2931 '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 3345 2932 optional: true 3346 2933 3347 - '@img/sharp-linuxmusl-x64@0.33.5': 3348 - optionalDependencies: 3349 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 3350 - optional: true 3351 - 3352 2934 '@img/sharp-linuxmusl-x64@0.34.5': 3353 2935 optionalDependencies: 3354 2936 '@img/sharp-libvips-linuxmusl-x64': 1.2.4 3355 - optional: true 3356 - 3357 - '@img/sharp-wasm32@0.33.5': 3358 - dependencies: 3359 - '@emnapi/runtime': 1.4.0 3360 2937 optional: true 3361 2938 3362 2939 '@img/sharp-wasm32@0.34.5': 3363 2940 dependencies: 3364 - '@emnapi/runtime': 1.8.1 2941 + '@emnapi/runtime': 1.9.0 3365 2942 optional: true 3366 2943 3367 2944 '@img/sharp-win32-arm64@0.34.5': 3368 2945 optional: true 3369 2946 3370 - '@img/sharp-win32-ia32@0.33.5': 3371 - optional: true 3372 - 3373 2947 '@img/sharp-win32-ia32@0.34.5': 3374 - optional: true 3375 - 3376 - '@img/sharp-win32-x64@0.33.5': 3377 2948 optional: true 3378 2949 3379 2950 '@img/sharp-win32-x64@0.34.5': ··· 3422 2993 '@types/estree-jsx': 1.0.5 3423 2994 '@types/hast': 3.0.4 3424 2995 '@types/mdx': 2.0.13 3425 - acorn: 8.15.0 2996 + acorn: 8.16.0 3426 2997 collapse-white-space: 2.1.0 3427 2998 devlop: 1.1.0 3428 2999 estree-util-is-identifier-name: 3.0.0 ··· 3431 3002 hast-util-to-jsx-runtime: 2.3.6 3432 3003 markdown-extensions: 2.0.0 3433 3004 recma-build-jsx: 1.0.0 3434 - recma-jsx: 1.0.1(acorn@8.15.0) 3005 + recma-jsx: 1.0.1(acorn@8.16.0) 3435 3006 recma-stringify: 1.0.0 3436 3007 rehype-recma: 1.0.0 3437 3008 remark-mdx: 3.1.1 ··· 3441 3012 unified: 11.0.5 3442 3013 unist-util-position-from-estree: 2.0.0 3443 3014 unist-util-stringify-position: 4.0.0 3444 - unist-util-visit: 5.0.0 3015 + unist-util-visit: 5.1.0 3445 3016 vfile: 6.0.3 3446 3017 transitivePeerDependencies: 3447 3018 - supports-color ··· 3567 3138 '@types/hast': 3.0.4 3568 3139 hast-util-to-html: 9.0.5 3569 3140 3141 + '@shikijs/core@4.0.2': 3142 + dependencies: 3143 + '@shikijs/primitive': 4.0.2 3144 + '@shikijs/types': 4.0.2 3145 + '@shikijs/vscode-textmate': 10.0.2 3146 + '@types/hast': 3.0.4 3147 + hast-util-to-html: 9.0.5 3148 + 3570 3149 '@shikijs/engine-javascript@3.21.0': 3571 3150 dependencies: 3572 3151 '@shikijs/types': 3.21.0 3152 + '@shikijs/vscode-textmate': 10.0.2 3153 + oniguruma-to-es: 4.3.4 3154 + 3155 + '@shikijs/engine-javascript@4.0.2': 3156 + dependencies: 3157 + '@shikijs/types': 4.0.2 3573 3158 '@shikijs/vscode-textmate': 10.0.2 3574 3159 oniguruma-to-es: 4.3.4 3575 3160 ··· 3578 3163 '@shikijs/types': 3.21.0 3579 3164 '@shikijs/vscode-textmate': 10.0.2 3580 3165 3166 + '@shikijs/engine-oniguruma@4.0.2': 3167 + dependencies: 3168 + '@shikijs/types': 4.0.2 3169 + '@shikijs/vscode-textmate': 10.0.2 3170 + 3581 3171 '@shikijs/langs@3.21.0': 3582 3172 dependencies: 3583 3173 '@shikijs/types': 3.21.0 3584 3174 3175 + '@shikijs/langs@4.0.2': 3176 + dependencies: 3177 + '@shikijs/types': 4.0.2 3178 + 3179 + '@shikijs/primitive@4.0.2': 3180 + dependencies: 3181 + '@shikijs/types': 4.0.2 3182 + '@shikijs/vscode-textmate': 10.0.2 3183 + '@types/hast': 3.0.4 3184 + 3585 3185 '@shikijs/themes@3.21.0': 3586 3186 dependencies: 3587 3187 '@shikijs/types': 3.21.0 3188 + 3189 + '@shikijs/themes@4.0.2': 3190 + dependencies: 3191 + '@shikijs/types': 4.0.2 3588 3192 3589 3193 '@shikijs/types@3.21.0': 3590 3194 dependencies: 3591 3195 '@shikijs/vscode-textmate': 10.0.2 3592 3196 '@types/hast': 3.0.4 3593 3197 3594 - '@shikijs/vscode-textmate@10.0.2': {} 3198 + '@shikijs/types@4.0.2': 3199 + dependencies: 3200 + '@shikijs/vscode-textmate': 10.0.2 3201 + '@types/hast': 3.0.4 3595 3202 3596 - '@swc/helpers@0.5.18': 3597 - dependencies: 3598 - tslib: 2.8.1 3203 + '@shikijs/vscode-textmate@10.0.2': {} 3599 3204 3600 3205 '@trivago/prettier-plugin-sort-imports@6.0.2(prettier@3.8.1)': 3601 3206 dependencies: ··· 3611 3216 transitivePeerDependencies: 3612 3217 - supports-color 3613 3218 3614 - '@trueberryless-org/starlight-plugins-docs-components@0.4.3(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))': 3219 + '@trueberryless-org/starlight-plugins-docs-components@0.5.0(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))': 3615 3220 dependencies: 3616 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3617 - '@hideoo/starlight-plugins-docs-components': 0.4.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3221 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3222 + '@hideoo/starlight-plugins-docs-components': 0.4.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 3618 3223 change-case: 5.4.4 3619 - starlight-showcases: 0.2.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 3620 - transitivePeerDependencies: 3621 - - astro 3224 + starlight-showcases: 0.3.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))) 3622 3225 3623 3226 '@types/debug@4.1.12': 3624 3227 dependencies: ··· 3630 3233 3631 3234 '@types/estree@1.0.8': {} 3632 3235 3633 - '@types/fontkit@2.0.8': 3634 - dependencies: 3635 - '@types/node': 25.0.3 3636 - 3637 3236 '@types/hast@3.0.4': 3638 3237 dependencies: 3639 3238 '@types/unist': 3.0.3 ··· 3654 3253 3655 3254 '@types/node@12.20.55': {} 3656 3255 3657 - '@types/node@17.0.45': {} 3256 + '@types/node@24.12.0': 3257 + dependencies: 3258 + undici-types: 7.16.0 3658 3259 3659 3260 '@types/node@25.0.3': 3660 3261 dependencies: 3661 3262 undici-types: 7.16.0 3662 3263 3663 - '@types/picomatch@3.0.2': {} 3264 + '@types/picomatch@4.0.2': {} 3664 3265 3665 3266 '@types/sax@1.2.7': 3666 3267 dependencies: ··· 3672 3273 3673 3274 '@ungap/structured-clone@1.3.0': {} 3674 3275 3675 - acorn-jsx@5.3.2(acorn@8.15.0): 3276 + acorn-jsx@5.3.2(acorn@8.16.0): 3676 3277 dependencies: 3677 - acorn: 8.15.0 3278 + acorn: 8.16.0 3678 3279 3679 - acorn@8.15.0: {} 3680 - 3681 - ansi-align@3.0.1: 3682 - dependencies: 3683 - string-width: 4.2.3 3280 + acorn@8.16.0: {} 3684 3281 3685 3282 ansi-colors@4.1.3: {} 3686 3283 3687 - ansi-regex@5.0.1: {} 3688 - 3689 - ansi-regex@6.2.2: {} 3284 + ansi-escapes@7.3.0: 3285 + dependencies: 3286 + environment: 1.1.0 3690 3287 3691 - ansi-styles@6.2.3: {} 3288 + ansi-regex@5.0.1: {} 3692 3289 3693 3290 anymatch@3.1.3: 3694 3291 dependencies: ··· 3711 3308 3712 3309 astring@1.9.0: {} 3713 3310 3714 - astro-expressive-code@0.41.3(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 3311 + astro-contributors@0.7.0(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 3715 3312 dependencies: 3716 - astro: 5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 3717 - rehype-expressive-code: 0.41.3 3313 + astro: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 3314 + 3315 + astro-expressive-code@0.41.7(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 3316 + dependencies: 3317 + astro: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 3318 + rehype-expressive-code: 0.41.7 3718 3319 3719 - astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2): 3320 + astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2): 3720 3321 dependencies: 3721 - '@astrojs/compiler': 2.13.0 3722 - '@astrojs/internal-helpers': 0.7.5 3723 - '@astrojs/markdown-remark': 6.3.9 3322 + '@astrojs/compiler': 3.0.1 3323 + '@astrojs/internal-helpers': 0.8.0 3324 + '@astrojs/markdown-remark': 7.0.0 3724 3325 '@astrojs/telemetry': 3.3.0 3725 - '@capsizecss/unpack': 3.0.1 3326 + '@capsizecss/unpack': 4.0.0 3327 + '@clack/prompts': 1.1.0 3726 3328 '@oslojs/encoding': 1.1.0 3727 3329 '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 3728 - acorn: 8.15.0 3729 3330 aria-query: 5.3.2 3730 3331 axobject-query: 4.1.0 3731 - boxen: 8.0.1 3732 - ci-info: 4.3.1 3332 + ci-info: 4.4.0 3733 3333 clsx: 2.1.1 3734 - common-ancestor-path: 1.0.1 3334 + common-ancestor-path: 2.0.0 3735 3335 cookie: 1.1.1 3736 - cssesc: 3.0.0 3737 - debug: 4.4.3 3738 - deterministic-object-hash: 2.0.2 3739 - devalue: 5.6.1 3740 - diff: 5.2.0 3336 + devalue: 5.6.4 3337 + diff: 8.0.3 3741 3338 dlv: 1.1.3 3742 3339 dset: 3.1.4 3743 - es-module-lexer: 1.7.0 3744 - esbuild: 0.25.12 3745 - estree-walker: 3.0.3 3340 + es-module-lexer: 2.0.0 3341 + esbuild: 0.27.4 3746 3342 flattie: 1.1.1 3747 - fontace: 0.3.1 3343 + fontace: 0.4.1 3748 3344 github-slugger: 2.0.0 3749 3345 html-escaper: 3.0.3 3750 3346 http-cache-semantics: 4.2.0 3751 - import-meta-resolve: 4.2.0 3752 3347 js-yaml: 4.1.1 3753 3348 magic-string: 0.30.21 3754 - magicast: 0.5.1 3349 + magicast: 0.5.2 3755 3350 mrmime: 2.0.1 3756 3351 neotraverse: 0.6.18 3757 - p-limit: 6.2.0 3758 - p-queue: 8.1.1 3352 + obug: 2.1.1 3353 + p-limit: 7.3.0 3354 + p-queue: 9.1.0 3759 3355 package-manager-detector: 1.6.0 3760 - picocolors: 1.1.1 3356 + piccolore: 0.1.3 3761 3357 picomatch: 4.0.3 3762 - prompts: 2.4.2 3763 3358 rehype: 13.0.2 3764 - semver: 7.7.3 3765 - shiki: 3.21.0 3359 + semver: 7.7.4 3360 + shiki: 4.0.2 3766 3361 smol-toml: 1.6.0 3362 + svgo: 4.0.1 3363 + tinyclip: 0.1.12 3767 3364 tinyexec: 1.0.2 3768 3365 tinyglobby: 0.2.15 3769 3366 tsconfck: 3.1.6(typescript@5.7.2) 3770 3367 ultrahtml: 1.6.0 3771 - unifont: 0.6.0 3772 - unist-util-visit: 5.0.0 3773 - unstorage: 1.17.3 3368 + unifont: 0.7.4 3369 + unist-util-visit: 5.1.0 3370 + unstorage: 1.17.4 3774 3371 vfile: 6.0.3 3775 - vite: 6.4.1(@types/node@25.0.3)(jiti@2.4.2) 3776 - vitefu: 1.1.1(vite@6.4.1(@types/node@25.0.3)(jiti@2.4.2)) 3372 + vite: 7.3.1(@types/node@25.0.3)(jiti@2.4.2) 3373 + vitefu: 1.1.2(vite@7.3.1(@types/node@25.0.3)(jiti@2.4.2)) 3777 3374 xxhash-wasm: 1.1.0 3778 - yargs-parser: 21.1.1 3779 - yocto-spinner: 0.2.3 3780 - zod: 3.25.76 3781 - zod-to-json-schema: 3.25.1(zod@3.25.76) 3782 - zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.25.76) 3375 + yargs-parser: 22.0.0 3376 + zod: 4.3.6 3783 3377 optionalDependencies: 3784 3378 sharp: 0.34.5 3785 3379 transitivePeerDependencies: ··· 3823 3417 3824 3418 balanced-match@1.0.2: {} 3825 3419 3826 - base-64@1.0.0: {} 3827 - 3828 - base64-js@1.5.1: {} 3829 - 3830 3420 bcp-47-match@2.0.3: {} 3831 3421 3832 3422 bcp-47@2.1.0: ··· 3841 3431 3842 3432 boolbase@1.0.0: {} 3843 3433 3844 - boxen@8.0.1: 3845 - dependencies: 3846 - ansi-align: 3.0.1 3847 - camelcase: 8.0.0 3848 - chalk: 5.6.2 3849 - cli-boxes: 3.0.0 3850 - string-width: 7.2.0 3851 - type-fest: 4.41.0 3852 - widest-line: 5.0.0 3853 - wrap-ansi: 9.0.2 3854 - 3855 - brace-expansion@1.1.11: 3856 - dependencies: 3857 - balanced-match: 1.0.2 3858 - concat-map: 0.0.1 3859 - 3860 3434 brace-expansion@2.0.2: 3861 3435 dependencies: 3862 3436 balanced-match: 1.0.2 ··· 3865 3439 dependencies: 3866 3440 fill-range: 7.1.1 3867 3441 3868 - brotli@1.3.3: 3869 - dependencies: 3870 - base64-js: 1.5.1 3871 - 3872 - camelcase@8.0.0: {} 3873 - 3874 3442 ccount@2.0.1: {} 3875 - 3876 - chalk@5.6.2: {} 3877 3443 3878 3444 change-case@5.4.4: {} 3879 3445 ··· 3887 3453 3888 3454 chardet@2.1.1: {} 3889 3455 3890 - chokidar@4.0.3: 3456 + chokidar@5.0.0: 3891 3457 dependencies: 3892 - readdirp: 4.1.2 3893 - 3894 - ci-info@4.3.1: {} 3895 - 3896 - cli-boxes@3.0.0: {} 3458 + readdirp: 5.0.0 3897 3459 3898 - clone@2.1.2: {} 3460 + ci-info@4.4.0: {} 3899 3461 3900 3462 clsx@2.1.1: {} 3901 3463 3902 3464 collapse-white-space@2.1.0: {} 3903 3465 3904 - color-convert@2.0.1: 3905 - dependencies: 3906 - color-name: 1.1.4 3907 - 3908 - color-name@1.1.4: {} 3909 - 3910 - color-string@1.9.1: 3911 - dependencies: 3912 - color-name: 1.1.4 3913 - simple-swizzle: 0.2.2 3914 - 3915 - color@4.2.3: 3916 - dependencies: 3917 - color-convert: 2.0.1 3918 - color-string: 1.9.1 3919 - 3920 3466 comma-separated-tokens@2.0.3: {} 3921 3467 3922 - common-ancestor-path@1.0.1: {} 3468 + commander@11.1.0: {} 3923 3469 3924 - concat-map@0.0.1: {} 3470 + common-ancestor-path@2.0.0: {} 3925 3471 3926 3472 cookie-es@1.2.2: {} 3927 3473 ··· 3947 3493 3948 3494 css-selector-parser@3.0.5: {} 3949 3495 3496 + css-tree@2.2.1: 3497 + dependencies: 3498 + mdn-data: 2.0.28 3499 + source-map-js: 1.2.1 3500 + 3950 3501 css-tree@3.1.0: 3951 3502 dependencies: 3952 3503 mdn-data: 2.12.2 ··· 3956 3507 3957 3508 cssesc@3.0.0: {} 3958 3509 3959 - cssom@0.5.0: {} 3510 + csso@5.0.5: 3511 + dependencies: 3512 + css-tree: 2.2.1 3960 3513 3961 3514 dataloader@1.4.0: {} 3962 3515 ··· 3972 3525 dependencies: 3973 3526 character-entities: 2.0.2 3974 3527 3528 + decode-named-character-reference@1.3.0: 3529 + dependencies: 3530 + character-entities: 2.0.2 3531 + 3975 3532 defu@6.1.4: {} 3976 3533 3977 3534 dequal@2.0.3: {} ··· 3980 3537 3981 3538 detect-indent@6.1.0: {} 3982 3539 3983 - detect-libc@2.0.3: {} 3540 + detect-libc@2.1.2: {} 3984 3541 3985 - detect-libc@2.1.2: 3986 - optional: true 3987 - 3988 - deterministic-object-hash@2.0.2: 3989 - dependencies: 3990 - base-64: 1.0.0 3991 - 3992 - devalue@5.6.1: {} 3542 + devalue@5.6.4: {} 3993 3543 3994 3544 devlop@1.1.0: 3995 3545 dependencies: 3996 3546 dequal: 2.0.3 3997 3547 3998 - dfa@1.2.0: {} 3999 - 4000 - diff@5.2.0: {} 3548 + diff@8.0.3: {} 4001 3549 4002 3550 dir-glob@3.0.1: 4003 3551 dependencies: ··· 4029 3577 4030 3578 dset@3.1.4: {} 4031 3579 4032 - emoji-regex@10.6.0: {} 4033 - 4034 - emoji-regex@8.0.0: {} 4035 - 4036 3580 enquirer@2.4.1: 4037 3581 dependencies: 4038 3582 ansi-colors: 4.1.3 ··· 4042 3586 4043 3587 entities@6.0.1: {} 4044 3588 4045 - es-module-lexer@1.7.0: {} 3589 + environment@1.1.0: {} 3590 + 3591 + es-module-lexer@2.0.0: {} 4046 3592 4047 3593 esast-util-from-estree@2.0.0: 4048 3594 dependencies: ··· 4054 3600 esast-util-from-js@2.0.1: 4055 3601 dependencies: 4056 3602 '@types/estree-jsx': 1.0.5 4057 - acorn: 8.15.0 3603 + acorn: 8.16.0 4058 3604 esast-util-from-estree: 2.0.0 4059 3605 vfile-message: 4.0.3 4060 3606 4061 - esbuild@0.25.12: 3607 + esbuild@0.27.4: 4062 3608 optionalDependencies: 4063 - '@esbuild/aix-ppc64': 0.25.12 4064 - '@esbuild/android-arm': 0.25.12 4065 - '@esbuild/android-arm64': 0.25.12 4066 - '@esbuild/android-x64': 0.25.12 4067 - '@esbuild/darwin-arm64': 0.25.12 4068 - '@esbuild/darwin-x64': 0.25.12 4069 - '@esbuild/freebsd-arm64': 0.25.12 4070 - '@esbuild/freebsd-x64': 0.25.12 4071 - '@esbuild/linux-arm': 0.25.12 4072 - '@esbuild/linux-arm64': 0.25.12 4073 - '@esbuild/linux-ia32': 0.25.12 4074 - '@esbuild/linux-loong64': 0.25.12 4075 - '@esbuild/linux-mips64el': 0.25.12 4076 - '@esbuild/linux-ppc64': 0.25.12 4077 - '@esbuild/linux-riscv64': 0.25.12 4078 - '@esbuild/linux-s390x': 0.25.12 4079 - '@esbuild/linux-x64': 0.25.12 4080 - '@esbuild/netbsd-arm64': 0.25.12 4081 - '@esbuild/netbsd-x64': 0.25.12 4082 - '@esbuild/openbsd-arm64': 0.25.12 4083 - '@esbuild/openbsd-x64': 0.25.12 4084 - '@esbuild/openharmony-arm64': 0.25.12 4085 - '@esbuild/sunos-x64': 0.25.12 4086 - '@esbuild/win32-arm64': 0.25.12 4087 - '@esbuild/win32-ia32': 0.25.12 4088 - '@esbuild/win32-x64': 0.25.12 3609 + '@esbuild/aix-ppc64': 0.27.4 3610 + '@esbuild/android-arm': 0.27.4 3611 + '@esbuild/android-arm64': 0.27.4 3612 + '@esbuild/android-x64': 0.27.4 3613 + '@esbuild/darwin-arm64': 0.27.4 3614 + '@esbuild/darwin-x64': 0.27.4 3615 + '@esbuild/freebsd-arm64': 0.27.4 3616 + '@esbuild/freebsd-x64': 0.27.4 3617 + '@esbuild/linux-arm': 0.27.4 3618 + '@esbuild/linux-arm64': 0.27.4 3619 + '@esbuild/linux-ia32': 0.27.4 3620 + '@esbuild/linux-loong64': 0.27.4 3621 + '@esbuild/linux-mips64el': 0.27.4 3622 + '@esbuild/linux-ppc64': 0.27.4 3623 + '@esbuild/linux-riscv64': 0.27.4 3624 + '@esbuild/linux-s390x': 0.27.4 3625 + '@esbuild/linux-x64': 0.27.4 3626 + '@esbuild/netbsd-arm64': 0.27.4 3627 + '@esbuild/netbsd-x64': 0.27.4 3628 + '@esbuild/openbsd-arm64': 0.27.4 3629 + '@esbuild/openbsd-x64': 0.27.4 3630 + '@esbuild/openharmony-arm64': 0.27.4 3631 + '@esbuild/sunos-x64': 0.27.4 3632 + '@esbuild/win32-arm64': 0.27.4 3633 + '@esbuild/win32-ia32': 0.27.4 3634 + '@esbuild/win32-x64': 0.27.4 4089 3635 4090 3636 escape-string-regexp@5.0.0: {} 4091 3637 ··· 4126 3672 dependencies: 4127 3673 '@types/estree': 1.0.8 4128 3674 4129 - eventemitter3@4.0.7: {} 4130 - 4131 3675 eventemitter3@5.0.1: {} 4132 3676 4133 - expressive-code@0.41.3: 3677 + expressive-code@0.41.7: 4134 3678 dependencies: 4135 - '@expressive-code/core': 0.41.3 4136 - '@expressive-code/plugin-frames': 0.41.3 4137 - '@expressive-code/plugin-shiki': 0.41.3 4138 - '@expressive-code/plugin-text-markers': 0.41.3 3679 + '@expressive-code/core': 0.41.7 3680 + '@expressive-code/plugin-frames': 0.41.7 3681 + '@expressive-code/plugin-shiki': 0.41.7 3682 + '@expressive-code/plugin-text-markers': 0.41.7 4139 3683 4140 3684 extend@3.0.2: {} 4141 3685 4142 3686 extendable-error@0.1.7: {} 4143 - 4144 - fast-deep-equal@3.1.3: {} 4145 3687 4146 3688 fast-glob@3.3.2: 4147 3689 dependencies: ··· 4168 3710 locate-path: 5.0.0 4169 3711 path-exists: 4.0.0 4170 3712 4171 - flat-cache@3.2.0: 4172 - dependencies: 4173 - flatted: 3.3.3 4174 - keyv: 4.5.4 4175 - rimraf: 3.0.2 4176 - 4177 - flatted@3.3.3: {} 4178 - 4179 3713 flattie@1.1.1: {} 4180 3714 4181 - fontace@0.3.1: 3715 + fontace@0.4.1: 4182 3716 dependencies: 4183 - '@types/fontkit': 2.0.8 4184 - fontkit: 2.0.4 3717 + fontkitten: 1.0.3 4185 3718 4186 - fontkit@2.0.4: 3719 + fontkitten@1.0.3: 4187 3720 dependencies: 4188 - '@swc/helpers': 0.5.18 4189 - brotli: 1.3.3 4190 - clone: 2.1.2 4191 - dfa: 1.2.0 4192 - fast-deep-equal: 3.1.3 4193 - restructure: 3.0.2 4194 3721 tiny-inflate: 1.0.3 4195 - unicode-properties: 1.4.1 4196 - unicode-trie: 2.0.0 4197 3722 4198 3723 fs-extra@7.0.1: 4199 3724 dependencies: ··· 4207 3732 jsonfile: 4.0.0 4208 3733 universalify: 0.1.2 4209 3734 4210 - fs.realpath@1.0.0: {} 4211 - 4212 3735 fsevents@2.3.3: 4213 3736 optional: true 4214 - 4215 - get-east-asian-width@1.4.0: {} 4216 3737 4217 3738 github-slugger@2.0.0: {} 4218 3739 ··· 4220 3741 dependencies: 4221 3742 is-glob: 4.0.3 4222 3743 4223 - glob@7.2.3: 4224 - dependencies: 4225 - fs.realpath: 1.0.0 4226 - inflight: 1.0.6 4227 - inherits: 2.0.4 4228 - minimatch: 3.1.2 4229 - once: 1.4.0 4230 - path-is-absolute: 1.0.1 4231 - 4232 3744 globby@11.1.0: 4233 3745 dependencies: 4234 3746 array-union: 2.1.0 ··· 4240 3752 4241 3753 graceful-fs@4.2.11: {} 4242 3754 4243 - h3@1.15.4: 3755 + h3@1.15.6: 4244 3756 dependencies: 4245 3757 cookie-es: 1.2.2 4246 3758 crossws: 0.3.5 ··· 4249 3761 iron-webcrypto: 1.2.1 4250 3762 node-mock-http: 1.0.4 4251 3763 radix3: 1.1.2 4252 - ufo: 1.6.2 3764 + ufo: 1.6.3 4253 3765 uncrypto: 0.1.3 3766 + 3767 + has-flag@5.0.1: {} 4254 3768 4255 3769 hast-util-embedded@3.0.0: 4256 3770 dependencies: ··· 4271 3785 dependencies: 4272 3786 '@types/hast': 3.0.4 4273 3787 devlop: 1.1.0 4274 - hast-util-from-parse5: 8.0.2 4275 - parse5: 7.2.1 4276 - vfile: 6.0.3 4277 - vfile-message: 4.0.2 4278 - 4279 - hast-util-from-parse5@8.0.2: 4280 - dependencies: 4281 - '@types/hast': 3.0.4 4282 - '@types/unist': 3.0.3 4283 - devlop: 1.1.0 4284 - hastscript: 9.0.0 4285 - property-information: 6.5.0 3788 + hast-util-from-parse5: 8.0.3 3789 + parse5: 7.3.0 4286 3790 vfile: 6.0.3 4287 - vfile-location: 5.0.3 4288 - web-namespaces: 2.0.1 3791 + vfile-message: 4.0.3 4289 3792 4290 3793 hast-util-from-parse5@8.0.3: 4291 3794 dependencies: ··· 4341 3844 mdast-util-to-hast: 13.2.1 4342 3845 parse5: 7.3.0 4343 3846 unist-util-position: 5.0.0 4344 - unist-util-visit: 5.0.0 3847 + unist-util-visit: 5.1.0 4345 3848 vfile: 6.0.3 4346 3849 web-namespaces: 2.0.1 4347 3850 zwitch: 2.0.4 ··· 4361 3864 nth-check: 2.1.1 4362 3865 property-information: 6.5.0 4363 3866 space-separated-tokens: 2.0.2 4364 - unist-util-visit: 5.0.0 3867 + unist-util-visit: 5.1.0 4365 3868 zwitch: 2.0.4 4366 3869 4367 3870 hast-util-to-estree@3.1.3: ··· 4393 3896 comma-separated-tokens: 2.0.3 4394 3897 hast-util-whitespace: 3.0.0 4395 3898 html-void-elements: 3.0.0 4396 - mdast-util-to-hast: 13.2.0 3899 + mdast-util-to-hast: 13.2.1 4397 3900 property-information: 7.1.0 4398 3901 space-separated-tokens: 2.0.2 4399 3902 stringify-entities: 4.0.4 ··· 4444 3947 dependencies: 4445 3948 '@types/hast': 3.0.4 4446 3949 4447 - hastscript@9.0.0: 4448 - dependencies: 4449 - '@types/hast': 3.0.4 4450 - comma-separated-tokens: 2.0.3 4451 - hast-util-parse-selector: 4.0.0 4452 - property-information: 6.5.0 4453 - space-separated-tokens: 2.0.2 4454 - 4455 3950 hastscript@9.0.1: 4456 3951 dependencies: 4457 3952 '@types/hast': 3.0.4 ··· 4466 3961 4467 3962 html-whitespace-sensitive-tag-names@3.0.1: {} 4468 3963 4469 - htmlparser2@8.0.2: 4470 - dependencies: 4471 - domelementtype: 2.3.0 4472 - domhandler: 5.0.3 4473 - domutils: 3.2.2 4474 - entities: 4.5.0 4475 - 4476 3964 http-cache-semantics@4.2.0: {} 4477 3965 4478 3966 human-id@4.1.1: {} ··· 4487 3975 4488 3976 ignore@5.3.2: {} 4489 3977 4490 - import-meta-resolve@4.2.0: {} 4491 - 4492 - inflight@1.0.6: 4493 - dependencies: 4494 - once: 1.4.0 4495 - wrappy: 1.0.2 4496 - 4497 - inherits@2.0.4: {} 4498 - 4499 3978 inline-style-parser@0.2.4: {} 4500 3979 4501 3980 iron-webcrypto@1.2.1: {} 4502 3981 4503 - is-absolute-url@4.0.1: {} 3982 + is-absolute-url@5.0.0: {} 4504 3983 4505 3984 is-alphabetical@2.0.1: {} 4506 3985 ··· 4509 3988 is-alphabetical: 2.0.1 4510 3989 is-decimal: 2.0.1 4511 3990 4512 - is-arrayish@0.3.2: {} 4513 - 4514 3991 is-decimal@2.0.1: {} 4515 3992 4516 3993 is-docker@3.0.0: {} 4517 3994 4518 3995 is-extglob@2.1.1: {} 4519 - 4520 - is-fullwidth-code-point@3.0.0: {} 4521 3996 4522 3997 is-glob@4.0.3: 4523 3998 dependencies: ··· 4557 4032 argparse: 1.0.10 4558 4033 esprima: 4.0.1 4559 4034 4560 - js-yaml@4.1.0: 4561 - dependencies: 4562 - argparse: 2.0.1 4563 - 4564 4035 js-yaml@4.1.1: 4565 4036 dependencies: 4566 4037 argparse: 2.0.1 4567 4038 4568 4039 jsesc@3.1.0: {} 4569 - 4570 - json-buffer@3.0.1: {} 4571 4040 4572 4041 jsonfile@4.0.0: 4573 4042 optionalDependencies: 4574 4043 graceful-fs: 4.2.11 4575 4044 4576 - keyv@4.5.4: 4577 - dependencies: 4578 - json-buffer: 3.0.1 4579 - 4580 - kleur@3.0.3: {} 4581 - 4582 4045 kleur@4.1.5: {} 4583 4046 4584 4047 klona@2.0.6: {} 4585 4048 4586 - linkedom@0.14.26: 4587 - dependencies: 4588 - css-select: 5.1.0 4589 - cssom: 0.5.0 4590 - html-escaper: 3.0.3 4591 - htmlparser2: 8.0.2 4592 - uhyphen: 0.2.0 4593 - 4594 - lite-youtube-embed@0.3.3: {} 4049 + lite-youtube-embed@0.3.4: {} 4595 4050 4596 4051 locate-path@5.0.0: 4597 4052 dependencies: ··· 4603 4058 4604 4059 longest-streak@3.1.0: {} 4605 4060 4606 - lru-cache@10.4.3: {} 4061 + lru-cache@11.2.7: {} 4607 4062 4608 4063 magic-string@0.30.21: 4609 4064 dependencies: 4610 4065 '@jridgewell/sourcemap-codec': 1.5.5 4611 4066 4612 - magicast@0.5.1: 4067 + magicast@0.5.2: 4613 4068 dependencies: 4614 - '@babel/parser': 7.28.5 4615 - '@babel/types': 7.28.5 4069 + '@babel/parser': 7.29.0 4070 + '@babel/types': 7.29.0 4616 4071 source-map-js: 1.2.1 4617 4072 4618 4073 markdown-extensions@2.0.0: {} ··· 4623 4078 dependencies: 4624 4079 '@types/mdast': 4.0.4 4625 4080 '@types/unist': 3.0.3 4626 - unist-util-visit: 5.0.0 4081 + unist-util-visit: 5.1.0 4627 4082 4628 4083 mdast-util-directive@3.0.0: 4629 4084 dependencies: 4630 4085 '@types/mdast': 4.0.4 4631 4086 '@types/unist': 3.0.3 4632 4087 devlop: 1.1.0 4633 - mdast-util-from-markdown: 2.0.2 4088 + mdast-util-from-markdown: 2.0.3 4634 4089 mdast-util-to-markdown: 2.1.2 4635 4090 parse-entities: 4.0.2 4636 4091 stringify-entities: 4.0.4 4637 - unist-util-visit-parents: 6.0.1 4092 + unist-util-visit-parents: 6.0.2 4638 4093 transitivePeerDependencies: 4639 4094 - supports-color 4640 4095 ··· 4645 4100 unist-util-is: 6.0.1 4646 4101 unist-util-visit-parents: 6.0.2 4647 4102 4648 - mdast-util-from-markdown@2.0.2: 4103 + mdast-util-from-markdown@2.0.3: 4649 4104 dependencies: 4650 4105 '@types/mdast': 4.0.4 4651 4106 '@types/unist': 3.0.3 4652 - decode-named-character-reference: 1.0.2 4107 + decode-named-character-reference: 1.3.0 4653 4108 devlop: 1.1.0 4654 4109 mdast-util-to-string: 4.0.0 4655 - micromark: 4.0.1 4110 + micromark: 4.0.2 4656 4111 micromark-util-decode-numeric-character-reference: 2.0.2 4657 4112 micromark-util-decode-string: 2.0.1 4658 4113 micromark-util-normalize-identifier: 2.0.1 4659 4114 micromark-util-symbol: 2.0.1 4660 - micromark-util-types: 2.0.1 4115 + micromark-util-types: 2.0.2 4661 4116 unist-util-stringify-position: 4.0.0 4662 4117 transitivePeerDependencies: 4663 4118 - supports-color ··· 4674 4129 dependencies: 4675 4130 '@types/mdast': 4.0.4 4676 4131 devlop: 1.1.0 4677 - mdast-util-from-markdown: 2.0.2 4132 + mdast-util-from-markdown: 2.0.3 4678 4133 mdast-util-to-markdown: 2.1.2 4679 4134 micromark-util-normalize-identifier: 2.0.1 4680 4135 transitivePeerDependencies: ··· 4683 4138 mdast-util-gfm-strikethrough@2.0.0: 4684 4139 dependencies: 4685 4140 '@types/mdast': 4.0.4 4686 - mdast-util-from-markdown: 2.0.2 4141 + mdast-util-from-markdown: 2.0.3 4687 4142 mdast-util-to-markdown: 2.1.2 4688 4143 transitivePeerDependencies: 4689 4144 - supports-color ··· 4693 4148 '@types/mdast': 4.0.4 4694 4149 devlop: 1.1.0 4695 4150 markdown-table: 3.0.4 4696 - mdast-util-from-markdown: 2.0.2 4151 + mdast-util-from-markdown: 2.0.3 4697 4152 mdast-util-to-markdown: 2.1.2 4698 4153 transitivePeerDependencies: 4699 4154 - supports-color ··· 4702 4157 dependencies: 4703 4158 '@types/mdast': 4.0.4 4704 4159 devlop: 1.1.0 4705 - mdast-util-from-markdown: 2.0.2 4160 + mdast-util-from-markdown: 2.0.3 4706 4161 mdast-util-to-markdown: 2.1.2 4707 4162 transitivePeerDependencies: 4708 4163 - supports-color 4709 4164 4710 4165 mdast-util-gfm@3.1.0: 4711 4166 dependencies: 4712 - mdast-util-from-markdown: 2.0.2 4167 + mdast-util-from-markdown: 2.0.3 4713 4168 mdast-util-gfm-autolink-literal: 2.0.1 4714 4169 mdast-util-gfm-footnote: 2.1.0 4715 4170 mdast-util-gfm-strikethrough: 2.0.0 ··· 4725 4180 '@types/hast': 3.0.4 4726 4181 '@types/mdast': 4.0.4 4727 4182 devlop: 1.1.0 4728 - mdast-util-from-markdown: 2.0.2 4183 + mdast-util-from-markdown: 2.0.3 4729 4184 mdast-util-to-markdown: 2.1.2 4730 4185 transitivePeerDependencies: 4731 4186 - supports-color ··· 4738 4193 '@types/unist': 3.0.3 4739 4194 ccount: 2.0.1 4740 4195 devlop: 1.1.0 4741 - mdast-util-from-markdown: 2.0.2 4196 + mdast-util-from-markdown: 2.0.3 4742 4197 mdast-util-to-markdown: 2.1.2 4743 4198 parse-entities: 4.0.2 4744 4199 stringify-entities: 4.0.4 4745 4200 unist-util-stringify-position: 4.0.0 4746 - vfile-message: 4.0.2 4201 + vfile-message: 4.0.3 4747 4202 transitivePeerDependencies: 4748 4203 - supports-color 4749 4204 4750 4205 mdast-util-mdx@3.0.0: 4751 4206 dependencies: 4752 - mdast-util-from-markdown: 2.0.2 4207 + mdast-util-from-markdown: 2.0.3 4753 4208 mdast-util-mdx-expression: 2.0.1 4754 4209 mdast-util-mdx-jsx: 3.2.0 4755 4210 mdast-util-mdxjs-esm: 2.0.1 ··· 4763 4218 '@types/hast': 3.0.4 4764 4219 '@types/mdast': 4.0.4 4765 4220 devlop: 1.1.0 4766 - mdast-util-from-markdown: 2.0.2 4221 + mdast-util-from-markdown: 2.0.3 4767 4222 mdast-util-to-markdown: 2.1.2 4768 4223 transitivePeerDependencies: 4769 4224 - supports-color ··· 4773 4228 '@types/mdast': 4.0.4 4774 4229 unist-util-is: 6.0.1 4775 4230 4776 - mdast-util-to-hast@13.2.0: 4777 - dependencies: 4778 - '@types/hast': 3.0.4 4779 - '@types/mdast': 4.0.4 4780 - '@ungap/structured-clone': 1.3.0 4781 - devlop: 1.1.0 4782 - micromark-util-sanitize-uri: 2.0.1 4783 - trim-lines: 3.0.1 4784 - unist-util-position: 5.0.0 4785 - unist-util-visit: 5.0.0 4786 - vfile: 6.0.3 4787 - 4788 4231 mdast-util-to-hast@13.2.1: 4789 4232 dependencies: 4790 4233 '@types/hast': 3.0.4 ··· 4794 4237 micromark-util-sanitize-uri: 2.0.1 4795 4238 trim-lines: 3.0.1 4796 4239 unist-util-position: 5.0.0 4797 - unist-util-visit: 5.0.0 4240 + unist-util-visit: 5.1.0 4798 4241 vfile: 6.0.3 4799 4242 4800 4243 mdast-util-to-markdown@2.1.2: ··· 4806 4249 mdast-util-to-string: 4.0.0 4807 4250 micromark-util-classify-character: 2.0.1 4808 4251 micromark-util-decode-string: 2.0.1 4809 - unist-util-visit: 5.0.0 4252 + unist-util-visit: 5.1.0 4810 4253 zwitch: 2.0.4 4811 4254 4812 4255 mdast-util-to-string@4.0.0: 4813 4256 dependencies: 4814 4257 '@types/mdast': 4.0.4 4815 4258 4259 + mdn-data@2.0.28: {} 4260 + 4816 4261 mdn-data@2.12.2: {} 4817 4262 4818 4263 merge2@1.4.1: {} 4819 4264 4820 - micromark-core-commonmark@2.0.2: 4821 - dependencies: 4822 - decode-named-character-reference: 1.0.2 4823 - devlop: 1.1.0 4824 - micromark-factory-destination: 2.0.1 4825 - micromark-factory-label: 2.0.1 4826 - micromark-factory-space: 2.0.1 4827 - micromark-factory-title: 2.0.1 4828 - micromark-factory-whitespace: 2.0.1 4829 - micromark-util-character: 2.1.1 4830 - micromark-util-chunked: 2.0.1 4831 - micromark-util-classify-character: 2.0.1 4832 - micromark-util-html-tag-name: 2.0.1 4833 - micromark-util-normalize-identifier: 2.0.1 4834 - micromark-util-resolve-all: 2.0.1 4835 - micromark-util-subtokenize: 2.0.3 4836 - micromark-util-symbol: 2.0.1 4837 - micromark-util-types: 2.0.1 4838 - 4839 4265 micromark-core-commonmark@2.0.3: 4840 4266 dependencies: 4841 4267 decode-named-character-reference: 1.2.0 ··· 4862 4288 micromark-factory-whitespace: 2.0.1 4863 4289 micromark-util-character: 2.1.1 4864 4290 micromark-util-symbol: 2.0.1 4865 - micromark-util-types: 2.0.1 4291 + micromark-util-types: 2.0.2 4866 4292 parse-entities: 4.0.2 4867 4293 4868 4294 micromark-extension-gfm-autolink-literal@2.1.0: ··· 4965 4391 4966 4392 micromark-extension-mdxjs@3.0.0: 4967 4393 dependencies: 4968 - acorn: 8.15.0 4969 - acorn-jsx: 5.3.2(acorn@8.15.0) 4394 + acorn: 8.16.0 4395 + acorn-jsx: 5.3.2(acorn@8.16.0) 4970 4396 micromark-extension-mdx-expression: 3.0.1 4971 4397 micromark-extension-mdx-jsx: 3.0.2 4972 4398 micromark-extension-mdx-md: 2.0.0 ··· 4978 4404 dependencies: 4979 4405 micromark-util-character: 2.1.1 4980 4406 micromark-util-symbol: 2.0.1 4981 - micromark-util-types: 2.0.1 4407 + micromark-util-types: 2.0.2 4982 4408 4983 4409 micromark-factory-label@2.0.1: 4984 4410 dependencies: 4985 4411 devlop: 1.1.0 4986 4412 micromark-util-character: 2.1.1 4987 4413 micromark-util-symbol: 2.0.1 4988 - micromark-util-types: 2.0.1 4414 + micromark-util-types: 2.0.2 4989 4415 4990 4416 micromark-factory-mdx-expression@2.0.3: 4991 4417 dependencies: ··· 5002 4428 micromark-factory-space@2.0.1: 5003 4429 dependencies: 5004 4430 micromark-util-character: 2.1.1 5005 - micromark-util-types: 2.0.1 4431 + micromark-util-types: 2.0.2 5006 4432 5007 4433 micromark-factory-title@2.0.1: 5008 4434 dependencies: 5009 4435 micromark-factory-space: 2.0.1 5010 4436 micromark-util-character: 2.1.1 5011 4437 micromark-util-symbol: 2.0.1 5012 - micromark-util-types: 2.0.1 4438 + micromark-util-types: 2.0.2 5013 4439 5014 4440 micromark-factory-whitespace@2.0.1: 5015 4441 dependencies: 5016 4442 micromark-factory-space: 2.0.1 5017 4443 micromark-util-character: 2.1.1 5018 4444 micromark-util-symbol: 2.0.1 5019 - micromark-util-types: 2.0.1 4445 + micromark-util-types: 2.0.2 5020 4446 5021 4447 micromark-util-character@2.1.1: 5022 4448 dependencies: 5023 4449 micromark-util-symbol: 2.0.1 5024 - micromark-util-types: 2.0.1 4450 + micromark-util-types: 2.0.2 5025 4451 5026 4452 micromark-util-chunked@2.0.1: 5027 4453 dependencies: ··· 5031 4457 dependencies: 5032 4458 micromark-util-character: 2.1.1 5033 4459 micromark-util-symbol: 2.0.1 5034 - micromark-util-types: 2.0.1 4460 + micromark-util-types: 2.0.2 5035 4461 5036 4462 micromark-util-combine-extensions@2.0.1: 5037 4463 dependencies: ··· 5069 4495 5070 4496 micromark-util-resolve-all@2.0.1: 5071 4497 dependencies: 5072 - micromark-util-types: 2.0.1 4498 + micromark-util-types: 2.0.2 5073 4499 5074 4500 micromark-util-sanitize-uri@2.0.1: 5075 4501 dependencies: ··· 5077 4503 micromark-util-encode: 2.0.1 5078 4504 micromark-util-symbol: 2.0.1 5079 4505 5080 - micromark-util-subtokenize@2.0.3: 5081 - dependencies: 5082 - devlop: 1.1.0 5083 - micromark-util-chunked: 2.0.1 5084 - micromark-util-symbol: 2.0.1 5085 - micromark-util-types: 2.0.1 5086 - 5087 4506 micromark-util-subtokenize@2.1.0: 5088 4507 dependencies: 5089 4508 devlop: 1.1.0 ··· 5093 4512 5094 4513 micromark-util-symbol@2.0.1: {} 5095 4514 5096 - micromark-util-types@2.0.1: {} 5097 - 5098 4515 micromark-util-types@2.0.2: {} 5099 4516 5100 - micromark@4.0.1: 4517 + micromark@4.0.2: 5101 4518 dependencies: 5102 4519 '@types/debug': 4.1.12 5103 4520 debug: 4.4.3 5104 - decode-named-character-reference: 1.0.2 4521 + decode-named-character-reference: 1.3.0 5105 4522 devlop: 1.1.0 5106 - micromark-core-commonmark: 2.0.2 4523 + micromark-core-commonmark: 2.0.3 5107 4524 micromark-factory-space: 2.0.1 5108 4525 micromark-util-character: 2.1.1 5109 4526 micromark-util-chunked: 2.0.1 ··· 5113 4530 micromark-util-normalize-identifier: 2.0.1 5114 4531 micromark-util-resolve-all: 2.0.1 5115 4532 micromark-util-sanitize-uri: 2.0.1 5116 - micromark-util-subtokenize: 2.0.3 4533 + micromark-util-subtokenize: 2.1.0 5117 4534 micromark-util-symbol: 2.0.1 5118 - micromark-util-types: 2.0.1 4535 + micromark-util-types: 2.0.2 5119 4536 transitivePeerDependencies: 5120 4537 - supports-color 5121 4538 ··· 5124 4541 braces: 3.0.3 5125 4542 picomatch: 2.3.1 5126 4543 5127 - minimatch@3.1.2: 5128 - dependencies: 5129 - brace-expansion: 1.1.11 5130 - 5131 4544 minimatch@9.0.5: 5132 4545 dependencies: 5133 4546 brace-expansion: 2.0.2 ··· 5160 4573 dependencies: 5161 4574 boolbase: 1.0.0 5162 4575 4576 + obug@2.1.1: {} 4577 + 5163 4578 ofetch@1.5.1: 5164 4579 dependencies: 5165 4580 destr: 2.0.5 5166 4581 node-fetch-native: 1.6.7 5167 - ufo: 1.6.2 4582 + ufo: 1.6.3 5168 4583 5169 4584 ohash@2.0.11: {} 5170 4585 5171 - once@1.4.0: 5172 - dependencies: 5173 - wrappy: 1.0.2 5174 - 5175 4586 oniguruma-parser@0.12.1: {} 5176 4587 5177 4588 oniguruma-to-es@4.3.4: ··· 5186 4597 dependencies: 5187 4598 p-map: 2.1.0 5188 4599 5189 - p-finally@1.0.0: {} 5190 - 5191 4600 p-limit@2.3.0: 5192 4601 dependencies: 5193 4602 p-try: 2.2.0 5194 4603 5195 - p-limit@6.2.0: 4604 + p-limit@7.3.0: 5196 4605 dependencies: 5197 4606 yocto-queue: 1.2.2 5198 4607 ··· 5202 4611 5203 4612 p-map@2.1.0: {} 5204 4613 5205 - p-queue@6.6.2: 5206 - dependencies: 5207 - eventemitter3: 4.0.7 5208 - p-timeout: 3.2.0 5209 - 5210 - p-queue@8.1.1: 4614 + p-queue@9.1.0: 5211 4615 dependencies: 5212 4616 eventemitter3: 5.0.1 5213 - p-timeout: 6.1.4 4617 + p-timeout: 7.0.1 5214 4618 5215 - p-timeout@3.2.0: 5216 - dependencies: 5217 - p-finally: 1.0.0 5218 - 5219 - p-timeout@6.1.4: {} 4619 + p-timeout@7.0.1: {} 5220 4620 5221 4621 p-try@2.2.0: {} 5222 4622 ··· 5231 4631 '@pagefind/linux-arm64': 1.3.0 5232 4632 '@pagefind/linux-x64': 1.3.0 5233 4633 '@pagefind/windows-x64': 1.3.0 5234 - 5235 - pako@0.2.9: {} 5236 4634 5237 4635 parse-entities@4.0.2: 5238 4636 dependencies: ··· 5259 4657 5260 4658 parse-statements@1.0.11: {} 5261 4659 5262 - parse5@7.2.1: 5263 - dependencies: 5264 - entities: 4.5.0 5265 - 5266 4660 parse5@7.3.0: 5267 4661 dependencies: 5268 4662 entities: 6.0.1 5269 4663 5270 4664 path-exists@4.0.0: {} 5271 - 5272 - path-is-absolute@1.0.1: {} 5273 4665 5274 4666 path-key@3.1.1: {} 5275 4667 5276 4668 path-type@4.0.0: {} 5277 4669 4670 + piccolore@0.1.3: {} 4671 + 5278 4672 picocolors@1.1.1: {} 5279 4673 5280 4674 picomatch@2.3.1: {} 5281 - 5282 - picomatch@4.0.2: {} 5283 4675 5284 4676 picomatch@4.0.3: {} 5285 4677 ··· 5313 4705 5314 4706 prismjs@1.30.0: {} 5315 4707 5316 - prompts@2.4.2: 5317 - dependencies: 5318 - kleur: 3.0.3 5319 - sisteransi: 1.0.5 5320 - 5321 4708 property-information@6.5.0: {} 5322 4709 5323 4710 property-information@7.1.0: {} ··· 5333 4720 pify: 4.0.1 5334 4721 strip-bom: 3.0.0 5335 4722 5336 - readdirp@4.1.2: {} 4723 + readdirp@5.0.0: {} 5337 4724 5338 4725 recma-build-jsx@1.0.0: 5339 4726 dependencies: ··· 5341 4728 estree-util-build-jsx: 3.0.1 5342 4729 vfile: 6.0.3 5343 4730 5344 - recma-jsx@1.0.1(acorn@8.15.0): 4731 + recma-jsx@1.0.1(acorn@8.16.0): 5345 4732 dependencies: 5346 - acorn: 8.15.0 5347 - acorn-jsx: 5.3.2(acorn@8.15.0) 4733 + acorn: 8.16.0 4734 + acorn-jsx: 5.3.2(acorn@8.16.0) 5348 4735 estree-util-to-js: 2.0.0 5349 4736 recma-parse: 1.0.0 5350 4737 recma-stringify: 1.0.0 ··· 5376 4763 dependencies: 5377 4764 regex-utilities: 2.3.0 5378 4765 5379 - rehype-expressive-code@0.41.3: 4766 + rehype-expressive-code@0.41.7: 5380 4767 dependencies: 5381 - expressive-code: 0.41.3 4768 + expressive-code: 0.41.7 5382 4769 5383 4770 rehype-format@5.0.1: 5384 4771 dependencies: ··· 5448 4835 remark-parse@11.0.0: 5449 4836 dependencies: 5450 4837 '@types/mdast': 4.0.4 5451 - mdast-util-from-markdown: 2.0.2 4838 + mdast-util-from-markdown: 2.0.3 5452 4839 micromark-util-types: 2.0.2 5453 4840 unified: 11.0.5 5454 4841 transitivePeerDependencies: ··· 5467 4854 retext: 9.0.0 5468 4855 retext-smartypants: 6.2.0 5469 4856 unified: 11.0.5 5470 - unist-util-visit: 5.0.0 4857 + unist-util-visit: 5.1.0 5471 4858 5472 4859 remark-stringify@11.0.0: 5473 4860 dependencies: ··· 5477 4864 5478 4865 resolve-from@5.0.0: {} 5479 4866 5480 - restructure@3.0.2: {} 5481 - 5482 4867 retext-latin@4.0.0: 5483 4868 dependencies: 5484 4869 '@types/nlcst': 2.0.3 ··· 5489 4874 dependencies: 5490 4875 '@types/nlcst': 2.0.3 5491 4876 nlcst-to-string: 4.0.0 5492 - unist-util-visit: 5.0.0 4877 + unist-util-visit: 5.1.0 5493 4878 5494 4879 retext-stringify@4.0.0: 5495 4880 dependencies: ··· 5506 4891 5507 4892 reusify@1.0.4: {} 5508 4893 5509 - rimraf@3.0.2: 5510 - dependencies: 5511 - glob: 7.2.3 5512 - 5513 4894 rollup@4.55.1: 5514 4895 dependencies: 5515 4896 '@types/estree': 1.0.8 ··· 5553 4934 dependencies: 5554 4935 suf-log: 2.5.3 5555 4936 5556 - sax@1.4.1: {} 5557 - 5558 - semver@7.7.1: {} 5559 - 5560 - semver@7.7.3: {} 4937 + sax@1.5.0: {} 5561 4938 5562 - sharp@0.33.5: 5563 - dependencies: 5564 - color: 4.2.3 5565 - detect-libc: 2.0.3 5566 - semver: 7.7.1 5567 - optionalDependencies: 5568 - '@img/sharp-darwin-arm64': 0.33.5 5569 - '@img/sharp-darwin-x64': 0.33.5 5570 - '@img/sharp-libvips-darwin-arm64': 1.0.4 5571 - '@img/sharp-libvips-darwin-x64': 1.0.4 5572 - '@img/sharp-libvips-linux-arm': 1.0.5 5573 - '@img/sharp-libvips-linux-arm64': 1.0.4 5574 - '@img/sharp-libvips-linux-s390x': 1.0.4 5575 - '@img/sharp-libvips-linux-x64': 1.0.4 5576 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 5577 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 5578 - '@img/sharp-linux-arm': 0.33.5 5579 - '@img/sharp-linux-arm64': 0.33.5 5580 - '@img/sharp-linux-s390x': 0.33.5 5581 - '@img/sharp-linux-x64': 0.33.5 5582 - '@img/sharp-linuxmusl-arm64': 0.33.5 5583 - '@img/sharp-linuxmusl-x64': 0.33.5 5584 - '@img/sharp-wasm32': 0.33.5 5585 - '@img/sharp-win32-ia32': 0.33.5 5586 - '@img/sharp-win32-x64': 0.33.5 4939 + semver@7.7.4: {} 5587 4940 5588 4941 sharp@0.34.5: 5589 4942 dependencies: 5590 - '@img/colour': 1.0.0 4943 + '@img/colour': 1.1.0 5591 4944 detect-libc: 2.1.2 5592 - semver: 7.7.3 4945 + semver: 7.7.4 5593 4946 optionalDependencies: 5594 4947 '@img/sharp-darwin-arm64': 0.34.5 5595 4948 '@img/sharp-darwin-x64': 0.34.5 ··· 5615 4968 '@img/sharp-win32-arm64': 0.34.5 5616 4969 '@img/sharp-win32-ia32': 0.34.5 5617 4970 '@img/sharp-win32-x64': 0.34.5 5618 - optional: true 5619 4971 5620 4972 shebang-command@2.0.0: 5621 4973 dependencies: ··· 5634 4986 '@shikijs/vscode-textmate': 10.0.2 5635 4987 '@types/hast': 3.0.4 5636 4988 4989 + shiki@4.0.2: 4990 + dependencies: 4991 + '@shikijs/core': 4.0.2 4992 + '@shikijs/engine-javascript': 4.0.2 4993 + '@shikijs/engine-oniguruma': 4.0.2 4994 + '@shikijs/langs': 4.0.2 4995 + '@shikijs/themes': 4.0.2 4996 + '@shikijs/types': 4.0.2 4997 + '@shikijs/vscode-textmate': 10.0.2 4998 + '@types/hast': 3.0.4 4999 + 5637 5000 signal-exit@4.1.0: {} 5638 5001 5639 - simple-swizzle@0.2.2: 5640 - dependencies: 5641 - is-arrayish: 0.3.2 5642 - 5643 5002 sisteransi@1.0.5: {} 5644 5003 5645 - sitemap@8.0.0: 5004 + sitemap@9.0.1: 5646 5005 dependencies: 5647 - '@types/node': 17.0.45 5006 + '@types/node': 24.12.0 5648 5007 '@types/sax': 1.2.7 5649 5008 arg: 5.0.2 5650 - sax: 1.4.1 5009 + sax: 1.5.0 5651 5010 5652 5011 slash@3.0.0: {} 5653 5012 ··· 5666 5025 5667 5026 sprintf-js@1.0.3: {} 5668 5027 5669 - starlight-contributor-list@0.3.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5028 + starlight-links-validator@0.20.1(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 5670 5029 dependencies: 5671 - '@11ty/eleventy-fetch': 4.0.1 5672 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5673 - transitivePeerDependencies: 5674 - - encoding 5675 - - supports-color 5676 - 5677 - starlight-links-validator@0.15.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5678 - dependencies: 5679 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5680 - '@types/picomatch': 3.0.2 5030 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5031 + '@types/picomatch': 4.0.2 5032 + astro: 6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2) 5681 5033 github-slugger: 2.0.0 5682 5034 hast-util-from-html: 2.0.3 5683 5035 hast-util-has-property: 3.0.0 5684 - is-absolute-url: 4.0.1 5036 + is-absolute-url: 5.0.0 5685 5037 kleur: 4.1.5 5686 5038 mdast-util-mdx-jsx: 3.2.0 5687 5039 mdast-util-to-string: 4.0.0 5688 - picomatch: 4.0.2 5689 - unist-util-visit: 5.0.0 5040 + picomatch: 4.0.3 5041 + terminal-link: 5.0.0 5042 + unist-util-visit: 5.1.0 5690 5043 transitivePeerDependencies: 5691 5044 - supports-color 5692 5045 5693 - starlight-package-managers@0.8.1(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5046 + starlight-package-managers@0.12.0(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5694 5047 dependencies: 5695 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5048 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5696 5049 5697 - starlight-showcases@0.2.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 5050 + starlight-showcases@0.3.2(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5698 5051 dependencies: 5699 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5700 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5701 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5702 - transitivePeerDependencies: 5703 - - astro 5052 + '@astro-community/astro-embed-twitter': 0.5.11 5053 + '@astro-community/astro-embed-youtube': 0.5.10 5054 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5704 5055 5705 - starlight-showcases@0.3.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)))(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)): 5056 + starlight-sidebar-topics@0.7.1(@astrojs/starlight@0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5706 5057 dependencies: 5707 - '@astro-community/astro-embed-twitter': 0.5.8(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5708 - '@astro-community/astro-embed-youtube': 0.5.6(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5709 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5710 - transitivePeerDependencies: 5711 - - astro 5712 - 5713 - starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5714 - dependencies: 5715 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5716 - picomatch: 4.0.2 5717 - 5718 - starlight-sidebar-topics@0.6.2(@astrojs/starlight@0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2))): 5719 - dependencies: 5720 - '@astrojs/starlight': 0.33.2(astro@5.15.9(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5721 - picomatch: 4.0.2 5058 + '@astrojs/starlight': 0.38.1(astro@6.0.5(@types/node@25.0.3)(jiti@2.4.2)(rollup@4.55.1)(typescript@5.7.2)) 5059 + picomatch: 4.0.3 5722 5060 5723 5061 stream-replace-string@2.0.0: {} 5724 5062 5725 - string-width@4.2.3: 5726 - dependencies: 5727 - emoji-regex: 8.0.0 5728 - is-fullwidth-code-point: 3.0.0 5729 - strip-ansi: 6.0.1 5730 - 5731 - string-width@7.2.0: 5732 - dependencies: 5733 - emoji-regex: 10.6.0 5734 - get-east-asian-width: 1.4.0 5735 - strip-ansi: 7.1.2 5736 - 5737 5063 stringify-entities@4.0.4: 5738 5064 dependencies: 5739 5065 character-entities-html4: 2.1.0 ··· 5742 5068 strip-ansi@6.0.1: 5743 5069 dependencies: 5744 5070 ansi-regex: 5.0.1 5745 - 5746 - strip-ansi@7.1.2: 5747 - dependencies: 5748 - ansi-regex: 6.2.2 5749 5071 5750 5072 strip-bom@3.0.0: {} 5751 5073 ··· 5761 5083 dependencies: 5762 5084 s.color: 0.0.15 5763 5085 5086 + supports-color@10.2.2: {} 5087 + 5088 + supports-hyperlinks@4.4.0: 5089 + dependencies: 5090 + has-flag: 5.0.1 5091 + supports-color: 10.2.2 5092 + 5093 + svgo@4.0.1: 5094 + dependencies: 5095 + commander: 11.1.0 5096 + css-select: 5.1.0 5097 + css-tree: 3.1.0 5098 + css-what: 6.1.0 5099 + csso: 5.0.5 5100 + picocolors: 1.1.1 5101 + sax: 1.5.0 5102 + 5764 5103 term-size@2.2.1: {} 5765 5104 5105 + terminal-link@5.0.0: 5106 + dependencies: 5107 + ansi-escapes: 7.3.0 5108 + supports-hyperlinks: 4.4.0 5109 + 5766 5110 tiny-inflate@1.0.3: {} 5111 + 5112 + tinyclip@0.1.12: {} 5767 5113 5768 5114 tinyexec@1.0.2: {} 5769 5115 ··· 5786 5132 optionalDependencies: 5787 5133 typescript: 5.7.2 5788 5134 5789 - tslib@2.8.1: {} 5135 + tslib@2.8.1: 5136 + optional: true 5790 5137 5791 - type-fest@4.41.0: {} 5792 - 5793 - typescript@5.7.2: {} 5794 - 5795 - ufo@1.6.2: {} 5138 + typescript@5.7.2: 5139 + optional: true 5796 5140 5797 - uhyphen@0.2.0: {} 5141 + ufo@1.6.3: {} 5798 5142 5799 5143 ultrahtml@1.6.0: {} 5800 5144 ··· 5802 5146 5803 5147 undici-types@7.16.0: {} 5804 5148 5805 - unicode-properties@1.4.1: 5806 - dependencies: 5807 - base64-js: 1.5.1 5808 - unicode-trie: 2.0.0 5809 - 5810 - unicode-trie@2.0.0: 5811 - dependencies: 5812 - pako: 0.2.9 5813 - tiny-inflate: 1.0.3 5814 - 5815 5149 unified@11.0.5: 5816 5150 dependencies: 5817 5151 '@types/unist': 3.0.3 ··· 5822 5156 trough: 2.2.0 5823 5157 vfile: 6.0.3 5824 5158 5825 - unifont@0.6.0: 5159 + unifont@0.7.4: 5826 5160 dependencies: 5827 5161 css-tree: 3.1.0 5828 5162 ofetch: 1.5.1 ··· 5853 5187 unist-util-remove-position@5.0.0: 5854 5188 dependencies: 5855 5189 '@types/unist': 3.0.3 5856 - unist-util-visit: 5.0.0 5190 + unist-util-visit: 5.1.0 5857 5191 5858 5192 unist-util-stringify-position@4.0.0: 5859 5193 dependencies: ··· 5863 5197 dependencies: 5864 5198 '@types/unist': 3.0.3 5865 5199 5866 - unist-util-visit-parents@6.0.1: 5867 - dependencies: 5868 - '@types/unist': 3.0.3 5869 - unist-util-is: 6.0.1 5870 - 5871 5200 unist-util-visit-parents@6.0.2: 5872 5201 dependencies: 5873 5202 '@types/unist': 3.0.3 5874 5203 unist-util-is: 6.0.1 5875 5204 5876 - unist-util-visit@5.0.0: 5205 + unist-util-visit@5.1.0: 5877 5206 dependencies: 5878 5207 '@types/unist': 3.0.3 5879 5208 unist-util-is: 6.0.1 ··· 5881 5210 5882 5211 universalify@0.1.2: {} 5883 5212 5884 - unstorage@1.17.3: 5213 + unstorage@1.17.4: 5885 5214 dependencies: 5886 5215 anymatch: 3.1.3 5887 - chokidar: 4.0.3 5216 + chokidar: 5.0.0 5888 5217 destr: 2.0.5 5889 - h3: 1.15.4 5890 - lru-cache: 10.4.3 5218 + h3: 1.15.6 5219 + lru-cache: 11.2.7 5891 5220 node-fetch-native: 1.6.7 5892 5221 ofetch: 1.5.1 5893 - ufo: 1.6.2 5222 + ufo: 1.6.3 5894 5223 5895 5224 util-deprecate@1.0.2: {} 5896 5225 ··· 5899 5228 '@types/unist': 3.0.3 5900 5229 vfile: 6.0.3 5901 5230 5902 - vfile-message@4.0.2: 5903 - dependencies: 5904 - '@types/unist': 3.0.3 5905 - unist-util-stringify-position: 4.0.0 5906 - 5907 5231 vfile-message@4.0.3: 5908 5232 dependencies: 5909 5233 '@types/unist': 3.0.3 ··· 5914 5238 '@types/unist': 3.0.3 5915 5239 vfile-message: 4.0.3 5916 5240 5917 - vite@6.4.1(@types/node@25.0.3)(jiti@2.4.2): 5241 + vite@7.3.1(@types/node@25.0.3)(jiti@2.4.2): 5918 5242 dependencies: 5919 - esbuild: 0.25.12 5243 + esbuild: 0.27.4 5920 5244 fdir: 6.5.0(picomatch@4.0.3) 5921 5245 picomatch: 4.0.3 5922 5246 postcss: 8.5.6 ··· 5927 5251 fsevents: 2.3.3 5928 5252 jiti: 2.4.2 5929 5253 5930 - vitefu@1.1.1(vite@6.4.1(@types/node@25.0.3)(jiti@2.4.2)): 5254 + vitefu@1.1.2(vite@7.3.1(@types/node@25.0.3)(jiti@2.4.2)): 5931 5255 optionalDependencies: 5932 - vite: 6.4.1(@types/node@25.0.3)(jiti@2.4.2) 5256 + vite: 7.3.1(@types/node@25.0.3)(jiti@2.4.2) 5933 5257 5934 5258 web-namespaces@2.0.1: {} 5935 5259 ··· 5946 5270 dependencies: 5947 5271 isexe: 2.0.0 5948 5272 5949 - widest-line@5.0.0: 5950 - dependencies: 5951 - string-width: 7.2.0 5952 - 5953 - wrap-ansi@9.0.2: 5954 - dependencies: 5955 - ansi-styles: 6.2.3 5956 - string-width: 7.2.0 5957 - strip-ansi: 7.1.2 5958 - 5959 - wrappy@1.0.2: {} 5960 - 5961 5273 xxhash-wasm@1.1.0: {} 5962 5274 5963 - yargs-parser@21.1.1: {} 5275 + yargs-parser@22.0.0: {} 5964 5276 5965 5277 yocto-queue@1.2.2: {} 5966 5278 5967 - yocto-spinner@0.2.3: 5968 - dependencies: 5969 - yoctocolors: 2.1.2 5970 - 5971 - yoctocolors@2.1.2: {} 5972 - 5973 - zod-to-json-schema@3.25.1(zod@3.25.76): 5974 - dependencies: 5975 - zod: 3.25.76 5976 - 5977 - zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.25.76): 5978 - dependencies: 5979 - typescript: 5.7.2 5980 - zod: 3.25.76 5981 - 5982 - zod@3.25.76: {} 5279 + zod@4.3.6: {} 5983 5280 5984 5281 zwitch@2.0.4: {}