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

Configure Feed

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

feat: add matomo & bump versions

aria e5cf3061 82102d36

+627 -594
+22 -1
astro.config.mjs
··· 1 1 // @ts-check 2 2 import { defineConfig } from "astro/config"; 3 + import matomo from 'astro-matomo'; 3 4 import { remarkModifiedTime } from "./remark-modified-time.mjs"; 4 5 5 6 import preact from "@astrojs/preact"; ··· 15 16 export default defineConfig({ 16 17 output: process.env.DOCKER_BUILD ? "server" : "static", 17 18 site: "https://aria.coffee", 18 - integrations: [preact(), tailwind(), icon(), mdx()], 19 + integrations: [ 20 + preact(), 21 + tailwind(), 22 + icon(), 23 + mdx(), 24 + matomo({ 25 + enabled: import.meta.env.PROD, // Only load in production 26 + host: "https://analytics.aria.coffee/", 27 + // setCookieDomain: "*.ara.coffee", 28 + // trackerUrl: "js/", // defaults to matomo.php 29 + // srcUrl: "js/", // defaults to matomo.js 30 + siteId: 1, 31 + heartBeatTimer: 5, 32 + // disableCookies: true, 33 + debug: false, 34 + // viewTransition: { 35 + // contentElement: "main" 36 + // } 37 + }), 38 + 39 + ], 19 40 20 41 image: { 21 42 domains: [
+8 -6
package.json
··· 1 1 { 2 - "name": "astro", 2 + "name": "aria.coffee", 3 3 "type": "module", 4 4 "version": "1.0.1", 5 5 "scripts": { ··· 12 12 "dependencies": { 13 13 "@astrojs/check": "^0.9.4", 14 14 "@astrojs/mdx": "^4.3.0", 15 - "@astrojs/node": "^9.2.2", 15 + "@astrojs/node": "^9.3.0", 16 16 "@astrojs/preact": "^4.1.0", 17 17 "@astrojs/rss": "^4.0.12", 18 - "@tailwindcss/vite": "^4.1.10", 19 - "astro": "^5.9.3", 18 + "@tailwindcss/vite": "^4.1.11", 19 + "aria.coffee": "link:", 20 + "astro": "^5.11.0", 20 21 "astro-icon": "^1.1.5", 22 + "astro-matomo": "^1.9.0", 21 23 "dayjs": "^1.11.13", 22 24 "preact": "^10.26.9", 23 25 "sharp": "^0.34.2", 24 - "tailwindcss": "^4.1.10", 26 + "tailwindcss": "^4.1.11", 25 27 "typescript": "^5.8.3" 26 28 }, 27 29 "devDependencies": { ··· 30 32 "@iconify-json/mdi": "^1.2.3", 31 33 "@iconify-json/meteor-icons": "^1.2.1", 32 34 "@iconify-json/tabler": "^1.2.19", 33 - "@iconify-json/token": "^1.2.17", 35 + "@iconify-json/token": "^1.2.18", 34 36 "@tailwindcss/typography": "^0.5.16", 35 37 "vite": "^6.3.5" 36 38 }
+597 -587
pnpm-lock.yaml
··· 13 13 version: 0.9.4(typescript@5.8.3) 14 14 '@astrojs/mdx': 15 15 specifier: ^4.3.0 16 - version: 4.3.0(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 16 + version: 4.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 17 17 '@astrojs/node': 18 - specifier: ^9.2.2 19 - version: 9.2.2(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0)) 18 + specifier: ^9.3.0 19 + version: 9.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 20 20 '@astrojs/preact': 21 21 specifier: ^4.1.0 22 - version: 4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0) 22 + version: 4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0) 23 23 '@astrojs/rss': 24 24 specifier: ^4.0.12 25 25 version: 4.0.12 26 26 '@tailwindcss/vite': 27 - specifier: ^4.1.10 28 - version: 4.1.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 27 + specifier: ^4.1.11 28 + version: 4.1.11(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 29 + aria.coffee: 30 + specifier: 'link:' 31 + version: 'link:' 29 32 astro: 30 - specifier: ^5.9.3 31 - version: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 33 + specifier: ^5.11.0 34 + version: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 32 35 astro-icon: 33 36 specifier: ^1.1.5 34 37 version: 1.1.5 38 + astro-matomo: 39 + specifier: ^1.9.0 40 + version: 1.9.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)) 35 41 dayjs: 36 42 specifier: ^1.11.13 37 43 version: 1.11.13 ··· 42 48 specifier: ^0.34.2 43 49 version: 0.34.2 44 50 tailwindcss: 45 - specifier: ^4.1.10 46 - version: 4.1.10 51 + specifier: ^4.1.11 52 + version: 4.1.11 47 53 typescript: 48 54 specifier: ^5.8.3 49 55 version: 5.8.3 ··· 64 70 specifier: ^1.2.19 65 71 version: 1.2.19 66 72 '@iconify-json/token': 67 - specifier: ^1.2.17 68 - version: 1.2.17 73 + specifier: ^1.2.18 74 + version: 1.2.18 69 75 '@tailwindcss/typography': 70 76 specifier: ^0.5.16 71 - version: 0.5.16(tailwindcss@4.1.10) 77 + version: 0.5.16(tailwindcss@4.1.11) 72 78 vite: 73 79 specifier: ^6.3.5 74 - version: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 80 + version: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 75 81 76 82 packages: 77 83 ··· 90 96 hasBin: true 91 97 peerDependencies: 92 98 typescript: ^5.0.0 93 - 94 - '@astrojs/compiler@2.12.0': 95 - resolution: {integrity: sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==} 96 99 97 100 '@astrojs/compiler@2.12.2': 98 101 resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==} ··· 121 124 peerDependencies: 122 125 astro: ^5.0.0 123 126 124 - '@astrojs/node@9.2.2': 125 - resolution: {integrity: sha512-PtLPuuojmcl9O3CEvXqL/D+wB4x5DlbrGOvP0MeTAh/VfKFprYAzgw1+45xsnTO+QvPWb26l1cT+ZQvvohmvMw==} 127 + '@astrojs/node@9.3.0': 128 + resolution: {integrity: sha512-IV8NzGStHAsKBz1ljxxD8PBhBfnw/BEx/PZfsncTNXg9D4kQtZbSy+Ak0LvDs+rPmK0VeXLNn0HAdWuHCVg8cw==} 126 129 peerDependencies: 127 130 astro: ^5.3.0 128 131 ··· 150 153 resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 151 154 engines: {node: '>=6.9.0'} 152 155 153 - '@babel/compat-data@7.27.3': 154 - resolution: {integrity: sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==} 156 + '@babel/compat-data@7.28.0': 157 + resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} 155 158 engines: {node: '>=6.9.0'} 156 159 157 - '@babel/core@7.27.3': 158 - resolution: {integrity: sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==} 160 + '@babel/core@7.28.0': 161 + resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} 159 162 engines: {node: '>=6.9.0'} 160 163 161 - '@babel/generator@7.27.3': 162 - resolution: {integrity: sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==} 164 + '@babel/generator@7.28.0': 165 + resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} 163 166 engines: {node: '>=6.9.0'} 164 167 165 168 '@babel/helper-annotate-as-pure@7.27.3': ··· 170 173 resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} 171 174 engines: {node: '>=6.9.0'} 172 175 176 + '@babel/helper-globals@7.28.0': 177 + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 178 + engines: {node: '>=6.9.0'} 179 + 173 180 '@babel/helper-module-imports@7.27.1': 174 181 resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} 175 182 engines: {node: '>=6.9.0'} ··· 196 203 resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} 197 204 engines: {node: '>=6.9.0'} 198 205 199 - '@babel/helpers@7.27.3': 200 - resolution: {integrity: sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==} 206 + '@babel/helpers@7.27.6': 207 + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} 201 208 engines: {node: '>=6.9.0'} 202 209 203 - '@babel/parser@7.27.3': 204 - resolution: {integrity: sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==} 210 + '@babel/parser@7.28.0': 211 + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} 205 212 engines: {node: '>=6.0.0'} 206 213 hasBin: true 207 214 ··· 227 234 resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 228 235 engines: {node: '>=6.9.0'} 229 236 230 - '@babel/traverse@7.27.3': 231 - resolution: {integrity: sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==} 237 + '@babel/traverse@7.28.0': 238 + resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} 232 239 engines: {node: '>=6.9.0'} 233 240 234 - '@babel/types@7.27.3': 235 - resolution: {integrity: sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==} 241 + '@babel/types@7.28.0': 242 + resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} 236 243 engines: {node: '>=6.9.0'} 237 244 238 245 '@capsizecss/unpack@2.4.0': ··· 427 434 '@iconify-json/tabler@1.2.19': 428 435 resolution: {integrity: sha512-JDeQTQxHD8KE12pAbPVHX1WFVOPq8D0XfRb/LwYHwGwYE0HP9OIjJ//TKxS1Gt++RirYu6Xsx+Jm5LA5KbykoA==} 429 436 430 - '@iconify-json/token@1.2.17': 431 - resolution: {integrity: sha512-CFwkQrSCnwtMHF+vVAkf4X3rnJmnEtAO1i/3m3xP6AY4pJmZzuc9AgZKih1kmj0PjRB5oKE7i2t8oYbIxpILzw==} 437 + '@iconify-json/token@1.2.18': 438 + resolution: {integrity: sha512-jNBzItOjlkJdCld+uwaMC/eqhKEl1ia4VVaOz+M5EzW9v4Eqnk1n2GRkmdrov/c2TLwgNjGulSXCWbzuP3PlpQ==} 432 439 433 440 '@iconify/tools@4.1.2': 434 441 resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==} ··· 664 671 resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} 665 672 engines: {node: '>=18.0.0'} 666 673 667 - '@jridgewell/gen-mapping@0.3.8': 668 - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 669 - engines: {node: '>=6.0.0'} 674 + '@jridgewell/gen-mapping@0.3.12': 675 + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} 670 676 671 677 '@jridgewell/resolve-uri@3.1.2': 672 678 resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 673 679 engines: {node: '>=6.0.0'} 674 680 675 - '@jridgewell/set-array@1.2.1': 676 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 677 - engines: {node: '>=6.0.0'} 678 - 679 - '@jridgewell/sourcemap-codec@1.5.0': 680 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 681 + '@jridgewell/sourcemap-codec@1.5.4': 682 + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} 681 683 682 - '@jridgewell/trace-mapping@0.3.25': 683 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 684 + '@jridgewell/trace-mapping@0.3.29': 685 + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} 684 686 685 687 '@mdx-js/mdx@3.1.0': 686 688 resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==} ··· 700 702 '@oslojs/encoding@1.1.0': 701 703 resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} 702 704 703 - '@preact/preset-vite@2.10.1': 704 - resolution: {integrity: sha512-59lyGBXNfZIr5OOuBUB4/IB8AqF/ULbvYnyItgK/2BJnsGJqaeaJobRVtMp1129obHQuj8oZ/dVxB9inmH8Xig==} 705 + '@preact/preset-vite@2.10.2': 706 + resolution: {integrity: sha512-K9wHlJOtkE+cGqlyQ5v9kL3Ge0Ql4LlIZjkUTL+1zf3nNdF88F9UZN6VTV8jdzBX9Fl7WSzeNMSDG7qECPmSmg==} 705 707 peerDependencies: 706 708 '@babel/core': 7.x 707 - vite: 2.x || 3.x || 4.x || 5.x || 6.x 709 + vite: 2.x || 3.x || 4.x || 5.x || 6.x || 7.x 708 710 709 - '@preact/signals-core@1.9.0': 710 - resolution: {integrity: sha512-uUgFHJLWxb33rfCtb1g+1e3Rg7Jl5EALhGTHlQ5Y0w37OF+fdidYdYEE6crbpUOYDOjlmelIWf0ulXr1ggfUkg==} 711 + '@preact/signals-core@1.11.0': 712 + resolution: {integrity: sha512-jglbibeWHuFRzEWVFY/TT7wB1PppJxmcSfUHcK+2J9vBRtiooMfw6tAPttojNYrrpdGViqAYCbPpmWYlMm+eMQ==} 711 713 712 - '@preact/signals@2.2.0': 713 - resolution: {integrity: sha512-P3KPcEYyVk9Wiwfw68QQzRpPkt0H+zjfH3X4AaGCDlc86GuRBYFGiAxT1nC5F5qlsVIEmjNJ9yVYe7C91z3L+g==} 714 + '@preact/signals@2.2.1': 715 + resolution: {integrity: sha512-cX3mijdjHbbz3dBoJ6z687CGYEOp9ifj3uFnm4UKW+DxXKPMvE2y/VSdm0PXhXmHnr6F0iSnDJ+dLwmV7CYT5A==} 714 716 peerDependencies: 715 717 preact: '>= 10.25.0' 716 718 717 - '@prefresh/babel-plugin@0.5.1': 718 - resolution: {integrity: sha512-uG3jGEAysxWoyG3XkYfjYHgaySFrSsaEb4GagLzYaxlydbuREtaX+FTxuIidp241RaLl85XoHg9Ej6E4+V1pcg==} 719 + '@prefresh/babel-plugin@0.5.2': 720 + resolution: {integrity: sha512-AOl4HG6dAxWkJ5ndPHBgBa49oo/9bOiJuRDKHLSTyH+Fd9x00shTXpdiTj1W41l6oQIwUOAgJeHMn4QwIDpHkA==} 719 721 720 - '@prefresh/core@1.5.3': 721 - resolution: {integrity: sha512-nDzxj0tA1/M6APNAWqaxkZ+3sTdPHESa+gol4+Bw7rMc2btWdkLoNH7j9rGhUb8SThC0Vz0VoXtq+U+9azGLHg==} 722 + '@prefresh/core@1.5.5': 723 + resolution: {integrity: sha512-H6GTXUl4V4fe3ijz7yhSa/mZ+pGSOh7XaJb6uP/sQsagBx9yl0D1HKDaeoMQA8Ad2Xm27LqvbitMGSdY9UFSKQ==} 722 724 peerDependencies: 723 725 preact: ^10.0.0 724 726 725 - '@prefresh/utils@1.2.0': 726 - resolution: {integrity: sha512-KtC/fZw+oqtwOLUFM9UtiitB0JsVX0zLKNyRTA332sqREqSALIIQQxdUCS1P3xR/jT1e2e8/5rwH6gdcMLEmsQ==} 727 + '@prefresh/utils@1.2.1': 728 + resolution: {integrity: sha512-vq/sIuN5nYfYzvyayXI4C2QkprfNaHUQ9ZX+3xLD8nL3rWyzpxOm1+K7RtMbhd+66QcaISViK7amjnheQ/4WZw==} 727 729 728 - '@prefresh/vite@2.4.7': 729 - resolution: {integrity: sha512-zmCEDWSFHl5A7PciXa/fe+OUjoGi4iiCQclpWfpIg7LjxwWrtlUT4DfxDBcQwHfTyipS/XDm8x7WYrkiTW0q+w==} 730 + '@prefresh/vite@2.4.8': 731 + resolution: {integrity: sha512-H7vlo9UbJInuRbZhRQrdgVqLP7qKjDoX7TgYWWwIVhEHeHO0hZ4zyicvwBrV1wX5A3EPOmArgRkUaN7cPI2VXQ==} 730 732 peerDependencies: 731 733 preact: ^10.4.0 732 734 vite: '>=2.0.0' ··· 735 737 resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} 736 738 engines: {node: '>= 8.0.0'} 737 739 738 - '@rollup/pluginutils@5.1.4': 739 - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 740 + '@rollup/pluginutils@5.2.0': 741 + resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} 740 742 engines: {node: '>=14.0.0'} 741 743 peerDependencies: 742 744 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 744 746 rollup: 745 747 optional: true 746 748 747 - '@rollup/rollup-android-arm-eabi@4.41.1': 748 - resolution: {integrity: sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==} 749 + '@rollup/rollup-android-arm-eabi@4.44.1': 750 + resolution: {integrity: sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==} 749 751 cpu: [arm] 750 752 os: [android] 751 753 752 - '@rollup/rollup-android-arm64@4.41.1': 753 - resolution: {integrity: sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==} 754 + '@rollup/rollup-android-arm64@4.44.1': 755 + resolution: {integrity: sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==} 754 756 cpu: [arm64] 755 757 os: [android] 756 758 757 - '@rollup/rollup-darwin-arm64@4.41.1': 758 - resolution: {integrity: sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==} 759 + '@rollup/rollup-darwin-arm64@4.44.1': 760 + resolution: {integrity: sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==} 759 761 cpu: [arm64] 760 762 os: [darwin] 761 763 762 - '@rollup/rollup-darwin-x64@4.41.1': 763 - resolution: {integrity: sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==} 764 + '@rollup/rollup-darwin-x64@4.44.1': 765 + resolution: {integrity: sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==} 764 766 cpu: [x64] 765 767 os: [darwin] 766 768 767 - '@rollup/rollup-freebsd-arm64@4.41.1': 768 - resolution: {integrity: sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==} 769 + '@rollup/rollup-freebsd-arm64@4.44.1': 770 + resolution: {integrity: sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==} 769 771 cpu: [arm64] 770 772 os: [freebsd] 771 773 772 - '@rollup/rollup-freebsd-x64@4.41.1': 773 - resolution: {integrity: sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==} 774 + '@rollup/rollup-freebsd-x64@4.44.1': 775 + resolution: {integrity: sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==} 774 776 cpu: [x64] 775 777 os: [freebsd] 776 778 777 - '@rollup/rollup-linux-arm-gnueabihf@4.41.1': 778 - resolution: {integrity: sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==} 779 + '@rollup/rollup-linux-arm-gnueabihf@4.44.1': 780 + resolution: {integrity: sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==} 779 781 cpu: [arm] 780 782 os: [linux] 781 783 782 - '@rollup/rollup-linux-arm-musleabihf@4.41.1': 783 - resolution: {integrity: sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==} 784 + '@rollup/rollup-linux-arm-musleabihf@4.44.1': 785 + resolution: {integrity: sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==} 784 786 cpu: [arm] 785 787 os: [linux] 786 788 787 - '@rollup/rollup-linux-arm64-gnu@4.41.1': 788 - resolution: {integrity: sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==} 789 + '@rollup/rollup-linux-arm64-gnu@4.44.1': 790 + resolution: {integrity: sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==} 789 791 cpu: [arm64] 790 792 os: [linux] 791 793 792 - '@rollup/rollup-linux-arm64-musl@4.41.1': 793 - resolution: {integrity: sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==} 794 + '@rollup/rollup-linux-arm64-musl@4.44.1': 795 + resolution: {integrity: sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==} 794 796 cpu: [arm64] 795 797 os: [linux] 796 798 797 - '@rollup/rollup-linux-loongarch64-gnu@4.41.1': 798 - resolution: {integrity: sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==} 799 + '@rollup/rollup-linux-loongarch64-gnu@4.44.1': 800 + resolution: {integrity: sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==} 799 801 cpu: [loong64] 800 802 os: [linux] 801 803 802 - '@rollup/rollup-linux-powerpc64le-gnu@4.41.1': 803 - resolution: {integrity: sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==} 804 + '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': 805 + resolution: {integrity: sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==} 804 806 cpu: [ppc64] 805 807 os: [linux] 806 808 807 - '@rollup/rollup-linux-riscv64-gnu@4.41.1': 808 - resolution: {integrity: sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==} 809 + '@rollup/rollup-linux-riscv64-gnu@4.44.1': 810 + resolution: {integrity: sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==} 809 811 cpu: [riscv64] 810 812 os: [linux] 811 813 812 - '@rollup/rollup-linux-riscv64-musl@4.41.1': 813 - resolution: {integrity: sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==} 814 + '@rollup/rollup-linux-riscv64-musl@4.44.1': 815 + resolution: {integrity: sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==} 814 816 cpu: [riscv64] 815 817 os: [linux] 816 818 817 - '@rollup/rollup-linux-s390x-gnu@4.41.1': 818 - resolution: {integrity: sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==} 819 + '@rollup/rollup-linux-s390x-gnu@4.44.1': 820 + resolution: {integrity: sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==} 819 821 cpu: [s390x] 820 822 os: [linux] 821 823 822 - '@rollup/rollup-linux-x64-gnu@4.41.1': 823 - resolution: {integrity: sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==} 824 + '@rollup/rollup-linux-x64-gnu@4.44.1': 825 + resolution: {integrity: sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==} 824 826 cpu: [x64] 825 827 os: [linux] 826 828 827 - '@rollup/rollup-linux-x64-musl@4.41.1': 828 - resolution: {integrity: sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==} 829 + '@rollup/rollup-linux-x64-musl@4.44.1': 830 + resolution: {integrity: sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==} 829 831 cpu: [x64] 830 832 os: [linux] 831 833 832 - '@rollup/rollup-win32-arm64-msvc@4.41.1': 833 - resolution: {integrity: sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==} 834 + '@rollup/rollup-win32-arm64-msvc@4.44.1': 835 + resolution: {integrity: sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==} 834 836 cpu: [arm64] 835 837 os: [win32] 836 838 837 - '@rollup/rollup-win32-ia32-msvc@4.41.1': 838 - resolution: {integrity: sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==} 839 + '@rollup/rollup-win32-ia32-msvc@4.44.1': 840 + resolution: {integrity: sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==} 839 841 cpu: [ia32] 840 842 os: [win32] 841 843 842 - '@rollup/rollup-win32-x64-msvc@4.41.1': 843 - resolution: {integrity: sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==} 844 + '@rollup/rollup-win32-x64-msvc@4.44.1': 845 + resolution: {integrity: sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==} 844 846 cpu: [x64] 845 847 os: [win32] 846 848 847 - '@shikijs/core@3.4.2': 848 - resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==} 849 + '@shikijs/core@3.7.0': 850 + resolution: {integrity: sha512-yilc0S9HvTPyahHpcum8eonYrQtmGTU0lbtwxhA6jHv4Bm1cAdlPFRCJX4AHebkCm75aKTjjRAW+DezqD1b/cg==} 849 851 850 - '@shikijs/engine-javascript@3.4.2': 851 - resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==} 852 + '@shikijs/engine-javascript@3.7.0': 853 + resolution: {integrity: sha512-0t17s03Cbv+ZcUvv+y33GtX75WBLQELgNdVghnsdhTgU3hVcWcMsoP6Lb0nDTl95ZJfbP1mVMO0p3byVh3uuzA==} 852 854 853 - '@shikijs/engine-oniguruma@3.4.2': 854 - resolution: {integrity: sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==} 855 + '@shikijs/engine-oniguruma@3.7.0': 856 + resolution: {integrity: sha512-5BxcD6LjVWsGu4xyaBC5bu8LdNgPCVBnAkWTtOCs/CZxcB22L8rcoWfv7Hh/3WooVjBZmFtyxhgvkQFedPGnFw==} 855 857 856 - '@shikijs/langs@3.4.2': 857 - resolution: {integrity: sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==} 858 + '@shikijs/langs@3.7.0': 859 + resolution: {integrity: sha512-1zYtdfXLr9xDKLTGy5kb7O0zDQsxXiIsw1iIBcNOO8Yi5/Y1qDbJ+0VsFoqTlzdmneO8Ij35g7QKF8kcLyznCQ==} 858 860 859 - '@shikijs/themes@3.4.2': 860 - resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==} 861 + '@shikijs/themes@3.7.0': 862 + resolution: {integrity: sha512-VJx8497iZPy5zLiiCTSIaOChIcKQwR0FebwE9S3rcN0+J/GTWwQ1v/bqhTbpbY3zybPKeO8wdammqkpXc4NVjQ==} 861 863 862 - '@shikijs/types@3.4.2': 863 - resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==} 864 + '@shikijs/types@3.7.0': 865 + resolution: {integrity: sha512-MGaLeaRlSWpnP0XSAum3kP3a8vtcTsITqoEPYdt3lQG3YCdQH4DnEhodkYcNMcU0uW0RffhoD1O3e0vG5eSBBg==} 864 866 865 867 '@shikijs/vscode-textmate@10.0.2': 866 868 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 868 870 '@swc/helpers@0.5.17': 869 871 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 870 872 871 - '@tailwindcss/node@4.1.10': 872 - resolution: {integrity: sha512-2ACf1znY5fpRBwRhMgj9ZXvb2XZW8qs+oTfotJ2C5xR0/WNL7UHZ7zXl6s+rUqedL1mNi+0O+WQr5awGowS3PQ==} 873 + '@tailwindcss/node@4.1.11': 874 + resolution: {integrity: sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==} 873 875 874 - '@tailwindcss/oxide-android-arm64@4.1.10': 875 - resolution: {integrity: sha512-VGLazCoRQ7rtsCzThaI1UyDu/XRYVyH4/EWiaSX6tFglE+xZB5cvtC5Omt0OQ+FfiIVP98su16jDVHDEIuH4iQ==} 876 + '@tailwindcss/oxide-android-arm64@4.1.11': 877 + resolution: {integrity: sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==} 876 878 engines: {node: '>= 10'} 877 879 cpu: [arm64] 878 880 os: [android] 879 881 880 - '@tailwindcss/oxide-darwin-arm64@4.1.10': 881 - resolution: {integrity: sha512-ZIFqvR1irX2yNjWJzKCqTCcHZbgkSkSkZKbRM3BPzhDL/18idA8uWCoopYA2CSDdSGFlDAxYdU2yBHwAwx8euQ==} 882 + '@tailwindcss/oxide-darwin-arm64@4.1.11': 883 + resolution: {integrity: sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==} 882 884 engines: {node: '>= 10'} 883 885 cpu: [arm64] 884 886 os: [darwin] 885 887 886 - '@tailwindcss/oxide-darwin-x64@4.1.10': 887 - resolution: {integrity: sha512-eCA4zbIhWUFDXoamNztmS0MjXHSEJYlvATzWnRiTqJkcUteSjO94PoRHJy1Xbwp9bptjeIxxBHh+zBWFhttbrQ==} 888 + '@tailwindcss/oxide-darwin-x64@4.1.11': 889 + resolution: {integrity: sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==} 888 890 engines: {node: '>= 10'} 889 891 cpu: [x64] 890 892 os: [darwin] 891 893 892 - '@tailwindcss/oxide-freebsd-x64@4.1.10': 893 - resolution: {integrity: sha512-8/392Xu12R0cc93DpiJvNpJ4wYVSiciUlkiOHOSOQNH3adq9Gi/dtySK7dVQjXIOzlpSHjeCL89RUUI8/GTI6g==} 894 + '@tailwindcss/oxide-freebsd-x64@4.1.11': 895 + resolution: {integrity: sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==} 894 896 engines: {node: '>= 10'} 895 897 cpu: [x64] 896 898 os: [freebsd] 897 899 898 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.10': 899 - resolution: {integrity: sha512-t9rhmLT6EqeuPT+MXhWhlRYIMSfh5LZ6kBrC4FS6/+M1yXwfCtp24UumgCWOAJVyjQwG+lYva6wWZxrfvB+NhQ==} 900 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': 901 + resolution: {integrity: sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==} 900 902 engines: {node: '>= 10'} 901 903 cpu: [arm] 902 904 os: [linux] 903 905 904 - '@tailwindcss/oxide-linux-arm64-gnu@4.1.10': 905 - resolution: {integrity: sha512-3oWrlNlxLRxXejQ8zImzrVLuZ/9Z2SeKoLhtCu0hpo38hTO2iL86eFOu4sVR8cZc6n3z7eRXXqtHJECa6mFOvA==} 906 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': 907 + resolution: {integrity: sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==} 906 908 engines: {node: '>= 10'} 907 909 cpu: [arm64] 908 910 os: [linux] 909 911 910 - '@tailwindcss/oxide-linux-arm64-musl@4.1.10': 911 - resolution: {integrity: sha512-saScU0cmWvg/Ez4gUmQWr9pvY9Kssxt+Xenfx1LG7LmqjcrvBnw4r9VjkFcqmbBb7GCBwYNcZi9X3/oMda9sqQ==} 912 + '@tailwindcss/oxide-linux-arm64-musl@4.1.11': 913 + resolution: {integrity: sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==} 912 914 engines: {node: '>= 10'} 913 915 cpu: [arm64] 914 916 os: [linux] 915 917 916 - '@tailwindcss/oxide-linux-x64-gnu@4.1.10': 917 - resolution: {integrity: sha512-/G3ao/ybV9YEEgAXeEg28dyH6gs1QG8tvdN9c2MNZdUXYBaIY/Gx0N6RlJzfLy/7Nkdok4kaxKPHKJUlAaoTdA==} 918 + '@tailwindcss/oxide-linux-x64-gnu@4.1.11': 919 + resolution: {integrity: sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==} 918 920 engines: {node: '>= 10'} 919 921 cpu: [x64] 920 922 os: [linux] 921 923 922 - '@tailwindcss/oxide-linux-x64-musl@4.1.10': 923 - resolution: {integrity: sha512-LNr7X8fTiKGRtQGOerSayc2pWJp/9ptRYAa4G+U+cjw9kJZvkopav1AQc5HHD+U364f71tZv6XamaHKgrIoVzA==} 924 + '@tailwindcss/oxide-linux-x64-musl@4.1.11': 925 + resolution: {integrity: sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==} 924 926 engines: {node: '>= 10'} 925 927 cpu: [x64] 926 928 os: [linux] 927 929 928 - '@tailwindcss/oxide-wasm32-wasi@4.1.10': 929 - resolution: {integrity: sha512-d6ekQpopFQJAcIK2i7ZzWOYGZ+A6NzzvQ3ozBvWFdeyqfOZdYHU66g5yr+/HC4ipP1ZgWsqa80+ISNILk+ae/Q==} 930 + '@tailwindcss/oxide-wasm32-wasi@4.1.11': 931 + resolution: {integrity: sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==} 930 932 engines: {node: '>=14.0.0'} 931 933 cpu: [wasm32] 932 934 bundledDependencies: ··· 937 939 - '@emnapi/wasi-threads' 938 940 - tslib 939 941 940 - '@tailwindcss/oxide-win32-arm64-msvc@4.1.10': 941 - resolution: {integrity: sha512-i1Iwg9gRbwNVOCYmnigWCCgow8nDWSFmeTUU5nbNx3rqbe4p0kRbEqLwLJbYZKmSSp23g4N6rCDmm7OuPBXhDA==} 942 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': 943 + resolution: {integrity: sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==} 942 944 engines: {node: '>= 10'} 943 945 cpu: [arm64] 944 946 os: [win32] 945 947 946 - '@tailwindcss/oxide-win32-x64-msvc@4.1.10': 947 - resolution: {integrity: sha512-sGiJTjcBSfGq2DVRtaSljq5ZgZS2SDHSIfhOylkBvHVjwOsodBhnb3HdmiKkVuUGKD0I7G63abMOVaskj1KpOA==} 948 + '@tailwindcss/oxide-win32-x64-msvc@4.1.11': 949 + resolution: {integrity: sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==} 948 950 engines: {node: '>= 10'} 949 951 cpu: [x64] 950 952 os: [win32] 951 953 952 - '@tailwindcss/oxide@4.1.10': 953 - resolution: {integrity: sha512-v0C43s7Pjw+B9w21htrQwuFObSkio2aV/qPx/mhrRldbqxbWJK6KizM+q7BF1/1CmuLqZqX3CeYF7s7P9fbA8Q==} 954 + '@tailwindcss/oxide@4.1.11': 955 + resolution: {integrity: sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==} 954 956 engines: {node: '>= 10'} 955 957 956 958 '@tailwindcss/typography@0.5.16': ··· 958 960 peerDependencies: 959 961 tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' 960 962 961 - '@tailwindcss/vite@4.1.10': 962 - resolution: {integrity: sha512-QWnD5HDY2IADv+vYR82lOhqOlS1jSCUUAmfem52cXAhRTKxpDh3ARX8TTXJTCCO7Rv7cD2Nlekabv02bwP3a2A==} 963 + '@tailwindcss/vite@4.1.11': 964 + resolution: {integrity: sha512-RHYhrR3hku0MJFRV+fN2gNbDNEh3dwKvY8XJvTxCSXeMOsCRSr+uKvDWQcbizrHgjML6ZmTE5OwMrl5wKcujCw==} 963 965 peerDependencies: 964 - vite: ^5.2.0 || ^6 966 + vite: ^5.2.0 || ^6 || ^7 965 967 966 968 '@trysound/sax@0.2.0': 967 969 resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} ··· 973 975 '@types/estree-jsx@1.0.5': 974 976 resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} 975 977 976 - '@types/estree@1.0.7': 977 - resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} 978 + '@types/estree@1.0.8': 979 + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 978 980 979 981 '@types/fontkit@2.0.8': 980 982 resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} ··· 994 996 '@types/nlcst@2.0.3': 995 997 resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} 996 998 997 - '@types/node@22.15.27': 998 - resolution: {integrity: sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==} 999 + '@types/node@24.0.10': 1000 + resolution: {integrity: sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==} 999 1001 1000 1002 '@types/tar@6.1.13': 1001 1003 resolution: {integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==} ··· 1012 1014 '@ungap/structured-clone@1.3.0': 1013 1015 resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} 1014 1016 1015 - '@volar/kit@2.4.14': 1016 - resolution: {integrity: sha512-kBcmHjEodtmYGJELHePZd2JdeYm4ZGOd9F/pQ1YETYIzAwy4Z491EkJ1nRSo/GTxwKt0XYwYA/dHSEgXecVHRA==} 1017 + '@volar/kit@2.4.17': 1018 + resolution: {integrity: sha512-QWFz1GT7l4htOHd6qtXsSXsENoV3U/JhpWl4MWn/fX3ewajGB7wOi6l+1LZfeaXsLyOtLn8sEyl3+7b4+KlvYg==} 1017 1019 peerDependencies: 1018 1020 typescript: '*' 1019 1021 1020 - '@volar/language-core@2.4.14': 1021 - resolution: {integrity: sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==} 1022 + '@volar/language-core@2.4.17': 1023 + resolution: {integrity: sha512-chmRZMbKmcGpKMoO7Reb70uiLrzo0KWC2CkFttKUuKvrE+VYgi+fL9vWMJ07Fv5ulX0V1TAyyacN9q3nc5/ecA==} 1022 1024 1023 - '@volar/language-server@2.4.14': 1024 - resolution: {integrity: sha512-P3mGbQbW0v40UYBnb3DAaNtRYx6/MGOVKzdOWmBCGwjUkCR2xBkGrCFt05XnPDwFS/cTWDh2U6Mc9lpZ8Aecfw==} 1025 + '@volar/language-server@2.4.17': 1026 + resolution: {integrity: sha512-KUa0v5JjgbQ8hqDTJDoUFDcAfHoE34kd13qAldHst2+zCeOoAthDBg6ZU7d2cGQznCsx7Vm0k5dRrOxj8JG+dg==} 1025 1027 1026 - '@volar/language-service@2.4.14': 1027 - resolution: {integrity: sha512-vNC3823EJohdzLTyjZoCMPwoWCfINB5emusniCkW5CGoGHQov4VVmT6yI5ncgP/NpgAIUv2NEkJooXvLHA4VeQ==} 1028 + '@volar/language-service@2.4.17': 1029 + resolution: {integrity: sha512-FPmLSJL5znBbfDANuemGeXY3WSLqACs8+NcC4BtATD77nQBx5zubsSXlU1lVJv005pzXqtyhd4dzICUTwo61CQ==} 1028 1030 1029 - '@volar/source-map@2.4.14': 1030 - resolution: {integrity: sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==} 1031 + '@volar/source-map@2.4.17': 1032 + resolution: {integrity: sha512-QDybtQyO3Ms/NjFqNHTC5tbDN2oK5VH7ZaKrcubtfHBDj63n2pizHC3wlMQ+iT55kQXZUUAbmBX5L1C8CHFeBw==} 1031 1033 1032 - '@volar/typescript@2.4.14': 1033 - resolution: {integrity: sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==} 1034 + '@volar/typescript@2.4.17': 1035 + resolution: {integrity: sha512-3paEFNh4P5DkgNUB2YkTRrfUekN4brAXxd3Ow1syMqdIPtCZHbUy4AW99S5RO/7mzyTWPMdDSo3mqTpB/LPObQ==} 1034 1036 1035 1037 '@vscode/emmet-helper@2.11.0': 1036 1038 resolution: {integrity: sha512-QLxjQR3imPZPQltfbWRnHU6JecWTF1QSWhx3GAKQpslx7y3Dp6sIIXhKjiUJ/BR9FX8PVthjr9PD6pNwOJfAzw==} ··· 1043 1045 peerDependencies: 1044 1046 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 1045 1047 1046 - acorn@8.14.1: 1047 - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} 1048 + acorn@8.15.0: 1049 + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} 1048 1050 engines: {node: '>=0.4.0'} 1049 1051 hasBin: true 1050 1052 ··· 1091 1093 astro-icon@1.1.5: 1092 1094 resolution: {integrity: sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==} 1093 1095 1094 - astro@5.9.3: 1095 - resolution: {integrity: sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==} 1096 + astro-matomo@1.9.0: 1097 + resolution: {integrity: sha512-eOmhDHvqjrasJvhaKTSEZIMk9pW/3OcqYS6VVGOQBrEg33H1/Mk62sJuv2dxmsg3cNTDwm2rlZlw9r18KNgYnw==} 1098 + peerDependencies: 1099 + astro: ^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 1100 + 1101 + astro@5.11.0: 1102 + resolution: {integrity: sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==} 1096 1103 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 1097 1104 hasBin: true 1098 1105 1099 1106 asynckit@0.4.0: 1100 1107 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 1101 1108 1102 - axios@1.9.0: 1103 - resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} 1109 + axios@1.10.0: 1110 + resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==} 1104 1111 1105 1112 axobject-query@4.1.0: 1106 1113 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} ··· 1137 1144 brotli@1.3.3: 1138 1145 resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} 1139 1146 1140 - browserslist@4.25.0: 1141 - resolution: {integrity: sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==} 1147 + browserslist@4.25.1: 1148 + resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==} 1142 1149 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1143 1150 hasBin: true 1144 1151 ··· 1153 1160 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} 1154 1161 engines: {node: '>=16'} 1155 1162 1156 - caniuse-lite@1.0.30001720: 1157 - resolution: {integrity: sha512-Ec/2yV2nNPwb4DnTANEV99ZWwm3ZWfdlfkQbWSDDt+PsXEVYwlhPH8tdMaPunYTKKmz7AnHi2oNEi1GcmKCD8g==} 1163 + caniuse-lite@1.0.30001726: 1164 + resolution: {integrity: sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==} 1158 1165 1159 1166 ccount@2.0.1: 1160 1167 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} ··· 1267 1274 crossws@0.3.5: 1268 1275 resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} 1269 1276 1270 - css-select@5.1.0: 1271 - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} 1277 + css-select@5.2.2: 1278 + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} 1272 1279 1273 1280 css-tree@2.2.1: 1274 1281 resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} ··· 1282 1289 resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 1283 1290 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 1284 1291 1285 - css-what@6.1.0: 1286 - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} 1292 + css-what@6.2.2: 1293 + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} 1287 1294 engines: {node: '>= 6'} 1288 1295 1289 1296 cssesc@3.0.0: ··· 1307 1314 supports-color: 1308 1315 optional: true 1309 1316 1310 - decode-named-character-reference@1.1.0: 1311 - resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} 1317 + decode-named-character-reference@1.2.0: 1318 + resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} 1312 1319 1313 1320 defu@6.1.4: 1314 1321 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} ··· 1376 1383 ee-first@1.1.1: 1377 1384 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 1378 1385 1379 - electron-to-chromium@1.5.161: 1380 - resolution: {integrity: sha512-hwtetwfKNZo/UlwHIVBlKZVdy7o8bIZxxKs0Mv/ROPiQQQmDgdm5a+KvKtBsxM8ZjFzTaCeLoodZ8jiBE3o9rA==} 1386 + electron-to-chromium@1.5.179: 1387 + resolution: {integrity: sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==} 1381 1388 1382 1389 emmet@2.4.11: 1383 1390 resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==} ··· 1392 1399 resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} 1393 1400 engines: {node: '>= 0.8'} 1394 1401 1395 - encoding-sniffer@0.2.0: 1396 - resolution: {integrity: sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==} 1402 + encoding-sniffer@0.2.1: 1403 + resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==} 1397 1404 1398 - end-of-stream@1.4.4: 1399 - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 1405 + end-of-stream@1.4.5: 1406 + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} 1400 1407 1401 - enhanced-resolve@5.18.1: 1402 - resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} 1408 + enhanced-resolve@5.18.2: 1409 + resolution: {integrity: sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==} 1403 1410 engines: {node: '>=10.13.0'} 1404 1411 1405 1412 entities@4.5.0: 1406 1413 resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} 1407 1414 engines: {node: '>=0.12'} 1408 1415 1409 - entities@6.0.0: 1410 - resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} 1416 + entities@6.0.1: 1417 + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} 1411 1418 engines: {node: '>=0.12'} 1412 1419 1413 1420 es-define-property@1.0.1: ··· 1482 1489 eventemitter3@5.0.1: 1483 1490 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1484 1491 1485 - exsolve@1.0.5: 1486 - resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==} 1492 + exsolve@1.0.7: 1493 + resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==} 1487 1494 1488 1495 extend@3.0.2: 1489 1496 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} ··· 1513 1520 fd-slicer@1.1.0: 1514 1521 resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} 1515 1522 1516 - fdir@6.4.5: 1517 - resolution: {integrity: sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==} 1523 + fdir@6.4.6: 1524 + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} 1518 1525 peerDependencies: 1519 1526 picomatch: ^3 || ^4 1520 1527 peerDependenciesMeta: ··· 1544 1551 fontkit@2.0.4: 1545 1552 resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} 1546 1553 1547 - form-data@4.0.2: 1548 - resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} 1554 + form-data@4.0.3: 1555 + resolution: {integrity: sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==} 1549 1556 engines: {node: '>= 6'} 1550 1557 1551 1558 fresh@2.0.0: ··· 1594 1601 glob-parent@5.1.2: 1595 1602 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1596 1603 engines: {node: '>= 6'} 1597 - 1598 - globals@11.12.0: 1599 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1600 - engines: {node: '>=4'} 1601 1604 1602 1605 globals@15.15.0: 1603 1606 resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} ··· 2160 2163 node-html-parser@6.1.13: 2161 2164 resolution: {integrity: sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==} 2162 2165 2163 - node-mock-http@1.0.0: 2164 - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} 2166 + node-mock-http@1.0.1: 2167 + resolution: {integrity: sha512-0gJJgENizp4ghds/Ywu2FCmcRsgBTmRQzYPZm61wy+Em2sBarSka0OhQS5huLBg6od1zkNpnWMCZloQDFVvOMQ==} 2165 2168 2166 2169 node-releases@2.0.19: 2167 2170 resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} ··· 2251 2254 pkg-types@1.3.1: 2252 2255 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 2253 2256 2254 - pkg-types@2.1.0: 2255 - resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} 2257 + pkg-types@2.2.0: 2258 + resolution: {integrity: sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==} 2256 2259 2257 2260 postcss-selector-parser@6.0.10: 2258 2261 resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} 2259 2262 engines: {node: '>=4'} 2260 2263 2261 - postcss@8.5.4: 2262 - resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==} 2264 + postcss@8.5.6: 2265 + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 2263 2266 engines: {node: ^10 || ^12 || >=14} 2264 2267 2265 2268 preact-render-to-string@6.5.13: ··· 2292 2295 proxy-from-env@1.1.0: 2293 2296 resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} 2294 2297 2295 - pump@3.0.2: 2296 - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} 2298 + pump@3.0.3: 2299 + resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} 2297 2300 2298 2301 quansync@0.2.10: 2299 2302 resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==} ··· 2400 2403 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 2401 2404 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 2402 2405 2403 - rollup@4.41.1: 2404 - resolution: {integrity: sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==} 2406 + rollup@4.44.1: 2407 + resolution: {integrity: sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==} 2405 2408 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 2406 2409 hasBin: true 2407 2410 ··· 2438 2441 resolution: {integrity: sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==} 2439 2442 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 2440 2443 2441 - shiki@3.4.2: 2442 - resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==} 2444 + shiki@3.7.0: 2445 + resolution: {integrity: sha512-ZcI4UT9n6N2pDuM2n3Jbk0sR4Swzq43nLPgS/4h0E3B/NrFn2HKElrDtceSf8Zx/OWYOo7G1SAtBLypCp+YXqg==} 2443 2446 2444 2447 simple-code-frame@1.3.0: 2445 2448 resolution: {integrity: sha512-MB4pQmETUBlNs62BBeRjIFGeuy/x6gGKh7+eRUemn1rCFhqo7K+4slPqsyizCbcbYLnaYqaoZ2FWsZ/jN06D8w==} ··· 2450 2453 sisteransi@1.0.5: 2451 2454 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 2452 2455 2453 - smol-toml@1.3.4: 2454 - resolution: {integrity: sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==} 2456 + smol-toml@1.4.1: 2457 + resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==} 2455 2458 engines: {node: '>= 18'} 2456 2459 2457 2460 source-map-js@1.2.1: ··· 2471 2474 2472 2475 statuses@2.0.1: 2473 2476 resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} 2477 + engines: {node: '>= 0.8'} 2478 + 2479 + statuses@2.0.2: 2480 + resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} 2474 2481 engines: {node: '>= 0.8'} 2475 2482 2476 2483 string-width@4.2.3: ··· 2495 2502 strnum@2.1.1: 2496 2503 resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} 2497 2504 2498 - style-to-js@1.1.16: 2499 - resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==} 2505 + style-to-js@1.1.17: 2506 + resolution: {integrity: sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==} 2500 2507 2501 - style-to-object@1.0.8: 2502 - resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 2508 + style-to-object@1.0.9: 2509 + resolution: {integrity: sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==} 2503 2510 2504 2511 svgo@3.3.2: 2505 2512 resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} 2506 2513 engines: {node: '>=14.0.0'} 2507 2514 hasBin: true 2508 2515 2509 - tailwindcss@4.1.10: 2510 - resolution: {integrity: sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==} 2516 + tailwindcss@4.1.11: 2517 + resolution: {integrity: sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==} 2511 2518 2512 2519 tapable@2.2.2: 2513 2520 resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} ··· 2588 2595 uncrypto@0.1.3: 2589 2596 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} 2590 2597 2591 - undici-types@6.21.0: 2592 - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} 2598 + undici-types@7.8.0: 2599 + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} 2593 2600 2594 2601 undici@6.21.3: 2595 2602 resolution: {integrity: sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==} ··· 2604 2611 unified@11.0.5: 2605 2612 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 2606 2613 2607 - unifont@0.5.0: 2608 - resolution: {integrity: sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==} 2614 + unifont@0.5.2: 2615 + resolution: {integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==} 2609 2616 2610 2617 unist-util-find-after@5.0.0: 2611 2618 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 2714 2721 vfile@6.0.3: 2715 2722 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2716 2723 2717 - vite-prerender-plugin@0.5.10: 2718 - resolution: {integrity: sha512-m4i0G5oc3LPLA02uW2XsFZmYNxZdyryz5Ksi78O9puj/ao5c8dBUW06caGwoM1TmYknTBBUyKhtqajUpoP+z8Q==} 2724 + vite-prerender-plugin@0.5.11: 2725 + resolution: {integrity: sha512-xWOhb8Ef2zoJIiinYVunIf3omRfUbEXcPEvrkQcrDpJ2yjDokxhvQ26eSJbkthRhymntWx6816jpATrJphh+ug==} 2719 2726 peerDependencies: 2720 - vite: 5.x || 6.x 2727 + vite: 5.x || 6.x || 7.x 2721 2728 2722 2729 vite@6.3.5: 2723 2730 resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} ··· 2759 2766 yaml: 2760 2767 optional: true 2761 2768 2762 - vitefu@1.0.6: 2763 - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 2769 + vitefu@1.1.0: 2770 + resolution: {integrity: sha512-AiG/L9DVsEYHWQ9jAEnke0nKiASlPw+JYwDl6Z4l6a6/IqT1tKseEl6R5+rVnKJt/K3jCTWiQvgoIh5MuqBJJQ==} 2764 2771 peerDependencies: 2765 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2772 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 2766 2773 peerDependenciesMeta: 2767 2774 vite: 2768 2775 optional: true ··· 2826 2833 '@volar/language-service': 2827 2834 optional: true 2828 2835 2829 - vscode-css-languageservice@6.3.5: 2830 - resolution: {integrity: sha512-ehEIMXYPYEz/5Svi2raL9OKLpBt5dSAdoCFoLpo0TVFKrVpDemyuQwS3c3D552z/qQCg3pMp8oOLMObY6M3ajQ==} 2836 + vscode-css-languageservice@6.3.7: 2837 + resolution: {integrity: sha512-5TmXHKllPzfkPhW4UE9sODV3E0bIOJPOk+EERKllf2SmAczjfTmYeq5txco+N3jpF8KIZ6loj/JptpHBQuVQRA==} 2831 2838 2832 - vscode-html-languageservice@5.4.0: 2833 - resolution: {integrity: sha512-9/cbc90BSYCghmHI7/VbWettHZdC7WYpz2g5gBK6UDUI1MkZbM773Q12uAYJx9jzAiNHPpyo6KzcwmcnugncAQ==} 2839 + vscode-html-languageservice@5.5.1: 2840 + resolution: {integrity: sha512-/ZdEtsZ3OiFSyL00kmmu7crFV9KwWR+MgpzjsxO60DQH7sIfHZM892C/E4iDd11EKocr+NYuvOA4Y7uc3QzLEA==} 2834 2841 2835 2842 vscode-json-languageservice@4.1.8: 2836 2843 resolution: {integrity: sha512-0vSpg6Xd9hfV+eZAaYN63xVVMOTmJ4GgHxXnkLCh+9RsQBkWKIghzLhW2B9ebfG+LQQg8uLtsQ2aUKjTgE+QOg==} ··· 2962 2969 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2963 2970 engines: {node: '>=18'} 2964 2971 2965 - zod-to-json-schema@3.24.5: 2966 - resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 2972 + zod-to-json-schema@3.24.6: 2973 + resolution: {integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==} 2967 2974 peerDependencies: 2968 2975 zod: ^3.24.1 2969 2976 ··· 2973 2980 typescript: ^4.9.4 || ^5.0.2 2974 2981 zod: ^3 2975 2982 2976 - zod@3.25.41: 2977 - resolution: {integrity: sha512-8+sDJTGtCYIDBhdqDygp0ffj8kzziRKqAJPhpYObbElJ+3TRe/mnlnwH+/OMa3kKhueS4Drm5UMW00/u1p07zA==} 2983 + zod@3.25.72: 2984 + resolution: {integrity: sha512-Cl+fe4dNL4XumOBNBsr0lHfA80PQiZXHI4xEMTEr8gt6aGz92t3lBA32e71j9+JeF/VAYvdfBnuwJs+BMx/BrA==} 2978 2985 2979 2986 zwitch@2.0.4: 2980 2987 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} ··· 2983 2990 2984 2991 '@ampproject/remapping@2.3.0': 2985 2992 dependencies: 2986 - '@jridgewell/gen-mapping': 0.3.8 2987 - '@jridgewell/trace-mapping': 0.3.25 2993 + '@jridgewell/gen-mapping': 0.3.12 2994 + '@jridgewell/trace-mapping': 0.3.29 2988 2995 2989 2996 '@antfu/install-pkg@1.1.0': 2990 2997 dependencies: ··· 3004 3011 - prettier 3005 3012 - prettier-plugin-astro 3006 3013 3007 - '@astrojs/compiler@2.12.0': {} 3008 - 3009 3014 '@astrojs/compiler@2.12.2': {} 3010 3015 3011 3016 '@astrojs/internal-helpers@0.6.1': {} 3012 3017 3013 3018 '@astrojs/language-server@2.15.4(typescript@5.8.3)': 3014 3019 dependencies: 3015 - '@astrojs/compiler': 2.12.0 3020 + '@astrojs/compiler': 2.12.2 3016 3021 '@astrojs/yaml2ts': 0.2.2 3017 - '@jridgewell/sourcemap-codec': 1.5.0 3018 - '@volar/kit': 2.4.14(typescript@5.8.3) 3019 - '@volar/language-core': 2.4.14 3020 - '@volar/language-server': 2.4.14 3021 - '@volar/language-service': 2.4.14 3022 + '@jridgewell/sourcemap-codec': 1.5.4 3023 + '@volar/kit': 2.4.17(typescript@5.8.3) 3024 + '@volar/language-core': 2.4.17 3025 + '@volar/language-server': 2.4.17 3026 + '@volar/language-service': 2.4.17 3022 3027 fast-glob: 3.3.3 3023 3028 muggle-string: 0.4.1 3024 - volar-service-css: 0.0.62(@volar/language-service@2.4.14) 3025 - volar-service-emmet: 0.0.62(@volar/language-service@2.4.14) 3026 - volar-service-html: 0.0.62(@volar/language-service@2.4.14) 3027 - volar-service-prettier: 0.0.62(@volar/language-service@2.4.14) 3028 - volar-service-typescript: 0.0.62(@volar/language-service@2.4.14) 3029 - volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.14) 3030 - volar-service-yaml: 0.0.62(@volar/language-service@2.4.14) 3031 - vscode-html-languageservice: 5.4.0 3029 + volar-service-css: 0.0.62(@volar/language-service@2.4.17) 3030 + volar-service-emmet: 0.0.62(@volar/language-service@2.4.17) 3031 + volar-service-html: 0.0.62(@volar/language-service@2.4.17) 3032 + volar-service-prettier: 0.0.62(@volar/language-service@2.4.17) 3033 + volar-service-typescript: 0.0.62(@volar/language-service@2.4.17) 3034 + volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.17) 3035 + volar-service-yaml: 0.0.62(@volar/language-service@2.4.17) 3036 + vscode-html-languageservice: 5.5.1 3032 3037 vscode-uri: 3.1.0 3033 3038 transitivePeerDependencies: 3034 3039 - typescript ··· 3049 3054 remark-parse: 11.0.0 3050 3055 remark-rehype: 11.1.2 3051 3056 remark-smartypants: 3.0.2 3052 - shiki: 3.4.2 3053 - smol-toml: 1.3.4 3057 + shiki: 3.7.0 3058 + smol-toml: 1.4.1 3054 3059 unified: 11.0.5 3055 3060 unist-util-remove-position: 5.0.0 3056 3061 unist-util-visit: 5.0.0 ··· 3059 3064 transitivePeerDependencies: 3060 3065 - supports-color 3061 3066 3062 - '@astrojs/mdx@4.3.0(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 3067 + '@astrojs/mdx@4.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0))': 3063 3068 dependencies: 3064 3069 '@astrojs/markdown-remark': 6.3.2 3065 - '@mdx-js/mdx': 3.1.0(acorn@8.14.1) 3066 - acorn: 8.14.1 3067 - astro: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3070 + '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 3071 + acorn: 8.15.0 3072 + astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 3068 3073 es-module-lexer: 1.7.0 3069 3074 estree-util-visit: 2.0.0 3070 3075 hast-util-to-html: 9.0.5 ··· 3078 3083 transitivePeerDependencies: 3079 3084 - supports-color 3080 3085 3081 - '@astrojs/node@9.2.2(astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0))': 3086 + '@astrojs/node@9.3.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0))': 3082 3087 dependencies: 3083 3088 '@astrojs/internal-helpers': 0.6.1 3084 - astro: 5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0) 3089 + astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 3085 3090 send: 1.2.0 3086 3091 server-destroy: 1.0.1 3087 3092 transitivePeerDependencies: 3088 3093 - supports-color 3089 3094 3090 - '@astrojs/preact@4.1.0(@babel/core@7.27.3)(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0)': 3095 + '@astrojs/preact@4.1.0(@babel/core@7.28.0)(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(preact@10.26.9)(yaml@2.8.0)': 3091 3096 dependencies: 3092 - '@preact/preset-vite': 2.10.1(@babel/core@7.27.3)(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3093 - '@preact/signals': 2.2.0(preact@10.26.9) 3097 + '@preact/preset-vite': 2.10.2(@babel/core@7.28.0)(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3098 + '@preact/signals': 2.2.1(preact@10.26.9) 3094 3099 preact: 10.26.9 3095 3100 preact-render-to-string: 6.5.13(preact@10.26.9) 3096 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3101 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3097 3102 transitivePeerDependencies: 3098 3103 - '@babel/core' 3099 3104 - '@types/node' ··· 3140 3145 js-tokens: 4.0.0 3141 3146 picocolors: 1.1.1 3142 3147 3143 - '@babel/compat-data@7.27.3': {} 3148 + '@babel/compat-data@7.28.0': {} 3144 3149 3145 - '@babel/core@7.27.3': 3150 + '@babel/core@7.28.0': 3146 3151 dependencies: 3147 3152 '@ampproject/remapping': 2.3.0 3148 3153 '@babel/code-frame': 7.27.1 3149 - '@babel/generator': 7.27.3 3154 + '@babel/generator': 7.28.0 3150 3155 '@babel/helper-compilation-targets': 7.27.2 3151 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.3) 3152 - '@babel/helpers': 7.27.3 3153 - '@babel/parser': 7.27.3 3156 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) 3157 + '@babel/helpers': 7.27.6 3158 + '@babel/parser': 7.28.0 3154 3159 '@babel/template': 7.27.2 3155 - '@babel/traverse': 7.27.3 3156 - '@babel/types': 7.27.3 3160 + '@babel/traverse': 7.28.0 3161 + '@babel/types': 7.28.0 3157 3162 convert-source-map: 2.0.0 3158 3163 debug: 4.4.1 3159 3164 gensync: 1.0.0-beta.2 ··· 3162 3167 transitivePeerDependencies: 3163 3168 - supports-color 3164 3169 3165 - '@babel/generator@7.27.3': 3170 + '@babel/generator@7.28.0': 3166 3171 dependencies: 3167 - '@babel/parser': 7.27.3 3168 - '@babel/types': 7.27.3 3169 - '@jridgewell/gen-mapping': 0.3.8 3170 - '@jridgewell/trace-mapping': 0.3.25 3172 + '@babel/parser': 7.28.0 3173 + '@babel/types': 7.28.0 3174 + '@jridgewell/gen-mapping': 0.3.12 3175 + '@jridgewell/trace-mapping': 0.3.29 3171 3176 jsesc: 3.1.0 3172 3177 3173 3178 '@babel/helper-annotate-as-pure@7.27.3': 3174 3179 dependencies: 3175 - '@babel/types': 7.27.3 3180 + '@babel/types': 7.28.0 3176 3181 3177 3182 '@babel/helper-compilation-targets@7.27.2': 3178 3183 dependencies: 3179 - '@babel/compat-data': 7.27.3 3184 + '@babel/compat-data': 7.28.0 3180 3185 '@babel/helper-validator-option': 7.27.1 3181 - browserslist: 4.25.0 3186 + browserslist: 4.25.1 3182 3187 lru-cache: 5.1.1 3183 3188 semver: 6.3.1 3184 3189 3190 + '@babel/helper-globals@7.28.0': {} 3191 + 3185 3192 '@babel/helper-module-imports@7.27.1': 3186 3193 dependencies: 3187 - '@babel/traverse': 7.27.3 3188 - '@babel/types': 7.27.3 3194 + '@babel/traverse': 7.28.0 3195 + '@babel/types': 7.28.0 3189 3196 transitivePeerDependencies: 3190 3197 - supports-color 3191 3198 3192 - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.3)': 3199 + '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': 3193 3200 dependencies: 3194 - '@babel/core': 7.27.3 3201 + '@babel/core': 7.28.0 3195 3202 '@babel/helper-module-imports': 7.27.1 3196 3203 '@babel/helper-validator-identifier': 7.27.1 3197 - '@babel/traverse': 7.27.3 3204 + '@babel/traverse': 7.28.0 3198 3205 transitivePeerDependencies: 3199 3206 - supports-color 3200 3207 ··· 3206 3213 3207 3214 '@babel/helper-validator-option@7.27.1': {} 3208 3215 3209 - '@babel/helpers@7.27.3': 3216 + '@babel/helpers@7.27.6': 3210 3217 dependencies: 3211 3218 '@babel/template': 7.27.2 3212 - '@babel/types': 7.27.3 3219 + '@babel/types': 7.28.0 3213 3220 3214 - '@babel/parser@7.27.3': 3221 + '@babel/parser@7.28.0': 3215 3222 dependencies: 3216 - '@babel/types': 7.27.3 3223 + '@babel/types': 7.28.0 3217 3224 3218 - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.3)': 3225 + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.0)': 3219 3226 dependencies: 3220 - '@babel/core': 7.27.3 3227 + '@babel/core': 7.28.0 3221 3228 '@babel/helper-plugin-utils': 7.27.1 3222 3229 3223 - '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.27.3)': 3230 + '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.28.0)': 3224 3231 dependencies: 3225 - '@babel/core': 7.27.3 3226 - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.27.3) 3232 + '@babel/core': 7.28.0 3233 + '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.28.0) 3227 3234 transitivePeerDependencies: 3228 3235 - supports-color 3229 3236 3230 - '@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.27.3)': 3237 + '@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.28.0)': 3231 3238 dependencies: 3232 - '@babel/core': 7.27.3 3239 + '@babel/core': 7.28.0 3233 3240 '@babel/helper-annotate-as-pure': 7.27.3 3234 3241 '@babel/helper-module-imports': 7.27.1 3235 3242 '@babel/helper-plugin-utils': 7.27.1 3236 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.3) 3237 - '@babel/types': 7.27.3 3243 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.0) 3244 + '@babel/types': 7.28.0 3238 3245 transitivePeerDependencies: 3239 3246 - supports-color 3240 3247 3241 3248 '@babel/template@7.27.2': 3242 3249 dependencies: 3243 3250 '@babel/code-frame': 7.27.1 3244 - '@babel/parser': 7.27.3 3245 - '@babel/types': 7.27.3 3251 + '@babel/parser': 7.28.0 3252 + '@babel/types': 7.28.0 3246 3253 3247 - '@babel/traverse@7.27.3': 3254 + '@babel/traverse@7.28.0': 3248 3255 dependencies: 3249 3256 '@babel/code-frame': 7.27.1 3250 - '@babel/generator': 7.27.3 3251 - '@babel/parser': 7.27.3 3257 + '@babel/generator': 7.28.0 3258 + '@babel/helper-globals': 7.28.0 3259 + '@babel/parser': 7.28.0 3252 3260 '@babel/template': 7.27.2 3253 - '@babel/types': 7.27.3 3261 + '@babel/types': 7.28.0 3254 3262 debug: 4.4.1 3255 - globals: 11.12.0 3256 3263 transitivePeerDependencies: 3257 3264 - supports-color 3258 3265 3259 - '@babel/types@7.27.3': 3266 + '@babel/types@7.28.0': 3260 3267 dependencies: 3261 3268 '@babel/helper-string-parser': 7.27.1 3262 3269 '@babel/helper-validator-identifier': 7.27.1 ··· 3392 3399 dependencies: 3393 3400 '@iconify/types': 2.0.0 3394 3401 3395 - '@iconify-json/token@1.2.17': 3402 + '@iconify-json/token@1.2.18': 3396 3403 dependencies: 3397 3404 '@iconify/types': 2.0.0 3398 3405 ··· 3401 3408 '@iconify/types': 2.0.0 3402 3409 '@iconify/utils': 2.3.0 3403 3410 '@types/tar': 6.1.13 3404 - axios: 1.9.0 3411 + axios: 1.10.0 3405 3412 cheerio: 1.0.0 3406 3413 domhandler: 5.0.3 3407 3414 extract-zip: 2.0.1 ··· 3588 3595 dependencies: 3589 3596 minipass: 7.1.2 3590 3597 3591 - '@jridgewell/gen-mapping@0.3.8': 3598 + '@jridgewell/gen-mapping@0.3.12': 3592 3599 dependencies: 3593 - '@jridgewell/set-array': 1.2.1 3594 - '@jridgewell/sourcemap-codec': 1.5.0 3595 - '@jridgewell/trace-mapping': 0.3.25 3600 + '@jridgewell/sourcemap-codec': 1.5.4 3601 + '@jridgewell/trace-mapping': 0.3.29 3596 3602 3597 3603 '@jridgewell/resolve-uri@3.1.2': {} 3598 3604 3599 - '@jridgewell/set-array@1.2.1': {} 3605 + '@jridgewell/sourcemap-codec@1.5.4': {} 3600 3606 3601 - '@jridgewell/sourcemap-codec@1.5.0': {} 3602 - 3603 - '@jridgewell/trace-mapping@0.3.25': 3607 + '@jridgewell/trace-mapping@0.3.29': 3604 3608 dependencies: 3605 3609 '@jridgewell/resolve-uri': 3.1.2 3606 - '@jridgewell/sourcemap-codec': 1.5.0 3610 + '@jridgewell/sourcemap-codec': 1.5.4 3607 3611 3608 - '@mdx-js/mdx@3.1.0(acorn@8.14.1)': 3612 + '@mdx-js/mdx@3.1.0(acorn@8.15.0)': 3609 3613 dependencies: 3610 - '@types/estree': 1.0.7 3614 + '@types/estree': 1.0.8 3611 3615 '@types/estree-jsx': 1.0.5 3612 3616 '@types/hast': 3.0.4 3613 3617 '@types/mdx': 2.0.13 ··· 3619 3623 hast-util-to-jsx-runtime: 2.3.6 3620 3624 markdown-extensions: 2.0.0 3621 3625 recma-build-jsx: 1.0.0 3622 - recma-jsx: 1.0.0(acorn@8.14.1) 3626 + recma-jsx: 1.0.0(acorn@8.15.0) 3623 3627 recma-stringify: 1.0.0 3624 3628 rehype-recma: 1.0.0 3625 3629 remark-mdx: 3.1.0 ··· 3649 3653 3650 3654 '@oslojs/encoding@1.1.0': {} 3651 3655 3652 - '@preact/preset-vite@2.10.1(@babel/core@7.27.3)(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3656 + '@preact/preset-vite@2.10.2(@babel/core@7.28.0)(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3653 3657 dependencies: 3654 - '@babel/core': 7.27.3 3655 - '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.27.3) 3656 - '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.27.3) 3657 - '@prefresh/vite': 2.4.7(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3658 + '@babel/core': 7.28.0 3659 + '@babel/plugin-transform-react-jsx': 7.27.1(@babel/core@7.28.0) 3660 + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.28.0) 3661 + '@prefresh/vite': 2.4.8(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3658 3662 '@rollup/pluginutils': 4.2.1 3659 - babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.27.3) 3663 + babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.28.0) 3660 3664 debug: 4.4.1 3661 - kolorist: 1.8.0 3662 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3663 - vite-prerender-plugin: 0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3665 + picocolors: 1.1.1 3666 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3667 + vite-prerender-plugin: 0.5.11(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 3664 3668 transitivePeerDependencies: 3665 3669 - preact 3666 3670 - supports-color 3667 3671 3668 - '@preact/signals-core@1.9.0': {} 3672 + '@preact/signals-core@1.11.0': {} 3669 3673 3670 - '@preact/signals@2.2.0(preact@10.26.9)': 3674 + '@preact/signals@2.2.1(preact@10.26.9)': 3671 3675 dependencies: 3672 - '@preact/signals-core': 1.9.0 3676 + '@preact/signals-core': 1.11.0 3673 3677 preact: 10.26.9 3674 3678 3675 - '@prefresh/babel-plugin@0.5.1': {} 3679 + '@prefresh/babel-plugin@0.5.2': {} 3676 3680 3677 - '@prefresh/core@1.5.3(preact@10.26.9)': 3681 + '@prefresh/core@1.5.5(preact@10.26.9)': 3678 3682 dependencies: 3679 3683 preact: 10.26.9 3680 3684 3681 - '@prefresh/utils@1.2.0': {} 3685 + '@prefresh/utils@1.2.1': {} 3682 3686 3683 - '@prefresh/vite@2.4.7(preact@10.26.9)(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3687 + '@prefresh/vite@2.4.8(preact@10.26.9)(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3684 3688 dependencies: 3685 - '@babel/core': 7.27.3 3686 - '@prefresh/babel-plugin': 0.5.1 3687 - '@prefresh/core': 1.5.3(preact@10.26.9) 3688 - '@prefresh/utils': 1.2.0 3689 + '@babel/core': 7.28.0 3690 + '@prefresh/babel-plugin': 0.5.2 3691 + '@prefresh/core': 1.5.5(preact@10.26.9) 3692 + '@prefresh/utils': 1.2.1 3689 3693 '@rollup/pluginutils': 4.2.1 3690 3694 preact: 10.26.9 3691 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3695 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3692 3696 transitivePeerDependencies: 3693 3697 - supports-color 3694 3698 ··· 3697 3701 estree-walker: 2.0.2 3698 3702 picomatch: 2.3.1 3699 3703 3700 - '@rollup/pluginutils@5.1.4(rollup@4.41.1)': 3704 + '@rollup/pluginutils@5.2.0(rollup@4.44.1)': 3701 3705 dependencies: 3702 - '@types/estree': 1.0.7 3706 + '@types/estree': 1.0.8 3703 3707 estree-walker: 2.0.2 3704 3708 picomatch: 4.0.2 3705 3709 optionalDependencies: 3706 - rollup: 4.41.1 3710 + rollup: 4.44.1 3707 3711 3708 - '@rollup/rollup-android-arm-eabi@4.41.1': 3712 + '@rollup/rollup-android-arm-eabi@4.44.1': 3709 3713 optional: true 3710 3714 3711 - '@rollup/rollup-android-arm64@4.41.1': 3715 + '@rollup/rollup-android-arm64@4.44.1': 3712 3716 optional: true 3713 3717 3714 - '@rollup/rollup-darwin-arm64@4.41.1': 3718 + '@rollup/rollup-darwin-arm64@4.44.1': 3715 3719 optional: true 3716 3720 3717 - '@rollup/rollup-darwin-x64@4.41.1': 3721 + '@rollup/rollup-darwin-x64@4.44.1': 3718 3722 optional: true 3719 3723 3720 - '@rollup/rollup-freebsd-arm64@4.41.1': 3724 + '@rollup/rollup-freebsd-arm64@4.44.1': 3721 3725 optional: true 3722 3726 3723 - '@rollup/rollup-freebsd-x64@4.41.1': 3727 + '@rollup/rollup-freebsd-x64@4.44.1': 3724 3728 optional: true 3725 3729 3726 - '@rollup/rollup-linux-arm-gnueabihf@4.41.1': 3730 + '@rollup/rollup-linux-arm-gnueabihf@4.44.1': 3727 3731 optional: true 3728 3732 3729 - '@rollup/rollup-linux-arm-musleabihf@4.41.1': 3733 + '@rollup/rollup-linux-arm-musleabihf@4.44.1': 3730 3734 optional: true 3731 3735 3732 - '@rollup/rollup-linux-arm64-gnu@4.41.1': 3736 + '@rollup/rollup-linux-arm64-gnu@4.44.1': 3733 3737 optional: true 3734 3738 3735 - '@rollup/rollup-linux-arm64-musl@4.41.1': 3739 + '@rollup/rollup-linux-arm64-musl@4.44.1': 3736 3740 optional: true 3737 3741 3738 - '@rollup/rollup-linux-loongarch64-gnu@4.41.1': 3742 + '@rollup/rollup-linux-loongarch64-gnu@4.44.1': 3739 3743 optional: true 3740 3744 3741 - '@rollup/rollup-linux-powerpc64le-gnu@4.41.1': 3745 + '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': 3742 3746 optional: true 3743 3747 3744 - '@rollup/rollup-linux-riscv64-gnu@4.41.1': 3748 + '@rollup/rollup-linux-riscv64-gnu@4.44.1': 3745 3749 optional: true 3746 3750 3747 - '@rollup/rollup-linux-riscv64-musl@4.41.1': 3751 + '@rollup/rollup-linux-riscv64-musl@4.44.1': 3748 3752 optional: true 3749 3753 3750 - '@rollup/rollup-linux-s390x-gnu@4.41.1': 3754 + '@rollup/rollup-linux-s390x-gnu@4.44.1': 3751 3755 optional: true 3752 3756 3753 - '@rollup/rollup-linux-x64-gnu@4.41.1': 3757 + '@rollup/rollup-linux-x64-gnu@4.44.1': 3754 3758 optional: true 3755 3759 3756 - '@rollup/rollup-linux-x64-musl@4.41.1': 3760 + '@rollup/rollup-linux-x64-musl@4.44.1': 3757 3761 optional: true 3758 3762 3759 - '@rollup/rollup-win32-arm64-msvc@4.41.1': 3763 + '@rollup/rollup-win32-arm64-msvc@4.44.1': 3760 3764 optional: true 3761 3765 3762 - '@rollup/rollup-win32-ia32-msvc@4.41.1': 3766 + '@rollup/rollup-win32-ia32-msvc@4.44.1': 3763 3767 optional: true 3764 3768 3765 - '@rollup/rollup-win32-x64-msvc@4.41.1': 3769 + '@rollup/rollup-win32-x64-msvc@4.44.1': 3766 3770 optional: true 3767 3771 3768 - '@shikijs/core@3.4.2': 3772 + '@shikijs/core@3.7.0': 3769 3773 dependencies: 3770 - '@shikijs/types': 3.4.2 3774 + '@shikijs/types': 3.7.0 3771 3775 '@shikijs/vscode-textmate': 10.0.2 3772 3776 '@types/hast': 3.0.4 3773 3777 hast-util-to-html: 9.0.5 3774 3778 3775 - '@shikijs/engine-javascript@3.4.2': 3779 + '@shikijs/engine-javascript@3.7.0': 3776 3780 dependencies: 3777 - '@shikijs/types': 3.4.2 3781 + '@shikijs/types': 3.7.0 3778 3782 '@shikijs/vscode-textmate': 10.0.2 3779 3783 oniguruma-to-es: 4.3.3 3780 3784 3781 - '@shikijs/engine-oniguruma@3.4.2': 3785 + '@shikijs/engine-oniguruma@3.7.0': 3782 3786 dependencies: 3783 - '@shikijs/types': 3.4.2 3787 + '@shikijs/types': 3.7.0 3784 3788 '@shikijs/vscode-textmate': 10.0.2 3785 3789 3786 - '@shikijs/langs@3.4.2': 3790 + '@shikijs/langs@3.7.0': 3787 3791 dependencies: 3788 - '@shikijs/types': 3.4.2 3792 + '@shikijs/types': 3.7.0 3789 3793 3790 - '@shikijs/themes@3.4.2': 3794 + '@shikijs/themes@3.7.0': 3791 3795 dependencies: 3792 - '@shikijs/types': 3.4.2 3796 + '@shikijs/types': 3.7.0 3793 3797 3794 - '@shikijs/types@3.4.2': 3798 + '@shikijs/types@3.7.0': 3795 3799 dependencies: 3796 3800 '@shikijs/vscode-textmate': 10.0.2 3797 3801 '@types/hast': 3.0.4 ··· 3802 3806 dependencies: 3803 3807 tslib: 2.8.1 3804 3808 3805 - '@tailwindcss/node@4.1.10': 3809 + '@tailwindcss/node@4.1.11': 3806 3810 dependencies: 3807 3811 '@ampproject/remapping': 2.3.0 3808 - enhanced-resolve: 5.18.1 3812 + enhanced-resolve: 5.18.2 3809 3813 jiti: 2.4.2 3810 3814 lightningcss: 1.30.1 3811 3815 magic-string: 0.30.17 3812 3816 source-map-js: 1.2.1 3813 - tailwindcss: 4.1.10 3817 + tailwindcss: 4.1.11 3814 3818 3815 - '@tailwindcss/oxide-android-arm64@4.1.10': 3819 + '@tailwindcss/oxide-android-arm64@4.1.11': 3816 3820 optional: true 3817 3821 3818 - '@tailwindcss/oxide-darwin-arm64@4.1.10': 3822 + '@tailwindcss/oxide-darwin-arm64@4.1.11': 3819 3823 optional: true 3820 3824 3821 - '@tailwindcss/oxide-darwin-x64@4.1.10': 3825 + '@tailwindcss/oxide-darwin-x64@4.1.11': 3822 3826 optional: true 3823 3827 3824 - '@tailwindcss/oxide-freebsd-x64@4.1.10': 3828 + '@tailwindcss/oxide-freebsd-x64@4.1.11': 3825 3829 optional: true 3826 3830 3827 - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.10': 3831 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': 3828 3832 optional: true 3829 3833 3830 - '@tailwindcss/oxide-linux-arm64-gnu@4.1.10': 3834 + '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': 3831 3835 optional: true 3832 3836 3833 - '@tailwindcss/oxide-linux-arm64-musl@4.1.10': 3837 + '@tailwindcss/oxide-linux-arm64-musl@4.1.11': 3834 3838 optional: true 3835 3839 3836 - '@tailwindcss/oxide-linux-x64-gnu@4.1.10': 3840 + '@tailwindcss/oxide-linux-x64-gnu@4.1.11': 3837 3841 optional: true 3838 3842 3839 - '@tailwindcss/oxide-linux-x64-musl@4.1.10': 3843 + '@tailwindcss/oxide-linux-x64-musl@4.1.11': 3840 3844 optional: true 3841 3845 3842 - '@tailwindcss/oxide-wasm32-wasi@4.1.10': 3846 + '@tailwindcss/oxide-wasm32-wasi@4.1.11': 3843 3847 optional: true 3844 3848 3845 - '@tailwindcss/oxide-win32-arm64-msvc@4.1.10': 3849 + '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': 3846 3850 optional: true 3847 3851 3848 - '@tailwindcss/oxide-win32-x64-msvc@4.1.10': 3852 + '@tailwindcss/oxide-win32-x64-msvc@4.1.11': 3849 3853 optional: true 3850 3854 3851 - '@tailwindcss/oxide@4.1.10': 3855 + '@tailwindcss/oxide@4.1.11': 3852 3856 dependencies: 3853 3857 detect-libc: 2.0.4 3854 3858 tar: 7.4.3 3855 3859 optionalDependencies: 3856 - '@tailwindcss/oxide-android-arm64': 4.1.10 3857 - '@tailwindcss/oxide-darwin-arm64': 4.1.10 3858 - '@tailwindcss/oxide-darwin-x64': 4.1.10 3859 - '@tailwindcss/oxide-freebsd-x64': 4.1.10 3860 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.10 3861 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.10 3862 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.10 3863 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.10 3864 - '@tailwindcss/oxide-linux-x64-musl': 4.1.10 3865 - '@tailwindcss/oxide-wasm32-wasi': 4.1.10 3866 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.10 3867 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.10 3860 + '@tailwindcss/oxide-android-arm64': 4.1.11 3861 + '@tailwindcss/oxide-darwin-arm64': 4.1.11 3862 + '@tailwindcss/oxide-darwin-x64': 4.1.11 3863 + '@tailwindcss/oxide-freebsd-x64': 4.1.11 3864 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.11 3865 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.11 3866 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.11 3867 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.11 3868 + '@tailwindcss/oxide-linux-x64-musl': 4.1.11 3869 + '@tailwindcss/oxide-wasm32-wasi': 4.1.11 3870 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.11 3871 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.11 3868 3872 3869 - '@tailwindcss/typography@0.5.16(tailwindcss@4.1.10)': 3873 + '@tailwindcss/typography@0.5.16(tailwindcss@4.1.11)': 3870 3874 dependencies: 3871 3875 lodash.castarray: 4.4.0 3872 3876 lodash.isplainobject: 4.0.6 3873 3877 lodash.merge: 4.6.2 3874 3878 postcss-selector-parser: 6.0.10 3875 - tailwindcss: 4.1.10 3879 + tailwindcss: 4.1.11 3876 3880 3877 - '@tailwindcss/vite@4.1.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3881 + '@tailwindcss/vite@4.1.11(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0))': 3878 3882 dependencies: 3879 - '@tailwindcss/node': 4.1.10 3880 - '@tailwindcss/oxide': 4.1.10 3881 - tailwindcss: 4.1.10 3882 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3883 + '@tailwindcss/node': 4.1.11 3884 + '@tailwindcss/oxide': 4.1.11 3885 + tailwindcss: 4.1.11 3886 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 3883 3887 3884 3888 '@trysound/sax@0.2.0': {} 3885 3889 ··· 3889 3893 3890 3894 '@types/estree-jsx@1.0.5': 3891 3895 dependencies: 3892 - '@types/estree': 1.0.7 3896 + '@types/estree': 1.0.8 3893 3897 3894 - '@types/estree@1.0.7': {} 3898 + '@types/estree@1.0.8': {} 3895 3899 3896 3900 '@types/fontkit@2.0.8': 3897 3901 dependencies: 3898 - '@types/node': 22.15.27 3902 + '@types/node': 24.0.10 3899 3903 3900 3904 '@types/hast@3.0.4': 3901 3905 dependencies: ··· 3913 3917 dependencies: 3914 3918 '@types/unist': 3.0.3 3915 3919 3916 - '@types/node@22.15.27': 3920 + '@types/node@24.0.10': 3917 3921 dependencies: 3918 - undici-types: 6.21.0 3922 + undici-types: 7.8.0 3919 3923 3920 3924 '@types/tar@6.1.13': 3921 3925 dependencies: 3922 - '@types/node': 22.15.27 3926 + '@types/node': 24.0.10 3923 3927 minipass: 4.2.8 3924 3928 3925 3929 '@types/unist@2.0.11': {} ··· 3928 3932 3929 3933 '@types/yauzl@2.10.3': 3930 3934 dependencies: 3931 - '@types/node': 22.15.27 3935 + '@types/node': 24.0.10 3932 3936 optional: true 3933 3937 3934 3938 '@ungap/structured-clone@1.3.0': {} 3935 3939 3936 - '@volar/kit@2.4.14(typescript@5.8.3)': 3940 + '@volar/kit@2.4.17(typescript@5.8.3)': 3937 3941 dependencies: 3938 - '@volar/language-service': 2.4.14 3939 - '@volar/typescript': 2.4.14 3942 + '@volar/language-service': 2.4.17 3943 + '@volar/typescript': 2.4.17 3940 3944 typesafe-path: 0.2.2 3941 3945 typescript: 5.8.3 3942 3946 vscode-languageserver-textdocument: 1.0.12 3943 3947 vscode-uri: 3.1.0 3944 3948 3945 - '@volar/language-core@2.4.14': 3949 + '@volar/language-core@2.4.17': 3946 3950 dependencies: 3947 - '@volar/source-map': 2.4.14 3951 + '@volar/source-map': 2.4.17 3948 3952 3949 - '@volar/language-server@2.4.14': 3953 + '@volar/language-server@2.4.17': 3950 3954 dependencies: 3951 - '@volar/language-core': 2.4.14 3952 - '@volar/language-service': 2.4.14 3953 - '@volar/typescript': 2.4.14 3955 + '@volar/language-core': 2.4.17 3956 + '@volar/language-service': 2.4.17 3957 + '@volar/typescript': 2.4.17 3954 3958 path-browserify: 1.0.1 3955 3959 request-light: 0.7.0 3956 3960 vscode-languageserver: 9.0.1 ··· 3958 3962 vscode-languageserver-textdocument: 1.0.12 3959 3963 vscode-uri: 3.1.0 3960 3964 3961 - '@volar/language-service@2.4.14': 3965 + '@volar/language-service@2.4.17': 3962 3966 dependencies: 3963 - '@volar/language-core': 2.4.14 3967 + '@volar/language-core': 2.4.17 3964 3968 vscode-languageserver-protocol: 3.17.5 3965 3969 vscode-languageserver-textdocument: 1.0.12 3966 3970 vscode-uri: 3.1.0 3967 3971 3968 - '@volar/source-map@2.4.14': {} 3972 + '@volar/source-map@2.4.17': {} 3969 3973 3970 - '@volar/typescript@2.4.14': 3974 + '@volar/typescript@2.4.17': 3971 3975 dependencies: 3972 - '@volar/language-core': 2.4.14 3976 + '@volar/language-core': 2.4.17 3973 3977 path-browserify: 1.0.1 3974 3978 vscode-uri: 3.1.0 3975 3979 ··· 3983 3987 3984 3988 '@vscode/l10n@0.0.18': {} 3985 3989 3986 - acorn-jsx@5.3.2(acorn@8.14.1): 3990 + acorn-jsx@5.3.2(acorn@8.15.0): 3987 3991 dependencies: 3988 - acorn: 8.14.1 3992 + acorn: 8.15.0 3989 3993 3990 - acorn@8.14.1: {} 3994 + acorn@8.15.0: {} 3991 3995 3992 3996 ajv@8.17.1: 3993 3997 dependencies: ··· 4032 4036 - debug 4033 4037 - supports-color 4034 4038 4035 - astro@5.9.3(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.41.1)(typescript@5.8.3)(yaml@2.8.0): 4039 + astro-matomo@1.9.0(astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0)): 4040 + dependencies: 4041 + astro: 5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0) 4042 + 4043 + astro@5.11.0(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.44.1)(typescript@5.8.3)(yaml@2.8.0): 4036 4044 dependencies: 4037 4045 '@astrojs/compiler': 2.12.2 4038 4046 '@astrojs/internal-helpers': 0.6.1 ··· 4040 4048 '@astrojs/telemetry': 3.3.0 4041 4049 '@capsizecss/unpack': 2.4.0 4042 4050 '@oslojs/encoding': 1.1.0 4043 - '@rollup/pluginutils': 5.1.4(rollup@4.41.1) 4044 - acorn: 8.14.1 4051 + '@rollup/pluginutils': 5.2.0(rollup@4.44.1) 4052 + acorn: 8.15.0 4045 4053 aria-query: 5.3.2 4046 4054 axobject-query: 4.1.0 4047 4055 boxen: 8.0.1 ··· 4078 4086 prompts: 2.4.2 4079 4087 rehype: 13.0.2 4080 4088 semver: 7.7.2 4081 - shiki: 3.4.2 4089 + shiki: 3.7.0 4082 4090 tinyexec: 0.3.2 4083 4091 tinyglobby: 0.2.14 4084 4092 tsconfck: 3.1.6(typescript@5.8.3) 4085 4093 ultrahtml: 1.6.0 4086 - unifont: 0.5.0 4094 + unifont: 0.5.2 4087 4095 unist-util-visit: 5.0.0 4088 4096 unstorage: 1.16.0 4089 4097 vfile: 6.0.3 4090 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 4091 - vitefu: 1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 4098 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 4099 + vitefu: 1.1.0(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)) 4092 4100 xxhash-wasm: 1.1.0 4093 4101 yargs-parser: 21.1.1 4094 4102 yocto-spinner: 0.2.3 4095 - zod: 3.25.41 4096 - zod-to-json-schema: 3.24.5(zod@3.25.41) 4097 - zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.41) 4103 + zod: 3.25.72 4104 + zod-to-json-schema: 3.24.6(zod@3.25.72) 4105 + zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.72) 4098 4106 optionalDependencies: 4099 4107 sharp: 0.33.5 4100 4108 transitivePeerDependencies: ··· 4134 4142 4135 4143 asynckit@0.4.0: {} 4136 4144 4137 - axios@1.9.0: 4145 + axios@1.10.0: 4138 4146 dependencies: 4139 4147 follow-redirects: 1.15.9 4140 - form-data: 4.0.2 4148 + form-data: 4.0.3 4141 4149 proxy-from-env: 1.1.0 4142 4150 transitivePeerDependencies: 4143 4151 - debug 4144 4152 4145 4153 axobject-query@4.1.0: {} 4146 4154 4147 - babel-plugin-transform-hook-names@1.0.2(@babel/core@7.27.3): 4155 + babel-plugin-transform-hook-names@1.0.2(@babel/core@7.28.0): 4148 4156 dependencies: 4149 - '@babel/core': 7.27.3 4157 + '@babel/core': 7.28.0 4150 4158 4151 4159 bail@2.0.2: {} 4152 4160 ··· 4177 4185 dependencies: 4178 4186 base64-js: 1.5.1 4179 4187 4180 - browserslist@4.25.0: 4188 + browserslist@4.25.1: 4181 4189 dependencies: 4182 - caniuse-lite: 1.0.30001720 4183 - electron-to-chromium: 1.5.161 4190 + caniuse-lite: 1.0.30001726 4191 + electron-to-chromium: 1.5.179 4184 4192 node-releases: 2.0.19 4185 - update-browserslist-db: 1.1.3(browserslist@4.25.0) 4193 + update-browserslist-db: 1.1.3(browserslist@4.25.1) 4186 4194 4187 4195 buffer-crc32@0.2.13: {} 4188 4196 ··· 4193 4201 4194 4202 camelcase@8.0.0: {} 4195 4203 4196 - caniuse-lite@1.0.30001720: {} 4204 + caniuse-lite@1.0.30001726: {} 4197 4205 4198 4206 ccount@2.0.1: {} 4199 4207 ··· 4210 4218 cheerio-select@2.1.0: 4211 4219 dependencies: 4212 4220 boolbase: 1.0.0 4213 - css-select: 5.1.0 4214 - css-what: 6.1.0 4221 + css-select: 5.2.2 4222 + css-what: 6.2.2 4215 4223 domelementtype: 2.3.0 4216 4224 domhandler: 5.0.3 4217 4225 domutils: 3.2.2 ··· 4222 4230 dom-serializer: 2.0.0 4223 4231 domhandler: 5.0.3 4224 4232 domutils: 3.2.2 4225 - encoding-sniffer: 0.2.0 4233 + encoding-sniffer: 0.2.1 4226 4234 htmlparser2: 9.1.0 4227 4235 parse5: 7.3.0 4228 4236 parse5-htmlparser2-tree-adapter: 7.1.0 ··· 4300 4308 dependencies: 4301 4309 uncrypto: 0.1.3 4302 4310 4303 - css-select@5.1.0: 4311 + css-select@5.2.2: 4304 4312 dependencies: 4305 4313 boolbase: 1.0.0 4306 - css-what: 6.1.0 4314 + css-what: 6.2.2 4307 4315 domhandler: 5.0.3 4308 4316 domutils: 3.2.2 4309 4317 nth-check: 2.1.1 ··· 4323 4331 mdn-data: 2.12.2 4324 4332 source-map-js: 1.2.1 4325 4333 4326 - css-what@6.1.0: {} 4334 + css-what@6.2.2: {} 4327 4335 4328 4336 cssesc@3.0.0: {} 4329 4337 ··· 4337 4345 dependencies: 4338 4346 ms: 2.1.3 4339 4347 4340 - decode-named-character-reference@1.1.0: 4348 + decode-named-character-reference@1.2.0: 4341 4349 dependencies: 4342 4350 character-entities: 2.0.2 4343 4351 ··· 4397 4405 4398 4406 ee-first@1.1.1: {} 4399 4407 4400 - electron-to-chromium@1.5.161: {} 4408 + electron-to-chromium@1.5.179: {} 4401 4409 4402 4410 emmet@2.4.11: 4403 4411 dependencies: ··· 4410 4418 4411 4419 encodeurl@2.0.0: {} 4412 4420 4413 - encoding-sniffer@0.2.0: 4421 + encoding-sniffer@0.2.1: 4414 4422 dependencies: 4415 4423 iconv-lite: 0.6.3 4416 4424 whatwg-encoding: 3.1.1 4417 4425 4418 - end-of-stream@1.4.4: 4426 + end-of-stream@1.4.5: 4419 4427 dependencies: 4420 4428 once: 1.4.0 4421 4429 4422 - enhanced-resolve@5.18.1: 4430 + enhanced-resolve@5.18.2: 4423 4431 dependencies: 4424 4432 graceful-fs: 4.2.11 4425 4433 tapable: 2.2.2 4426 4434 4427 4435 entities@4.5.0: {} 4428 4436 4429 - entities@6.0.0: {} 4437 + entities@6.0.1: {} 4430 4438 4431 4439 es-define-property@1.0.1: {} 4432 4440 ··· 4455 4463 esast-util-from-js@2.0.1: 4456 4464 dependencies: 4457 4465 '@types/estree-jsx': 1.0.5 4458 - acorn: 8.14.1 4466 + acorn: 8.15.0 4459 4467 esast-util-from-estree: 2.0.0 4460 4468 vfile-message: 4.0.2 4461 4469 ··· 4495 4503 4496 4504 estree-util-attach-comments@3.0.0: 4497 4505 dependencies: 4498 - '@types/estree': 1.0.7 4506 + '@types/estree': 1.0.8 4499 4507 4500 4508 estree-util-build-jsx@3.0.1: 4501 4509 dependencies: ··· 4508 4516 4509 4517 estree-util-scope@1.0.0: 4510 4518 dependencies: 4511 - '@types/estree': 1.0.7 4519 + '@types/estree': 1.0.8 4512 4520 devlop: 1.1.0 4513 4521 4514 4522 estree-util-to-js@2.0.0: ··· 4526 4534 4527 4535 estree-walker@3.0.3: 4528 4536 dependencies: 4529 - '@types/estree': 1.0.7 4537 + '@types/estree': 1.0.8 4530 4538 4531 4539 etag@1.8.1: {} 4532 4540 4533 4541 eventemitter3@5.0.1: {} 4534 4542 4535 - exsolve@1.0.5: {} 4543 + exsolve@1.0.7: {} 4536 4544 4537 4545 extend@3.0.2: {} 4538 4546 ··· 4570 4578 dependencies: 4571 4579 pend: 1.2.0 4572 4580 4573 - fdir@6.4.5(picomatch@4.0.2): 4581 + fdir@6.4.6(picomatch@4.0.2): 4574 4582 optionalDependencies: 4575 4583 picomatch: 4.0.2 4576 4584 ··· 4599 4607 unicode-properties: 1.4.1 4600 4608 unicode-trie: 2.0.0 4601 4609 4602 - form-data@4.0.2: 4610 + form-data@4.0.3: 4603 4611 dependencies: 4604 4612 asynckit: 0.4.0 4605 4613 combined-stream: 1.0.8 4606 4614 es-set-tostringtag: 2.1.0 4615 + hasown: 2.0.2 4607 4616 mime-types: 2.1.35 4608 4617 4609 4618 fresh@2.0.0: {} ··· 4643 4652 4644 4653 get-stream@5.2.0: 4645 4654 dependencies: 4646 - pump: 3.0.2 4655 + pump: 3.0.3 4647 4656 4648 4657 github-slugger@2.0.0: {} 4649 4658 4650 4659 glob-parent@5.1.2: 4651 4660 dependencies: 4652 4661 is-glob: 4.0.3 4653 - 4654 - globals@11.12.0: {} 4655 4662 4656 4663 globals@15.15.0: {} 4657 4664 ··· 4666 4673 defu: 6.1.4 4667 4674 destr: 2.0.5 4668 4675 iron-webcrypto: 1.2.1 4669 - node-mock-http: 1.0.0 4676 + node-mock-http: 1.0.1 4670 4677 radix3: 1.1.2 4671 4678 ufo: 1.6.1 4672 4679 uncrypto: 0.1.3 ··· 4727 4734 4728 4735 hast-util-to-estree@3.1.3: 4729 4736 dependencies: 4730 - '@types/estree': 1.0.7 4737 + '@types/estree': 1.0.8 4731 4738 '@types/estree-jsx': 1.0.5 4732 4739 '@types/hast': 3.0.4 4733 4740 comma-separated-tokens: 2.0.3 ··· 4740 4747 mdast-util-mdxjs-esm: 2.0.1 4741 4748 property-information: 7.1.0 4742 4749 space-separated-tokens: 2.0.2 4743 - style-to-js: 1.1.16 4750 + style-to-js: 1.1.17 4744 4751 unist-util-position: 5.0.0 4745 4752 zwitch: 2.0.4 4746 4753 transitivePeerDependencies: ··· 4762 4769 4763 4770 hast-util-to-jsx-runtime@2.3.6: 4764 4771 dependencies: 4765 - '@types/estree': 1.0.7 4772 + '@types/estree': 1.0.8 4766 4773 '@types/hast': 3.0.4 4767 4774 '@types/unist': 3.0.3 4768 4775 comma-separated-tokens: 2.0.3 ··· 4774 4781 mdast-util-mdxjs-esm: 2.0.1 4775 4782 property-information: 7.1.0 4776 4783 space-separated-tokens: 2.0.2 4777 - style-to-js: 1.1.16 4784 + style-to-js: 1.1.17 4778 4785 unist-util-position: 5.0.0 4779 4786 vfile-message: 4.0.2 4780 4787 transitivePeerDependencies: ··· 4956 4963 local-pkg@1.1.1: 4957 4964 dependencies: 4958 4965 mlly: 1.7.4 4959 - pkg-types: 2.1.0 4966 + pkg-types: 2.2.0 4960 4967 quansync: 0.2.10 4961 4968 4962 4969 lodash.castarray@4.4.0: {} ··· 4977 4984 4978 4985 magic-string@0.30.17: 4979 4986 dependencies: 4980 - '@jridgewell/sourcemap-codec': 1.5.0 4987 + '@jridgewell/sourcemap-codec': 1.5.4 4981 4988 4982 4989 magicast@0.3.5: 4983 4990 dependencies: 4984 - '@babel/parser': 7.27.3 4985 - '@babel/types': 7.27.3 4991 + '@babel/parser': 7.28.0 4992 + '@babel/types': 7.28.0 4986 4993 source-map-js: 1.2.1 4987 4994 4988 4995 markdown-extensions@2.0.0: {} ··· 5008 5015 dependencies: 5009 5016 '@types/mdast': 4.0.4 5010 5017 '@types/unist': 3.0.3 5011 - decode-named-character-reference: 1.1.0 5018 + decode-named-character-reference: 1.2.0 5012 5019 devlop: 1.1.0 5013 5020 mdast-util-to-string: 4.0.0 5014 5021 micromark: 4.0.2 ··· 5170 5177 5171 5178 micromark-core-commonmark@2.0.3: 5172 5179 dependencies: 5173 - decode-named-character-reference: 1.1.0 5180 + decode-named-character-reference: 1.2.0 5174 5181 devlop: 1.1.0 5175 5182 micromark-factory-destination: 2.0.1 5176 5183 micromark-factory-label: 2.0.1 ··· 5247 5254 5248 5255 micromark-extension-mdx-expression@3.0.1: 5249 5256 dependencies: 5250 - '@types/estree': 1.0.7 5257 + '@types/estree': 1.0.8 5251 5258 devlop: 1.1.0 5252 5259 micromark-factory-mdx-expression: 2.0.3 5253 5260 micromark-factory-space: 2.0.1 ··· 5258 5265 5259 5266 micromark-extension-mdx-jsx@3.0.2: 5260 5267 dependencies: 5261 - '@types/estree': 1.0.7 5268 + '@types/estree': 1.0.8 5262 5269 devlop: 1.1.0 5263 5270 estree-util-is-identifier-name: 3.0.0 5264 5271 micromark-factory-mdx-expression: 2.0.3 ··· 5275 5282 5276 5283 micromark-extension-mdxjs-esm@3.0.0: 5277 5284 dependencies: 5278 - '@types/estree': 1.0.7 5285 + '@types/estree': 1.0.8 5279 5286 devlop: 1.1.0 5280 5287 micromark-core-commonmark: 2.0.3 5281 5288 micromark-util-character: 2.1.1 ··· 5287 5294 5288 5295 micromark-extension-mdxjs@3.0.0: 5289 5296 dependencies: 5290 - acorn: 8.14.1 5291 - acorn-jsx: 5.3.2(acorn@8.14.1) 5297 + acorn: 8.15.0 5298 + acorn-jsx: 5.3.2(acorn@8.15.0) 5292 5299 micromark-extension-mdx-expression: 3.0.1 5293 5300 micromark-extension-mdx-jsx: 3.0.2 5294 5301 micromark-extension-mdx-md: 2.0.0 ··· 5311 5318 5312 5319 micromark-factory-mdx-expression@2.0.3: 5313 5320 dependencies: 5314 - '@types/estree': 1.0.7 5321 + '@types/estree': 1.0.8 5315 5322 devlop: 1.1.0 5316 5323 micromark-factory-space: 2.0.1 5317 5324 micromark-util-character: 2.1.1 ··· 5366 5373 5367 5374 micromark-util-decode-string@2.0.1: 5368 5375 dependencies: 5369 - decode-named-character-reference: 1.1.0 5376 + decode-named-character-reference: 1.2.0 5370 5377 micromark-util-character: 2.1.1 5371 5378 micromark-util-decode-numeric-character-reference: 2.0.2 5372 5379 micromark-util-symbol: 2.0.1 ··· 5375 5382 5376 5383 micromark-util-events-to-acorn@2.0.3: 5377 5384 dependencies: 5378 - '@types/estree': 1.0.7 5385 + '@types/estree': 1.0.8 5379 5386 '@types/unist': 3.0.3 5380 5387 devlop: 1.1.0 5381 5388 estree-util-visit: 2.0.0 ··· 5414 5421 dependencies: 5415 5422 '@types/debug': 4.1.12 5416 5423 debug: 4.4.1 5417 - decode-named-character-reference: 1.1.0 5424 + decode-named-character-reference: 1.2.0 5418 5425 devlop: 1.1.0 5419 5426 micromark-core-commonmark: 2.0.3 5420 5427 micromark-factory-space: 2.0.1 ··· 5474 5481 5475 5482 mlly@1.7.4: 5476 5483 dependencies: 5477 - acorn: 8.14.1 5484 + acorn: 8.15.0 5478 5485 pathe: 2.0.3 5479 5486 pkg-types: 1.3.1 5480 5487 ufo: 1.6.1 ··· 5501 5508 5502 5509 node-html-parser@6.1.13: 5503 5510 dependencies: 5504 - css-select: 5.1.0 5511 + css-select: 5.2.2 5505 5512 he: 1.2.0 5506 5513 5507 - node-mock-http@1.0.0: {} 5514 + node-mock-http@1.0.1: {} 5508 5515 5509 5516 node-releases@2.0.19: {} 5510 5517 ··· 5558 5565 '@types/unist': 2.0.11 5559 5566 character-entities-legacy: 3.0.0 5560 5567 character-reference-invalid: 2.0.1 5561 - decode-named-character-reference: 1.1.0 5568 + decode-named-character-reference: 1.2.0 5562 5569 is-alphanumerical: 2.0.1 5563 5570 is-decimal: 2.0.1 5564 5571 is-hexadecimal: 2.0.1 ··· 5583 5590 5584 5591 parse5@7.3.0: 5585 5592 dependencies: 5586 - entities: 6.0.0 5593 + entities: 6.0.1 5587 5594 5588 5595 path-browserify@1.0.1: {} 5589 5596 ··· 5605 5612 mlly: 1.7.4 5606 5613 pathe: 2.0.3 5607 5614 5608 - pkg-types@2.1.0: 5615 + pkg-types@2.2.0: 5609 5616 dependencies: 5610 5617 confbox: 0.2.2 5611 - exsolve: 1.0.5 5618 + exsolve: 1.0.7 5612 5619 pathe: 2.0.3 5613 5620 5614 5621 postcss-selector-parser@6.0.10: ··· 5616 5623 cssesc: 3.0.0 5617 5624 util-deprecate: 1.0.2 5618 5625 5619 - postcss@8.5.4: 5626 + postcss@8.5.6: 5620 5627 dependencies: 5621 5628 nanoid: 3.3.11 5622 5629 picocolors: 1.1.1 ··· 5644 5651 5645 5652 proxy-from-env@1.1.0: {} 5646 5653 5647 - pump@3.0.2: 5654 + pump@3.0.3: 5648 5655 dependencies: 5649 - end-of-stream: 1.4.4 5656 + end-of-stream: 1.4.5 5650 5657 once: 1.4.0 5651 5658 5652 5659 quansync@0.2.10: {} ··· 5661 5668 5662 5669 recma-build-jsx@1.0.0: 5663 5670 dependencies: 5664 - '@types/estree': 1.0.7 5671 + '@types/estree': 1.0.8 5665 5672 estree-util-build-jsx: 3.0.1 5666 5673 vfile: 6.0.3 5667 5674 5668 - recma-jsx@1.0.0(acorn@8.14.1): 5675 + recma-jsx@1.0.0(acorn@8.15.0): 5669 5676 dependencies: 5670 - acorn-jsx: 5.3.2(acorn@8.14.1) 5677 + acorn-jsx: 5.3.2(acorn@8.15.0) 5671 5678 estree-util-to-js: 2.0.0 5672 5679 recma-parse: 1.0.0 5673 5680 recma-stringify: 1.0.0 ··· 5677 5684 5678 5685 recma-parse@1.0.0: 5679 5686 dependencies: 5680 - '@types/estree': 1.0.7 5687 + '@types/estree': 1.0.8 5681 5688 esast-util-from-js: 2.0.1 5682 5689 unified: 11.0.5 5683 5690 vfile: 6.0.3 5684 5691 5685 5692 recma-stringify@1.0.0: 5686 5693 dependencies: 5687 - '@types/estree': 1.0.7 5694 + '@types/estree': 1.0.8 5688 5695 estree-util-to-js: 2.0.0 5689 5696 unified: 11.0.5 5690 5697 vfile: 6.0.3 ··· 5713 5720 5714 5721 rehype-recma@1.0.0: 5715 5722 dependencies: 5716 - '@types/estree': 1.0.7 5723 + '@types/estree': 1.0.8 5717 5724 '@types/hast': 3.0.4 5718 5725 hast-util-to-estree: 3.1.3 5719 5726 transitivePeerDependencies: ··· 5817 5824 5818 5825 reusify@1.1.0: {} 5819 5826 5820 - rollup@4.41.1: 5827 + rollup@4.44.1: 5821 5828 dependencies: 5822 - '@types/estree': 1.0.7 5829 + '@types/estree': 1.0.8 5823 5830 optionalDependencies: 5824 - '@rollup/rollup-android-arm-eabi': 4.41.1 5825 - '@rollup/rollup-android-arm64': 4.41.1 5826 - '@rollup/rollup-darwin-arm64': 4.41.1 5827 - '@rollup/rollup-darwin-x64': 4.41.1 5828 - '@rollup/rollup-freebsd-arm64': 4.41.1 5829 - '@rollup/rollup-freebsd-x64': 4.41.1 5830 - '@rollup/rollup-linux-arm-gnueabihf': 4.41.1 5831 - '@rollup/rollup-linux-arm-musleabihf': 4.41.1 5832 - '@rollup/rollup-linux-arm64-gnu': 4.41.1 5833 - '@rollup/rollup-linux-arm64-musl': 4.41.1 5834 - '@rollup/rollup-linux-loongarch64-gnu': 4.41.1 5835 - '@rollup/rollup-linux-powerpc64le-gnu': 4.41.1 5836 - '@rollup/rollup-linux-riscv64-gnu': 4.41.1 5837 - '@rollup/rollup-linux-riscv64-musl': 4.41.1 5838 - '@rollup/rollup-linux-s390x-gnu': 4.41.1 5839 - '@rollup/rollup-linux-x64-gnu': 4.41.1 5840 - '@rollup/rollup-linux-x64-musl': 4.41.1 5841 - '@rollup/rollup-win32-arm64-msvc': 4.41.1 5842 - '@rollup/rollup-win32-ia32-msvc': 4.41.1 5843 - '@rollup/rollup-win32-x64-msvc': 4.41.1 5831 + '@rollup/rollup-android-arm-eabi': 4.44.1 5832 + '@rollup/rollup-android-arm64': 4.44.1 5833 + '@rollup/rollup-darwin-arm64': 4.44.1 5834 + '@rollup/rollup-darwin-x64': 4.44.1 5835 + '@rollup/rollup-freebsd-arm64': 4.44.1 5836 + '@rollup/rollup-freebsd-x64': 4.44.1 5837 + '@rollup/rollup-linux-arm-gnueabihf': 4.44.1 5838 + '@rollup/rollup-linux-arm-musleabihf': 4.44.1 5839 + '@rollup/rollup-linux-arm64-gnu': 4.44.1 5840 + '@rollup/rollup-linux-arm64-musl': 4.44.1 5841 + '@rollup/rollup-linux-loongarch64-gnu': 4.44.1 5842 + '@rollup/rollup-linux-powerpc64le-gnu': 4.44.1 5843 + '@rollup/rollup-linux-riscv64-gnu': 4.44.1 5844 + '@rollup/rollup-linux-riscv64-musl': 4.44.1 5845 + '@rollup/rollup-linux-s390x-gnu': 4.44.1 5846 + '@rollup/rollup-linux-x64-gnu': 4.44.1 5847 + '@rollup/rollup-linux-x64-musl': 4.44.1 5848 + '@rollup/rollup-win32-arm64-msvc': 4.44.1 5849 + '@rollup/rollup-win32-ia32-msvc': 4.44.1 5850 + '@rollup/rollup-win32-x64-msvc': 4.44.1 5844 5851 fsevents: 2.3.3 5845 5852 5846 5853 run-parallel@1.2.0: ··· 5865 5872 ms: 2.1.3 5866 5873 on-finished: 2.4.1 5867 5874 range-parser: 1.2.1 5868 - statuses: 2.0.1 5875 + statuses: 2.0.2 5869 5876 transitivePeerDependencies: 5870 5877 - supports-color 5871 5878 ··· 5928 5935 '@img/sharp-win32-ia32': 0.34.2 5929 5936 '@img/sharp-win32-x64': 0.34.2 5930 5937 5931 - shiki@3.4.2: 5938 + shiki@3.7.0: 5932 5939 dependencies: 5933 - '@shikijs/core': 3.4.2 5934 - '@shikijs/engine-javascript': 3.4.2 5935 - '@shikijs/engine-oniguruma': 3.4.2 5936 - '@shikijs/langs': 3.4.2 5937 - '@shikijs/themes': 3.4.2 5938 - '@shikijs/types': 3.4.2 5940 + '@shikijs/core': 3.7.0 5941 + '@shikijs/engine-javascript': 3.7.0 5942 + '@shikijs/engine-oniguruma': 3.7.0 5943 + '@shikijs/langs': 3.7.0 5944 + '@shikijs/themes': 3.7.0 5945 + '@shikijs/types': 3.7.0 5939 5946 '@shikijs/vscode-textmate': 10.0.2 5940 5947 '@types/hast': 3.0.4 5941 5948 ··· 5949 5956 5950 5957 sisteransi@1.0.5: {} 5951 5958 5952 - smol-toml@1.3.4: {} 5959 + smol-toml@1.4.1: {} 5953 5960 5954 5961 source-map-js@1.2.1: {} 5955 5962 ··· 5960 5967 stack-trace@1.0.0-pre2: {} 5961 5968 5962 5969 statuses@2.0.1: {} 5970 + 5971 + statuses@2.0.2: {} 5963 5972 5964 5973 string-width@4.2.3: 5965 5974 dependencies: ··· 5988 5997 5989 5998 strnum@2.1.1: {} 5990 5999 5991 - style-to-js@1.1.16: 6000 + style-to-js@1.1.17: 5992 6001 dependencies: 5993 - style-to-object: 1.0.8 6002 + style-to-object: 1.0.9 5994 6003 5995 - style-to-object@1.0.8: 6004 + style-to-object@1.0.9: 5996 6005 dependencies: 5997 6006 inline-style-parser: 0.2.4 5998 6007 ··· 6000 6009 dependencies: 6001 6010 '@trysound/sax': 0.2.0 6002 6011 commander: 7.2.0 6003 - css-select: 5.1.0 6012 + css-select: 5.2.2 6004 6013 css-tree: 2.3.1 6005 - css-what: 6.1.0 6014 + css-what: 6.2.2 6006 6015 csso: 5.0.5 6007 6016 picocolors: 1.1.1 6008 6017 6009 - tailwindcss@4.1.10: {} 6018 + tailwindcss@4.1.11: {} 6010 6019 6011 6020 tapable@2.2.2: {} 6012 6021 ··· 6036 6045 6037 6046 tinyglobby@0.2.14: 6038 6047 dependencies: 6039 - fdir: 6.4.5(picomatch@4.0.2) 6048 + fdir: 6.4.6(picomatch@4.0.2) 6040 6049 picomatch: 4.0.2 6041 6050 6042 6051 to-regex-range@5.0.1: ··· 6073 6082 6074 6083 uncrypto@0.1.3: {} 6075 6084 6076 - undici-types@6.21.0: {} 6085 + undici-types@7.8.0: {} 6077 6086 6078 6087 undici@6.21.3: {} 6079 6088 ··· 6097 6106 trough: 2.2.0 6098 6107 vfile: 6.0.3 6099 6108 6100 - unifont@0.5.0: 6109 + unifont@0.5.2: 6101 6110 dependencies: 6102 6111 css-tree: 3.1.0 6112 + ofetch: 1.4.1 6103 6113 ohash: 2.0.11 6104 6114 6105 6115 unist-util-find-after@5.0.0: ··· 6159 6169 ofetch: 1.4.1 6160 6170 ufo: 1.6.1 6161 6171 6162 - update-browserslist-db@1.1.3(browserslist@4.25.0): 6172 + update-browserslist-db@1.1.3(browserslist@4.25.1): 6163 6173 dependencies: 6164 - browserslist: 4.25.0 6174 + browserslist: 4.25.1 6165 6175 escalade: 3.2.0 6166 6176 picocolors: 1.1.1 6167 6177 ··· 6182 6192 '@types/unist': 3.0.3 6183 6193 vfile-message: 4.0.2 6184 6194 6185 - vite-prerender-plugin@0.5.10(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6195 + vite-prerender-plugin@0.5.11(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6186 6196 dependencies: 6187 6197 kolorist: 1.8.0 6188 6198 magic-string: 0.30.17 ··· 6190 6200 simple-code-frame: 1.3.0 6191 6201 source-map: 0.7.4 6192 6202 stack-trace: 1.0.0-pre2 6193 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6203 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6194 6204 6195 - vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0): 6205 + vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0): 6196 6206 dependencies: 6197 6207 esbuild: 0.25.5 6198 - fdir: 6.4.5(picomatch@4.0.2) 6208 + fdir: 6.4.6(picomatch@4.0.2) 6199 6209 picomatch: 4.0.2 6200 - postcss: 8.5.4 6201 - rollup: 4.41.1 6210 + postcss: 8.5.6 6211 + rollup: 4.44.1 6202 6212 tinyglobby: 0.2.14 6203 6213 optionalDependencies: 6204 - '@types/node': 22.15.27 6214 + '@types/node': 24.0.10 6205 6215 fsevents: 2.3.3 6206 6216 jiti: 2.4.2 6207 6217 lightningcss: 1.30.1 6208 6218 yaml: 2.8.0 6209 6219 6210 - vitefu@1.0.6(vite@6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6220 + vitefu@1.1.0(vite@6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0)): 6211 6221 optionalDependencies: 6212 - vite: 6.3.5(@types/node@22.15.27)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6222 + vite: 6.3.5(@types/node@24.0.10)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.8.0) 6213 6223 6214 - volar-service-css@0.0.62(@volar/language-service@2.4.14): 6224 + volar-service-css@0.0.62(@volar/language-service@2.4.17): 6215 6225 dependencies: 6216 - vscode-css-languageservice: 6.3.5 6226 + vscode-css-languageservice: 6.3.7 6217 6227 vscode-languageserver-textdocument: 1.0.12 6218 6228 vscode-uri: 3.1.0 6219 6229 optionalDependencies: 6220 - '@volar/language-service': 2.4.14 6230 + '@volar/language-service': 2.4.17 6221 6231 6222 - volar-service-emmet@0.0.62(@volar/language-service@2.4.14): 6232 + volar-service-emmet@0.0.62(@volar/language-service@2.4.17): 6223 6233 dependencies: 6224 6234 '@emmetio/css-parser': 0.4.0 6225 6235 '@emmetio/html-matcher': 1.3.0 6226 6236 '@vscode/emmet-helper': 2.11.0 6227 6237 vscode-uri: 3.1.0 6228 6238 optionalDependencies: 6229 - '@volar/language-service': 2.4.14 6239 + '@volar/language-service': 2.4.17 6230 6240 6231 - volar-service-html@0.0.62(@volar/language-service@2.4.14): 6241 + volar-service-html@0.0.62(@volar/language-service@2.4.17): 6232 6242 dependencies: 6233 - vscode-html-languageservice: 5.4.0 6243 + vscode-html-languageservice: 5.5.1 6234 6244 vscode-languageserver-textdocument: 1.0.12 6235 6245 vscode-uri: 3.1.0 6236 6246 optionalDependencies: 6237 - '@volar/language-service': 2.4.14 6247 + '@volar/language-service': 2.4.17 6238 6248 6239 - volar-service-prettier@0.0.62(@volar/language-service@2.4.14): 6249 + volar-service-prettier@0.0.62(@volar/language-service@2.4.17): 6240 6250 dependencies: 6241 6251 vscode-uri: 3.1.0 6242 6252 optionalDependencies: 6243 - '@volar/language-service': 2.4.14 6253 + '@volar/language-service': 2.4.17 6244 6254 6245 - volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.14): 6255 + volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.17): 6246 6256 dependencies: 6247 6257 vscode-uri: 3.1.0 6248 6258 optionalDependencies: 6249 - '@volar/language-service': 2.4.14 6259 + '@volar/language-service': 2.4.17 6250 6260 6251 - volar-service-typescript@0.0.62(@volar/language-service@2.4.14): 6261 + volar-service-typescript@0.0.62(@volar/language-service@2.4.17): 6252 6262 dependencies: 6253 6263 path-browserify: 1.0.1 6254 6264 semver: 7.7.2 ··· 6257 6267 vscode-nls: 5.2.0 6258 6268 vscode-uri: 3.1.0 6259 6269 optionalDependencies: 6260 - '@volar/language-service': 2.4.14 6270 + '@volar/language-service': 2.4.17 6261 6271 6262 - volar-service-yaml@0.0.62(@volar/language-service@2.4.14): 6272 + volar-service-yaml@0.0.62(@volar/language-service@2.4.17): 6263 6273 dependencies: 6264 6274 vscode-uri: 3.1.0 6265 6275 yaml-language-server: 1.15.0 6266 6276 optionalDependencies: 6267 - '@volar/language-service': 2.4.14 6277 + '@volar/language-service': 2.4.17 6268 6278 6269 - vscode-css-languageservice@6.3.5: 6279 + vscode-css-languageservice@6.3.7: 6270 6280 dependencies: 6271 6281 '@vscode/l10n': 0.0.18 6272 6282 vscode-languageserver-textdocument: 1.0.12 6273 6283 vscode-languageserver-types: 3.17.5 6274 6284 vscode-uri: 3.1.0 6275 6285 6276 - vscode-html-languageservice@5.4.0: 6286 + vscode-html-languageservice@5.5.1: 6277 6287 dependencies: 6278 6288 '@vscode/l10n': 0.0.18 6279 6289 vscode-languageserver-textdocument: 1.0.12 ··· 6409 6419 6410 6420 yoctocolors@2.1.1: {} 6411 6421 6412 - zod-to-json-schema@3.24.5(zod@3.25.41): 6422 + zod-to-json-schema@3.24.6(zod@3.25.72): 6413 6423 dependencies: 6414 - zod: 3.25.41 6424 + zod: 3.25.72 6415 6425 6416 - zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.41): 6426 + zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.72): 6417 6427 dependencies: 6418 6428 typescript: 5.8.3 6419 - zod: 3.25.41 6429 + zod: 3.25.72 6420 6430 6421 - zod@3.25.41: {} 6431 + zod@3.25.72: {} 6422 6432 6423 6433 zwitch@2.0.4: {}