social bookmarking for atproto

[frontend] update dependencies

hexmani.ac 2b70c6f8 78c95eb0

verified
+428 -345
frontend/astro.config.mts frontend/astro.config.ts
+5 -1
frontend/package.json
··· 9 9 "astro": "astro" 10 10 }, 11 11 "dependencies": { 12 - "astro": "^5.9.1" 12 + "@atcute/oauth-browser-client": "^1.0.26", 13 + "astro": "^5.12.3" 14 + }, 15 + "devDependencies": { 16 + "typescript": "^5.8.3" 13 17 } 14 18 }
+423 -344
frontend/pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@atcute/oauth-browser-client': 12 + specifier: ^1.0.26 13 + version: 1.0.26 11 14 astro: 12 - specifier: ^5.9.1 13 - version: 5.9.1(@types/node@22.15.30)(rollup@4.42.0)(typescript@5.8.3) 15 + specifier: ^5.12.3 16 + version: 5.12.3(@types/node@24.1.0)(rollup@4.45.3)(typescript@5.8.3) 17 + devDependencies: 18 + typescript: 19 + specifier: ^5.8.3 20 + version: 5.8.3 14 21 15 22 packages: 16 23 17 - '@astrojs/compiler@2.12.1': 18 - resolution: {integrity: sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==} 24 + '@astrojs/compiler@2.12.2': 25 + resolution: {integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==} 19 26 20 27 '@astrojs/internal-helpers@0.6.1': 21 28 resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} 22 29 23 - '@astrojs/markdown-remark@6.3.2': 24 - resolution: {integrity: sha512-bO35JbWpVvyKRl7cmSJD822e8YA8ThR/YbUsciWNA7yTcqpIAL2hJDToWP5KcZBWxGT6IOdOkHSXARSNZc4l/Q==} 30 + '@astrojs/markdown-remark@6.3.3': 31 + resolution: {integrity: sha512-DDRtD1sPvAuA7ms2btc9A7/7DApKqgLMNrE6kh5tmkfy8utD0Z738gqd3p5aViYYdUtHIyEJ1X4mCMxfCfu15w==} 25 32 26 33 '@astrojs/prism@3.3.0': 27 34 resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} ··· 31 38 resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==} 32 39 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 33 40 41 + '@atcute/client@4.0.3': 42 + resolution: {integrity: sha512-RIOZWFVLca/HiPAAUDqQPOdOreCxTbL5cb+WUf5yqQOKIu5yEAP3eksinmlLmgIrlr5qVOE7brazUUzaskFCfw==} 43 + 44 + '@atcute/identity@1.0.3': 45 + resolution: {integrity: sha512-mNMxbKHFGys03A8JXKk0KfMBzdd0vrYMzZZWjpw1nYTs0+ea6bo5S1hwqVUZxHdo1gFHSe/t63jxQIF4yL9aKw==} 46 + 47 + '@atcute/lexicons@1.1.0': 48 + resolution: {integrity: sha512-LFqwnria78xLYb62Ri/+WwQpUTgZp2DuyolNGIIOV1dpiKhFFFh//nscHMA6IExFLQRqWDs3tTjy7zv0h3sf1Q==} 49 + 50 + '@atcute/multibase@1.1.4': 51 + resolution: {integrity: sha512-NUf5AeeSOmuZHGU+4GAaMtISJoG+ZHtW/vUVA4lK/YDt/7LODAW0Fd0NNIIUPVUoW0xJS6zSEIWvwLLuxmEHhA==} 52 + 53 + '@atcute/oauth-browser-client@1.0.26': 54 + resolution: {integrity: sha512-z8VUmwRO1sFu5Dq1qYQOQLenkTSNaOyzlUZhVwFR41ru+AP84MS5UHHW/NsdC1xJAq1v6mlLySJ+pjxdDW8IYA==} 55 + 56 + '@atcute/uint8array@1.0.3': 57 + resolution: {integrity: sha512-M/K+ihiVW8Pl2PFLzaC4E3l4JaZ1IH05Q0AbPWUC4cVHnd/gZ/1kAF5ngdtGvJeDMirHZ2VAy7OmAsPwR/2nlA==} 58 + 34 59 '@babel/helper-string-parser@7.27.1': 35 60 resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 36 61 engines: {node: '>=6.9.0'} ··· 39 64 resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 40 65 engines: {node: '>=6.9.0'} 41 66 42 - '@babel/parser@7.27.5': 43 - resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} 67 + '@babel/parser@7.28.0': 68 + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} 44 69 engines: {node: '>=6.0.0'} 45 70 hasBin: true 46 71 47 - '@babel/types@7.27.6': 48 - resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} 72 + '@babel/types@7.28.2': 73 + resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} 49 74 engines: {node: '>=6.9.0'} 50 75 76 + '@badrap/valita@0.4.5': 77 + resolution: {integrity: sha512-4QwGbuhh/JesHRQj79mO/l37PvJj4l/tlAu7+S1n4h47qwaNpZ0WDvIwUGLYUsdi9uQ5UPpiG9wb1Wm3XUFBUQ==} 78 + engines: {node: '>= 18'} 79 + 51 80 '@capsizecss/unpack@2.4.0': 52 81 resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==} 53 82 54 - '@emnapi/runtime@1.4.3': 55 - resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} 83 + '@emnapi/runtime@1.4.5': 84 + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} 56 85 57 - '@esbuild/aix-ppc64@0.25.5': 58 - resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} 86 + '@esbuild/aix-ppc64@0.25.8': 87 + resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==} 59 88 engines: {node: '>=18'} 60 89 cpu: [ppc64] 61 90 os: [aix] 62 91 63 - '@esbuild/android-arm64@0.25.5': 64 - resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} 92 + '@esbuild/android-arm64@0.25.8': 93 + resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==} 65 94 engines: {node: '>=18'} 66 95 cpu: [arm64] 67 96 os: [android] 68 97 69 - '@esbuild/android-arm@0.25.5': 70 - resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} 98 + '@esbuild/android-arm@0.25.8': 99 + resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==} 71 100 engines: {node: '>=18'} 72 101 cpu: [arm] 73 102 os: [android] 74 103 75 - '@esbuild/android-x64@0.25.5': 76 - resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} 104 + '@esbuild/android-x64@0.25.8': 105 + resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==} 77 106 engines: {node: '>=18'} 78 107 cpu: [x64] 79 108 os: [android] 80 109 81 - '@esbuild/darwin-arm64@0.25.5': 82 - resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} 110 + '@esbuild/darwin-arm64@0.25.8': 111 + resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==} 83 112 engines: {node: '>=18'} 84 113 cpu: [arm64] 85 114 os: [darwin] 86 115 87 - '@esbuild/darwin-x64@0.25.5': 88 - resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} 116 + '@esbuild/darwin-x64@0.25.8': 117 + resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==} 89 118 engines: {node: '>=18'} 90 119 cpu: [x64] 91 120 os: [darwin] 92 121 93 - '@esbuild/freebsd-arm64@0.25.5': 94 - resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} 122 + '@esbuild/freebsd-arm64@0.25.8': 123 + resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==} 95 124 engines: {node: '>=18'} 96 125 cpu: [arm64] 97 126 os: [freebsd] 98 127 99 - '@esbuild/freebsd-x64@0.25.5': 100 - resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} 128 + '@esbuild/freebsd-x64@0.25.8': 129 + resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==} 101 130 engines: {node: '>=18'} 102 131 cpu: [x64] 103 132 os: [freebsd] 104 133 105 - '@esbuild/linux-arm64@0.25.5': 106 - resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} 134 + '@esbuild/linux-arm64@0.25.8': 135 + resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==} 107 136 engines: {node: '>=18'} 108 137 cpu: [arm64] 109 138 os: [linux] 110 139 111 - '@esbuild/linux-arm@0.25.5': 112 - resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} 140 + '@esbuild/linux-arm@0.25.8': 141 + resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==} 113 142 engines: {node: '>=18'} 114 143 cpu: [arm] 115 144 os: [linux] 116 145 117 - '@esbuild/linux-ia32@0.25.5': 118 - resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} 146 + '@esbuild/linux-ia32@0.25.8': 147 + resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==} 119 148 engines: {node: '>=18'} 120 149 cpu: [ia32] 121 150 os: [linux] 122 151 123 - '@esbuild/linux-loong64@0.25.5': 124 - resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} 152 + '@esbuild/linux-loong64@0.25.8': 153 + resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==} 125 154 engines: {node: '>=18'} 126 155 cpu: [loong64] 127 156 os: [linux] 128 157 129 - '@esbuild/linux-mips64el@0.25.5': 130 - resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} 158 + '@esbuild/linux-mips64el@0.25.8': 159 + resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==} 131 160 engines: {node: '>=18'} 132 161 cpu: [mips64el] 133 162 os: [linux] 134 163 135 - '@esbuild/linux-ppc64@0.25.5': 136 - resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} 164 + '@esbuild/linux-ppc64@0.25.8': 165 + resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==} 137 166 engines: {node: '>=18'} 138 167 cpu: [ppc64] 139 168 os: [linux] 140 169 141 - '@esbuild/linux-riscv64@0.25.5': 142 - resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} 170 + '@esbuild/linux-riscv64@0.25.8': 171 + resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==} 143 172 engines: {node: '>=18'} 144 173 cpu: [riscv64] 145 174 os: [linux] 146 175 147 - '@esbuild/linux-s390x@0.25.5': 148 - resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} 176 + '@esbuild/linux-s390x@0.25.8': 177 + resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==} 149 178 engines: {node: '>=18'} 150 179 cpu: [s390x] 151 180 os: [linux] 152 181 153 - '@esbuild/linux-x64@0.25.5': 154 - resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} 182 + '@esbuild/linux-x64@0.25.8': 183 + resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==} 155 184 engines: {node: '>=18'} 156 185 cpu: [x64] 157 186 os: [linux] 158 187 159 - '@esbuild/netbsd-arm64@0.25.5': 160 - resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} 188 + '@esbuild/netbsd-arm64@0.25.8': 189 + resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==} 161 190 engines: {node: '>=18'} 162 191 cpu: [arm64] 163 192 os: [netbsd] 164 193 165 - '@esbuild/netbsd-x64@0.25.5': 166 - resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} 194 + '@esbuild/netbsd-x64@0.25.8': 195 + resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==} 167 196 engines: {node: '>=18'} 168 197 cpu: [x64] 169 198 os: [netbsd] 170 199 171 - '@esbuild/openbsd-arm64@0.25.5': 172 - resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} 200 + '@esbuild/openbsd-arm64@0.25.8': 201 + resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==} 173 202 engines: {node: '>=18'} 174 203 cpu: [arm64] 175 204 os: [openbsd] 176 205 177 - '@esbuild/openbsd-x64@0.25.5': 178 - resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} 206 + '@esbuild/openbsd-x64@0.25.8': 207 + resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==} 179 208 engines: {node: '>=18'} 180 209 cpu: [x64] 181 210 os: [openbsd] 182 211 183 - '@esbuild/sunos-x64@0.25.5': 184 - resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} 212 + '@esbuild/openharmony-arm64@0.25.8': 213 + resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==} 214 + engines: {node: '>=18'} 215 + cpu: [arm64] 216 + os: [openharmony] 217 + 218 + '@esbuild/sunos-x64@0.25.8': 219 + resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==} 185 220 engines: {node: '>=18'} 186 221 cpu: [x64] 187 222 os: [sunos] 188 223 189 - '@esbuild/win32-arm64@0.25.5': 190 - resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} 224 + '@esbuild/win32-arm64@0.25.8': 225 + resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==} 191 226 engines: {node: '>=18'} 192 227 cpu: [arm64] 193 228 os: [win32] 194 229 195 - '@esbuild/win32-ia32@0.25.5': 196 - resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} 230 + '@esbuild/win32-ia32@0.25.8': 231 + resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==} 197 232 engines: {node: '>=18'} 198 233 cpu: [ia32] 199 234 os: [win32] 200 235 201 - '@esbuild/win32-x64@0.25.5': 202 - resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} 236 + '@esbuild/win32-x64@0.25.8': 237 + resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==} 203 238 engines: {node: '>=18'} 204 239 cpu: [x64] 205 240 os: [win32] ··· 309 344 cpu: [x64] 310 345 os: [win32] 311 346 312 - '@jridgewell/sourcemap-codec@1.5.0': 313 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 347 + '@jridgewell/sourcemap-codec@1.5.4': 348 + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} 314 349 315 350 '@oslojs/encoding@1.1.0': 316 351 resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} 317 352 318 - '@rollup/pluginutils@5.1.4': 319 - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} 353 + '@rollup/pluginutils@5.2.0': 354 + resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} 320 355 engines: {node: '>=14.0.0'} 321 356 peerDependencies: 322 357 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 324 359 rollup: 325 360 optional: true 326 361 327 - '@rollup/rollup-android-arm-eabi@4.42.0': 328 - resolution: {integrity: sha512-gldmAyS9hpj+H6LpRNlcjQWbuKUtb94lodB9uCz71Jm+7BxK1VIOo7y62tZZwxhA7j1ylv/yQz080L5WkS+LoQ==} 362 + '@rollup/rollup-android-arm-eabi@4.45.3': 363 + resolution: {integrity: sha512-8oQkCTve4H4B4JpmD2FV7fV2ZPTxJHN//bRhCqPUU8v6c5APlxteAXyc7BFaEb4aGpUzrPLU4PoAcGhwmRzZTA==} 329 364 cpu: [arm] 330 365 os: [android] 331 366 332 - '@rollup/rollup-android-arm64@4.42.0': 333 - resolution: {integrity: sha512-bpRipfTgmGFdCZDFLRvIkSNO1/3RGS74aWkJJTFJBH7h3MRV4UijkaEUeOMbi9wxtxYmtAbVcnMtHTPBhLEkaw==} 367 + '@rollup/rollup-android-arm64@4.45.3': 368 + resolution: {integrity: sha512-StOsmdXHU2hx3UFTTs6yYxCSwSIgLsfjUBICXyWj625M32OOjakXlaZuGKL+jA3Nvv35+hMxrm/64eCoT07SYQ==} 334 369 cpu: [arm64] 335 370 os: [android] 336 371 337 - '@rollup/rollup-darwin-arm64@4.42.0': 338 - resolution: {integrity: sha512-JxHtA081izPBVCHLKnl6GEA0w3920mlJPLh89NojpU2GsBSB6ypu4erFg/Wx1qbpUbepn0jY4dVWMGZM8gplgA==} 372 + '@rollup/rollup-darwin-arm64@4.45.3': 373 + resolution: {integrity: sha512-6CfLF3eqKhCdhK0GUnR5ZS99OFz+dtOeB/uePznLKxjCsk5QjT/V0eSEBb4vj+o/ri3i35MseSEQHCLLAgClVw==} 339 374 cpu: [arm64] 340 375 os: [darwin] 341 376 342 - '@rollup/rollup-darwin-x64@4.42.0': 343 - resolution: {integrity: sha512-rv5UZaWVIJTDMyQ3dCEK+m0SAn6G7H3PRc2AZmExvbDvtaDc+qXkei0knQWcI3+c9tEs7iL/4I4pTQoPbNL2SA==} 377 + '@rollup/rollup-darwin-x64@4.45.3': 378 + resolution: {integrity: sha512-QLWyWmAJG9elNTNLdcSXUT/M+J7DhEmvs1XPHYcgYkse3UHf9iWTJ+yTPlKMIetiQnNi+cNp+gY4gvjDpREfKw==} 344 379 cpu: [x64] 345 380 os: [darwin] 346 381 347 - '@rollup/rollup-freebsd-arm64@4.42.0': 348 - resolution: {integrity: sha512-fJcN4uSGPWdpVmvLuMtALUFwCHgb2XiQjuECkHT3lWLZhSQ3MBQ9pq+WoWeJq2PrNxr9rPM1Qx+IjyGj8/c6zQ==} 382 + '@rollup/rollup-freebsd-arm64@4.45.3': 383 + resolution: {integrity: sha512-ZOvBq+5nL0yrZIEo1eq6r7MPvkJ8kC1XATS/yHvcq3WbDNKNKBQ1uIF4hicyzDMoJt72G+sn1nKsFXpifZyRDA==} 349 384 cpu: [arm64] 350 385 os: [freebsd] 351 386 352 - '@rollup/rollup-freebsd-x64@4.42.0': 353 - resolution: {integrity: sha512-CziHfyzpp8hJpCVE/ZdTizw58gr+m7Y2Xq5VOuCSrZR++th2xWAz4Nqk52MoIIrV3JHtVBhbBsJcAxs6NammOQ==} 387 + '@rollup/rollup-freebsd-x64@4.45.3': 388 + resolution: {integrity: sha512-AYvGR07wecEnyYSovyJ71pTOulbNvsrpRpK6i/IM1b0UGX1vFx51afYuPYPxnvE9aCl5xPnhQicEvdIMxClRgQ==} 354 389 cpu: [x64] 355 390 os: [freebsd] 356 391 357 - '@rollup/rollup-linux-arm-gnueabihf@4.42.0': 358 - resolution: {integrity: sha512-UsQD5fyLWm2Fe5CDM7VPYAo+UC7+2Px4Y+N3AcPh/LdZu23YcuGPegQly++XEVaC8XUTFVPscl5y5Cl1twEI4A==} 392 + '@rollup/rollup-linux-arm-gnueabihf@4.45.3': 393 + resolution: {integrity: sha512-Yx8Cp38tfRRToVLuIWzBHV25/QPzpUreOPIiUuNV7KahNPurYg2pYQ4l7aYnvpvklO1riX4643bXLvDsYSBIrA==} 359 394 cpu: [arm] 360 395 os: [linux] 361 396 362 - '@rollup/rollup-linux-arm-musleabihf@4.42.0': 363 - resolution: {integrity: sha512-/i8NIrlgc/+4n1lnoWl1zgH7Uo0XK5xK3EDqVTf38KvyYgCU/Rm04+o1VvvzJZnVS5/cWSd07owkzcVasgfIkQ==} 397 + '@rollup/rollup-linux-arm-musleabihf@4.45.3': 398 + resolution: {integrity: sha512-4dIYRNxlXGDKnO6qgcda6LxnObPO6r1OBU9HG8F9pAnHHLtfbiOqCzDvkeHknx+5mfFVH4tWOl+h+cHylwsPWA==} 364 399 cpu: [arm] 365 400 os: [linux] 366 401 367 - '@rollup/rollup-linux-arm64-gnu@4.42.0': 368 - resolution: {integrity: sha512-eoujJFOvoIBjZEi9hJnXAbWg+Vo1Ov8n/0IKZZcPZ7JhBzxh2A+2NFyeMZIRkY9iwBvSjloKgcvnjTbGKHE44Q==} 402 + '@rollup/rollup-linux-arm64-gnu@4.45.3': 403 + resolution: {integrity: sha512-M6uVlWKmhLN7LguLDu6396K1W5IBlAaRonjlHQgc3s4dOGceu0FeBuvbXiUPYvup/6b5Ln7IEX7XNm68DN4vrg==} 369 404 cpu: [arm64] 370 405 os: [linux] 371 406 372 - '@rollup/rollup-linux-arm64-musl@4.42.0': 373 - resolution: {integrity: sha512-/3NrcOWFSR7RQUQIuZQChLND36aTU9IYE4j+TB40VU78S+RA0IiqHR30oSh6P1S9f9/wVOenHQnacs/Byb824g==} 407 + '@rollup/rollup-linux-arm64-musl@4.45.3': 408 + resolution: {integrity: sha512-emaYiOTQJUd6fC9a6jcw9zIWtzaUiuBC+vomggaM4In2iOra/lA6IMHlqZqQZr08NYXrOPMVigreLMeSAwv3Uw==} 374 409 cpu: [arm64] 375 410 os: [linux] 376 411 377 - '@rollup/rollup-linux-loongarch64-gnu@4.42.0': 378 - resolution: {integrity: sha512-O8AplvIeavK5ABmZlKBq9/STdZlnQo7Sle0LLhVA7QT+CiGpNVe197/t8Aph9bhJqbDVGCHpY2i7QyfEDDStDg==} 412 + '@rollup/rollup-linux-loongarch64-gnu@4.45.3': 413 + resolution: {integrity: sha512-3P77T5AQ4UfVRJSrTKLiUZDJ6XsxeP80027bp6mOFh8sevSD038mYuIYFiUtrSJxxgFb+NgRJFF9oIa0rlUsmg==} 379 414 cpu: [loong64] 380 415 os: [linux] 381 416 382 - '@rollup/rollup-linux-powerpc64le-gnu@4.42.0': 383 - resolution: {integrity: sha512-6Qb66tbKVN7VyQrekhEzbHRxXXFFD8QKiFAwX5v9Xt6FiJ3BnCVBuyBxa2fkFGqxOCSGGYNejxd8ht+q5SnmtA==} 417 + '@rollup/rollup-linux-ppc64-gnu@4.45.3': 418 + resolution: {integrity: sha512-/VPH3ZVeSlmCBPhZdx/+4dMXDjaGMhDsWOBo9EwSkGbw2+OAqaslL53Ao2OqCxR0GgYjmmssJ+OoG+qYGE7IBg==} 384 419 cpu: [ppc64] 385 420 os: [linux] 386 421 387 - '@rollup/rollup-linux-riscv64-gnu@4.42.0': 388 - resolution: {integrity: sha512-KQETDSEBamQFvg/d8jajtRwLNBlGc3aKpaGiP/LvEbnmVUKlFta1vqJqTrvPtsYsfbE/DLg5CC9zyXRX3fnBiA==} 422 + '@rollup/rollup-linux-riscv64-gnu@4.45.3': 423 + resolution: {integrity: sha512-Hs5if0PjROl1MGMmZX3xMAIfqcGxQE2SJWUr/CpDQsOQn43Wq4IvXXxUMWtiY/BrzdqCCJlRgJ5DKxzS3qWkCw==} 389 424 cpu: [riscv64] 390 425 os: [linux] 391 426 392 - '@rollup/rollup-linux-riscv64-musl@4.42.0': 393 - resolution: {integrity: sha512-qMvnyjcU37sCo/tuC+JqeDKSuukGAd+pVlRl/oyDbkvPJ3awk6G6ua7tyum02O3lI+fio+eM5wsVd66X0jQtxw==} 427 + '@rollup/rollup-linux-riscv64-musl@4.45.3': 428 + resolution: {integrity: sha512-Qm0WOwh3Lk388+HJFl1ILGbd2iOoQf6yl4fdGqOjBzEA+5JYbLcwd+sGsZjs5pkt8Cr/1G42EiXmlRp9ZeTvFA==} 394 429 cpu: [riscv64] 395 430 os: [linux] 396 431 397 - '@rollup/rollup-linux-s390x-gnu@4.42.0': 398 - resolution: {integrity: sha512-I2Y1ZUgTgU2RLddUHXTIgyrdOwljjkmcZ/VilvaEumtS3Fkuhbw4p4hgHc39Ypwvo2o7sBFNl2MquNvGCa55Iw==} 432 + '@rollup/rollup-linux-s390x-gnu@4.45.3': 433 + resolution: {integrity: sha512-VJdknTaYw+TqXzlh9c7vaVMh/fV2sU8Khfk4a9vAdYXJawpjf6z3U1k7vDWx2IQ9ZOPoOPxgVpDfYOYhxD7QUA==} 399 434 cpu: [s390x] 400 435 os: [linux] 401 436 402 - '@rollup/rollup-linux-x64-gnu@4.42.0': 403 - resolution: {integrity: sha512-Gfm6cV6mj3hCUY8TqWa63DB8Mx3NADoFwiJrMpoZ1uESbK8FQV3LXkhfry+8bOniq9pqY1OdsjFWNsSbfjPugw==} 437 + '@rollup/rollup-linux-x64-gnu@4.45.3': 438 + resolution: {integrity: sha512-SUDXU5YabLAMl86FpupSQQEWzVG8X0HM+Q/famnJusbPiUgQnTGuSxtxg4UAYgv1ZmRV1nioYYXsgtSokU/7+Q==} 404 439 cpu: [x64] 405 440 os: [linux] 406 441 407 - '@rollup/rollup-linux-x64-musl@4.42.0': 408 - resolution: {integrity: sha512-g86PF8YZ9GRqkdi0VoGlcDUb4rYtQKyTD1IVtxxN4Hpe7YqLBShA7oHMKU6oKTCi3uxwW4VkIGnOaH/El8de3w==} 442 + '@rollup/rollup-linux-x64-musl@4.45.3': 443 + resolution: {integrity: sha512-ezmqknOUFgZMN6wW+Avlo4sXF3Frswd+ncrwMz4duyZ5Eqd+dAYgJ+A1MY+12LNZ7XDhCiijJceueYvtnzdviw==} 409 444 cpu: [x64] 410 445 os: [linux] 411 446 412 - '@rollup/rollup-win32-arm64-msvc@4.42.0': 413 - resolution: {integrity: sha512-+axkdyDGSp6hjyzQ5m1pgcvQScfHnMCcsXkx8pTgy/6qBmWVhtRVlgxjWwDp67wEXXUr0x+vD6tp5W4x6V7u1A==} 447 + '@rollup/rollup-win32-arm64-msvc@4.45.3': 448 + resolution: {integrity: sha512-1YfXoUEE++gIW66zNB9Twd0Ua5xCXpfYppFUxVT/Io5ZT3fO6Se+C/Jvmh3usaIHHyi53t3kpfjydO2GAy5eBA==} 414 449 cpu: [arm64] 415 450 os: [win32] 416 451 417 - '@rollup/rollup-win32-ia32-msvc@4.42.0': 418 - resolution: {integrity: sha512-F+5J9pelstXKwRSDq92J0TEBXn2nfUrQGg+HK1+Tk7VOL09e0gBqUHugZv7SW4MGrYj41oNCUe3IKCDGVlis2g==} 452 + '@rollup/rollup-win32-ia32-msvc@4.45.3': 453 + resolution: {integrity: sha512-Iok2YA3PvC163rVZf2Zy81A0g88IUcSPeU5pOilcbICXre2EP1mxn1Db/l09Z/SK1vdSLtpJXAnwGuMOyf5O9g==} 419 454 cpu: [ia32] 420 455 os: [win32] 421 456 422 - '@rollup/rollup-win32-x64-msvc@4.42.0': 423 - resolution: {integrity: sha512-LpHiJRwkaVz/LqjHjK8LCi8osq7elmpwujwbXKNW88bM8eeGxavJIKKjkjpMHAh/2xfnrt1ZSnhTv41WYUHYmA==} 457 + '@rollup/rollup-win32-x64-msvc@4.45.3': 458 + resolution: {integrity: sha512-HwHCH5GQTOeGYP5wBEBXFVhfQecwRl24Rugoqhh8YwGarsU09bHhOKuqlyW4ZolZCan3eTUax7UJbGSmKSM51A==} 424 459 cpu: [x64] 425 460 os: [win32] 426 461 427 - '@shikijs/core@3.6.0': 428 - resolution: {integrity: sha512-9By7Xb3olEX0o6UeJyPLI1PE1scC4d3wcVepvtv2xbuN9/IThYN4Wcwh24rcFeASzPam11MCq8yQpwwzCgSBRw==} 462 + '@shikijs/core@3.8.1': 463 + resolution: {integrity: sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==} 429 464 430 - '@shikijs/engine-javascript@3.6.0': 431 - resolution: {integrity: sha512-7YnLhZG/TU05IHMG14QaLvTW/9WiK8SEYafceccHUSXs2Qr5vJibUwsDfXDLmRi0zHdzsxrGKpSX6hnqe0k8nA==} 465 + '@shikijs/engine-javascript@3.8.1': 466 + resolution: {integrity: sha512-rZRp3BM1llrHkuBPAdYAzjlF7OqlM0rm/7EWASeCcY7cRYZIrOnGIHE9qsLz5TCjGefxBFnwgIECzBs2vmOyKA==} 432 467 433 - '@shikijs/engine-oniguruma@3.6.0': 434 - resolution: {integrity: sha512-nmOhIZ9yT3Grd+2plmW/d8+vZ2pcQmo/UnVwXMUXAKTXdi+LK0S08Ancrz5tQQPkxvjBalpMW2aKvwXfelauvA==} 468 + '@shikijs/engine-oniguruma@3.8.1': 469 + resolution: {integrity: sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g==} 435 470 436 - '@shikijs/langs@3.6.0': 437 - resolution: {integrity: sha512-IdZkQJaLBu1LCYCwkr30hNuSDfllOT8RWYVZK1tD2J03DkiagYKRxj/pDSl8Didml3xxuyzUjgtioInwEQM/TA==} 471 + '@shikijs/langs@3.8.1': 472 + resolution: {integrity: sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ==} 438 473 439 - '@shikijs/themes@3.6.0': 440 - resolution: {integrity: sha512-Fq2j4nWr1DF4drvmhqKq8x5vVQ27VncF8XZMBuHuQMZvUSS3NBgpqfwz/FoGe36+W6PvniZ1yDlg2d4kmYDU6w==} 474 + '@shikijs/themes@3.8.1': 475 + resolution: {integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==} 441 476 442 - '@shikijs/types@3.6.0': 443 - resolution: {integrity: sha512-cLWFiToxYu0aAzJqhXTQsFiJRTFDAGl93IrMSBNaGSzs7ixkLfdG6pH11HipuWFGW5vyx4X47W8HDQ7eSrmBUg==} 477 + '@shikijs/types@3.8.1': 478 + resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==} 444 479 445 480 '@shikijs/vscode-textmate@10.0.2': 446 481 resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} ··· 450 485 451 486 '@types/debug@4.1.12': 452 487 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 453 - 454 - '@types/estree@1.0.7': 455 - resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} 456 488 457 489 '@types/estree@1.0.8': 458 490 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} ··· 472 504 '@types/nlcst@2.0.3': 473 505 resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} 474 506 475 - '@types/node@22.15.30': 476 - resolution: {integrity: sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==} 507 + '@types/node@24.1.0': 508 + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} 477 509 478 510 '@types/unist@3.0.3': 479 511 resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} ··· 515 547 array-iterate@2.0.1: 516 548 resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} 517 549 518 - astro@5.9.1: 519 - resolution: {integrity: sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==} 550 + astro@5.12.3: 551 + resolution: {integrity: sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==} 520 552 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 521 553 hasBin: true 522 554 ··· 567 599 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 568 600 engines: {node: '>= 14.16.0'} 569 601 570 - ci-info@4.2.0: 571 - resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} 602 + ci-info@4.3.0: 603 + resolution: {integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==} 572 604 engines: {node: '>=8'} 573 605 574 606 cli-boxes@3.0.0: ··· 634 666 supports-color: 635 667 optional: true 636 668 637 - decode-named-character-reference@1.1.0: 638 - resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} 669 + decode-named-character-reference@1.2.0: 670 + resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} 639 671 640 672 defu@6.1.4: 641 673 resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} ··· 688 720 es-module-lexer@1.7.0: 689 721 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 690 722 691 - esbuild@0.25.5: 692 - resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} 723 + esbuild@0.25.8: 724 + resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==} 693 725 engines: {node: '>=18'} 694 726 hasBin: true 695 727 696 728 escape-string-regexp@5.0.0: 697 729 resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} 698 730 engines: {node: '>=12'} 731 + 732 + esm-env@1.2.2: 733 + resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} 699 734 700 735 estree-walker@2.0.2: 701 736 resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} ··· 712 747 fast-deep-equal@3.1.3: 713 748 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 714 749 715 - fdir@6.4.5: 716 - resolution: {integrity: sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==} 750 + fdir@6.4.6: 751 + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} 717 752 peerDependencies: 718 753 picomatch: ^3 || ^4 719 754 peerDependenciesMeta: ··· 980 1015 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 981 1016 hasBin: true 982 1017 1018 + nanoid@5.1.5: 1019 + resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==} 1020 + engines: {node: ^18 || >=20} 1021 + hasBin: true 1022 + 983 1023 neotraverse@0.6.18: 984 1024 resolution: {integrity: sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==} 985 1025 engines: {node: '>= 10'} ··· 999 1039 encoding: 1000 1040 optional: true 1001 1041 1002 - node-mock-http@1.0.0: 1003 - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} 1042 + node-mock-http@1.0.1: 1043 + resolution: {integrity: sha512-0gJJgENizp4ghds/Ywu2FCmcRsgBTmRQzYPZm61wy+Em2sBarSka0OhQS5huLBg6od1zkNpnWMCZloQDFVvOMQ==} 1004 1044 1005 1045 normalize-path@3.0.0: 1006 1046 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} ··· 1049 1089 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 1050 1090 engines: {node: '>=8.6'} 1051 1091 1052 - picomatch@4.0.2: 1053 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 1092 + picomatch@4.0.3: 1093 + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 1054 1094 engines: {node: '>=12'} 1055 1095 1056 - postcss@8.5.4: 1057 - resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==} 1096 + postcss@8.5.6: 1097 + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1058 1098 engines: {node: ^10 || ^12 || >=14} 1059 1099 1060 1100 prismjs@1.30.0: ··· 1130 1170 retext@9.0.0: 1131 1171 resolution: {integrity: sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==} 1132 1172 1133 - rollup@4.42.0: 1134 - resolution: {integrity: sha512-LW+Vse3BJPyGJGAJt1j8pWDKPd73QM8cRXYK1IxOBgL2AGLu7Xd2YOW0M2sLUBCkF5MshXXtMApyEAEzMVMsnw==} 1173 + rollup@4.45.3: 1174 + resolution: {integrity: sha512-STwyHZF3G+CrmZhB+qDiROq9s8B5PrOCYN6dtmOvwz585XBnyeHk1GTEhHJtUVb355/9uZhOazyVclTt5uahzA==} 1135 1175 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1136 1176 hasBin: true 1137 1177 ··· 1144 1184 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 1145 1185 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 1146 1186 1147 - shiki@3.6.0: 1148 - resolution: {integrity: sha512-tKn/Y0MGBTffQoklaATXmTqDU02zx8NYBGQ+F6gy87/YjKbizcLd+Cybh/0ZtOBX9r1NEnAy/GTRDKtOsc1L9w==} 1187 + shiki@3.8.1: 1188 + resolution: {integrity: sha512-+MYIyjwGPCaegbpBeFN9+oOifI8CKiKG3awI/6h3JeT85c//H2wDW/xCJEGuQ5jPqtbboKNqNy+JyX9PYpGwNg==} 1149 1189 1150 1190 simple-swizzle@0.2.2: 1151 1191 resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} ··· 1153 1193 sisteransi@1.0.5: 1154 1194 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} 1155 1195 1156 - smol-toml@1.3.4: 1157 - resolution: {integrity: sha512-UOPtVuYkzYGee0Bd2Szz8d2G3RfMfJ2t3qVdZUAozZyAk+a0Sxa+QKix0YCwjL/A1RR0ar44nCxaoN9FxdJGwA==} 1196 + smol-toml@1.4.1: 1197 + resolution: {integrity: sha512-CxdwHXyYTONGHThDbq5XdwbFsuY4wlClRGejfE2NtwUtiHYsP1QtNsHb/hnj31jKYSchztJsaA8pSQoVzkfCFg==} 1158 1198 engines: {node: '>= 18'} 1159 1199 1160 1200 source-map-js@1.2.1: ··· 1233 1273 uncrypto@0.1.3: 1234 1274 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} 1235 1275 1236 - undici-types@6.21.0: 1237 - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} 1276 + undici-types@7.8.0: 1277 + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} 1238 1278 1239 1279 unicode-properties@1.4.1: 1240 1280 resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} ··· 1245 1285 unified@11.0.5: 1246 1286 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 1247 1287 1248 - unifont@0.5.0: 1249 - resolution: {integrity: sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==} 1288 + unifont@0.5.2: 1289 + resolution: {integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==} 1250 1290 1251 1291 unist-util-find-after@5.0.0: 1252 1292 resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} ··· 1275 1315 unist-util-visit@5.0.0: 1276 1316 resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} 1277 1317 1278 - unstorage@1.16.0: 1279 - resolution: {integrity: sha512-WQ37/H5A7LcRPWfYOrDa1Ys02xAbpPJq6q5GkO88FBXVSQzHd7+BjEwfRqyaSWCv9MbsJy058GWjjPjcJ16GGA==} 1318 + unstorage@1.16.1: 1319 + resolution: {integrity: sha512-gdpZ3guLDhz+zWIlYP1UwQ259tG5T5vYRzDaHMkQ1bBY1SQPutvZnrRjTFaWUUpseErJIgAZS51h6NOcZVZiqQ==} 1280 1320 peerDependencies: 1281 1321 '@azure/app-configuration': ^1.8.0 1282 1322 '@azure/cosmos': ^4.2.0 ··· 1286 1326 '@azure/storage-blob': ^12.26.0 1287 1327 '@capacitor/preferences': ^6.0.3 || ^7.0.0 1288 1328 '@deno/kv': '>=0.9.0' 1289 - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 1329 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 1290 1330 '@planetscale/database': ^1.19.0 1291 1331 '@upstash/redis': ^1.34.3 1292 1332 '@vercel/blob': '>=0.27.1' ··· 1337 1377 vfile-location@5.0.3: 1338 1378 resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} 1339 1379 1340 - vfile-message@4.0.2: 1341 - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} 1380 + vfile-message@4.0.3: 1381 + resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} 1342 1382 1343 1383 vfile@6.0.3: 1344 1384 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} ··· 1383 1423 yaml: 1384 1424 optional: true 1385 1425 1386 - vitefu@1.0.6: 1387 - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} 1426 + vitefu@1.1.1: 1427 + resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} 1388 1428 peerDependencies: 1389 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 1429 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 1390 1430 peerDependenciesMeta: 1391 1431 vite: 1392 1432 optional: true ··· 1431 1471 resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 1432 1472 engines: {node: '>=18'} 1433 1473 1434 - zod-to-json-schema@3.24.5: 1435 - resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} 1474 + zod-to-json-schema@3.24.6: 1475 + resolution: {integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==} 1436 1476 peerDependencies: 1437 1477 zod: ^3.24.1 1438 1478 ··· 1442 1482 typescript: ^4.9.4 || ^5.0.2 1443 1483 zod: ^3 1444 1484 1445 - zod@3.25.56: 1446 - resolution: {integrity: sha512-rd6eEF3BTNvQnR2e2wwolfTmUTnp70aUTqr0oaGbHifzC3BKJsoV+Gat8vxUMR1hwOKBs6El+qWehrHbCpW6SQ==} 1485 + zod@3.25.76: 1486 + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 1447 1487 1448 1488 zwitch@2.0.4: 1449 1489 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 1450 1490 1451 1491 snapshots: 1452 1492 1453 - '@astrojs/compiler@2.12.1': {} 1493 + '@astrojs/compiler@2.12.2': {} 1454 1494 1455 1495 '@astrojs/internal-helpers@0.6.1': {} 1456 1496 1457 - '@astrojs/markdown-remark@6.3.2': 1497 + '@astrojs/markdown-remark@6.3.3': 1458 1498 dependencies: 1459 1499 '@astrojs/internal-helpers': 0.6.1 1460 1500 '@astrojs/prism': 3.3.0 ··· 1470 1510 remark-parse: 11.0.0 1471 1511 remark-rehype: 11.1.2 1472 1512 remark-smartypants: 3.0.2 1473 - shiki: 3.6.0 1474 - smol-toml: 1.3.4 1513 + shiki: 3.8.1 1514 + smol-toml: 1.4.1 1475 1515 unified: 11.0.5 1476 1516 unist-util-remove-position: 5.0.0 1477 1517 unist-util-visit: 5.0.0 ··· 1486 1526 1487 1527 '@astrojs/telemetry@3.3.0': 1488 1528 dependencies: 1489 - ci-info: 4.2.0 1529 + ci-info: 4.3.0 1490 1530 debug: 4.4.1 1491 1531 dlv: 1.1.3 1492 1532 dset: 3.1.4 ··· 1496 1536 transitivePeerDependencies: 1497 1537 - supports-color 1498 1538 1539 + '@atcute/client@4.0.3': 1540 + dependencies: 1541 + '@atcute/identity': 1.0.3 1542 + '@atcute/lexicons': 1.1.0 1543 + 1544 + '@atcute/identity@1.0.3': 1545 + dependencies: 1546 + '@atcute/lexicons': 1.1.0 1547 + '@badrap/valita': 0.4.5 1548 + 1549 + '@atcute/lexicons@1.1.0': 1550 + dependencies: 1551 + esm-env: 1.2.2 1552 + 1553 + '@atcute/multibase@1.1.4': 1554 + dependencies: 1555 + '@atcute/uint8array': 1.0.3 1556 + 1557 + '@atcute/oauth-browser-client@1.0.26': 1558 + dependencies: 1559 + '@atcute/client': 4.0.3 1560 + '@atcute/identity': 1.0.3 1561 + '@atcute/lexicons': 1.1.0 1562 + '@atcute/multibase': 1.1.4 1563 + '@atcute/uint8array': 1.0.3 1564 + nanoid: 5.1.5 1565 + 1566 + '@atcute/uint8array@1.0.3': {} 1567 + 1499 1568 '@babel/helper-string-parser@7.27.1': {} 1500 1569 1501 1570 '@babel/helper-validator-identifier@7.27.1': {} 1502 1571 1503 - '@babel/parser@7.27.5': 1572 + '@babel/parser@7.28.0': 1504 1573 dependencies: 1505 - '@babel/types': 7.27.6 1574 + '@babel/types': 7.28.2 1506 1575 1507 - '@babel/types@7.27.6': 1576 + '@babel/types@7.28.2': 1508 1577 dependencies: 1509 1578 '@babel/helper-string-parser': 7.27.1 1510 1579 '@babel/helper-validator-identifier': 7.27.1 1511 1580 1581 + '@badrap/valita@0.4.5': {} 1582 + 1512 1583 '@capsizecss/unpack@2.4.0': 1513 1584 dependencies: 1514 1585 blob-to-buffer: 1.2.9 ··· 1517 1588 transitivePeerDependencies: 1518 1589 - encoding 1519 1590 1520 - '@emnapi/runtime@1.4.3': 1591 + '@emnapi/runtime@1.4.5': 1521 1592 dependencies: 1522 1593 tslib: 2.8.1 1523 1594 optional: true 1524 1595 1525 - '@esbuild/aix-ppc64@0.25.5': 1596 + '@esbuild/aix-ppc64@0.25.8': 1526 1597 optional: true 1527 1598 1528 - '@esbuild/android-arm64@0.25.5': 1599 + '@esbuild/android-arm64@0.25.8': 1529 1600 optional: true 1530 1601 1531 - '@esbuild/android-arm@0.25.5': 1602 + '@esbuild/android-arm@0.25.8': 1532 1603 optional: true 1533 1604 1534 - '@esbuild/android-x64@0.25.5': 1605 + '@esbuild/android-x64@0.25.8': 1535 1606 optional: true 1536 1607 1537 - '@esbuild/darwin-arm64@0.25.5': 1608 + '@esbuild/darwin-arm64@0.25.8': 1538 1609 optional: true 1539 1610 1540 - '@esbuild/darwin-x64@0.25.5': 1611 + '@esbuild/darwin-x64@0.25.8': 1541 1612 optional: true 1542 1613 1543 - '@esbuild/freebsd-arm64@0.25.5': 1614 + '@esbuild/freebsd-arm64@0.25.8': 1544 1615 optional: true 1545 1616 1546 - '@esbuild/freebsd-x64@0.25.5': 1617 + '@esbuild/freebsd-x64@0.25.8': 1547 1618 optional: true 1548 1619 1549 - '@esbuild/linux-arm64@0.25.5': 1620 + '@esbuild/linux-arm64@0.25.8': 1550 1621 optional: true 1551 1622 1552 - '@esbuild/linux-arm@0.25.5': 1623 + '@esbuild/linux-arm@0.25.8': 1553 1624 optional: true 1554 1625 1555 - '@esbuild/linux-ia32@0.25.5': 1626 + '@esbuild/linux-ia32@0.25.8': 1556 1627 optional: true 1557 1628 1558 - '@esbuild/linux-loong64@0.25.5': 1629 + '@esbuild/linux-loong64@0.25.8': 1559 1630 optional: true 1560 1631 1561 - '@esbuild/linux-mips64el@0.25.5': 1632 + '@esbuild/linux-mips64el@0.25.8': 1562 1633 optional: true 1563 1634 1564 - '@esbuild/linux-ppc64@0.25.5': 1635 + '@esbuild/linux-ppc64@0.25.8': 1565 1636 optional: true 1566 1637 1567 - '@esbuild/linux-riscv64@0.25.5': 1638 + '@esbuild/linux-riscv64@0.25.8': 1568 1639 optional: true 1569 1640 1570 - '@esbuild/linux-s390x@0.25.5': 1641 + '@esbuild/linux-s390x@0.25.8': 1571 1642 optional: true 1572 1643 1573 - '@esbuild/linux-x64@0.25.5': 1644 + '@esbuild/linux-x64@0.25.8': 1574 1645 optional: true 1575 1646 1576 - '@esbuild/netbsd-arm64@0.25.5': 1647 + '@esbuild/netbsd-arm64@0.25.8': 1577 1648 optional: true 1578 1649 1579 - '@esbuild/netbsd-x64@0.25.5': 1650 + '@esbuild/netbsd-x64@0.25.8': 1580 1651 optional: true 1581 1652 1582 - '@esbuild/openbsd-arm64@0.25.5': 1653 + '@esbuild/openbsd-arm64@0.25.8': 1583 1654 optional: true 1584 1655 1585 - '@esbuild/openbsd-x64@0.25.5': 1656 + '@esbuild/openbsd-x64@0.25.8': 1586 1657 optional: true 1587 1658 1588 - '@esbuild/sunos-x64@0.25.5': 1659 + '@esbuild/openharmony-arm64@0.25.8': 1589 1660 optional: true 1590 1661 1591 - '@esbuild/win32-arm64@0.25.5': 1662 + '@esbuild/sunos-x64@0.25.8': 1592 1663 optional: true 1593 1664 1594 - '@esbuild/win32-ia32@0.25.5': 1665 + '@esbuild/win32-arm64@0.25.8': 1595 1666 optional: true 1596 1667 1597 - '@esbuild/win32-x64@0.25.5': 1668 + '@esbuild/win32-ia32@0.25.8': 1669 + optional: true 1670 + 1671 + '@esbuild/win32-x64@0.25.8': 1598 1672 optional: true 1599 1673 1600 1674 '@img/sharp-darwin-arm64@0.33.5': ··· 1663 1737 1664 1738 '@img/sharp-wasm32@0.33.5': 1665 1739 dependencies: 1666 - '@emnapi/runtime': 1.4.3 1740 + '@emnapi/runtime': 1.4.5 1667 1741 optional: true 1668 1742 1669 1743 '@img/sharp-win32-ia32@0.33.5': ··· 1672 1746 '@img/sharp-win32-x64@0.33.5': 1673 1747 optional: true 1674 1748 1675 - '@jridgewell/sourcemap-codec@1.5.0': {} 1749 + '@jridgewell/sourcemap-codec@1.5.4': {} 1676 1750 1677 1751 '@oslojs/encoding@1.1.0': {} 1678 1752 1679 - '@rollup/pluginutils@5.1.4(rollup@4.42.0)': 1753 + '@rollup/pluginutils@5.2.0(rollup@4.45.3)': 1680 1754 dependencies: 1681 1755 '@types/estree': 1.0.8 1682 1756 estree-walker: 2.0.2 1683 - picomatch: 4.0.2 1757 + picomatch: 4.0.3 1684 1758 optionalDependencies: 1685 - rollup: 4.42.0 1759 + rollup: 4.45.3 1686 1760 1687 - '@rollup/rollup-android-arm-eabi@4.42.0': 1761 + '@rollup/rollup-android-arm-eabi@4.45.3': 1688 1762 optional: true 1689 1763 1690 - '@rollup/rollup-android-arm64@4.42.0': 1764 + '@rollup/rollup-android-arm64@4.45.3': 1691 1765 optional: true 1692 1766 1693 - '@rollup/rollup-darwin-arm64@4.42.0': 1767 + '@rollup/rollup-darwin-arm64@4.45.3': 1694 1768 optional: true 1695 1769 1696 - '@rollup/rollup-darwin-x64@4.42.0': 1770 + '@rollup/rollup-darwin-x64@4.45.3': 1697 1771 optional: true 1698 1772 1699 - '@rollup/rollup-freebsd-arm64@4.42.0': 1773 + '@rollup/rollup-freebsd-arm64@4.45.3': 1700 1774 optional: true 1701 1775 1702 - '@rollup/rollup-freebsd-x64@4.42.0': 1776 + '@rollup/rollup-freebsd-x64@4.45.3': 1703 1777 optional: true 1704 1778 1705 - '@rollup/rollup-linux-arm-gnueabihf@4.42.0': 1779 + '@rollup/rollup-linux-arm-gnueabihf@4.45.3': 1706 1780 optional: true 1707 1781 1708 - '@rollup/rollup-linux-arm-musleabihf@4.42.0': 1782 + '@rollup/rollup-linux-arm-musleabihf@4.45.3': 1709 1783 optional: true 1710 1784 1711 - '@rollup/rollup-linux-arm64-gnu@4.42.0': 1785 + '@rollup/rollup-linux-arm64-gnu@4.45.3': 1712 1786 optional: true 1713 1787 1714 - '@rollup/rollup-linux-arm64-musl@4.42.0': 1788 + '@rollup/rollup-linux-arm64-musl@4.45.3': 1715 1789 optional: true 1716 1790 1717 - '@rollup/rollup-linux-loongarch64-gnu@4.42.0': 1791 + '@rollup/rollup-linux-loongarch64-gnu@4.45.3': 1718 1792 optional: true 1719 1793 1720 - '@rollup/rollup-linux-powerpc64le-gnu@4.42.0': 1794 + '@rollup/rollup-linux-ppc64-gnu@4.45.3': 1721 1795 optional: true 1722 1796 1723 - '@rollup/rollup-linux-riscv64-gnu@4.42.0': 1797 + '@rollup/rollup-linux-riscv64-gnu@4.45.3': 1724 1798 optional: true 1725 1799 1726 - '@rollup/rollup-linux-riscv64-musl@4.42.0': 1800 + '@rollup/rollup-linux-riscv64-musl@4.45.3': 1727 1801 optional: true 1728 1802 1729 - '@rollup/rollup-linux-s390x-gnu@4.42.0': 1803 + '@rollup/rollup-linux-s390x-gnu@4.45.3': 1730 1804 optional: true 1731 1805 1732 - '@rollup/rollup-linux-x64-gnu@4.42.0': 1806 + '@rollup/rollup-linux-x64-gnu@4.45.3': 1733 1807 optional: true 1734 1808 1735 - '@rollup/rollup-linux-x64-musl@4.42.0': 1809 + '@rollup/rollup-linux-x64-musl@4.45.3': 1736 1810 optional: true 1737 1811 1738 - '@rollup/rollup-win32-arm64-msvc@4.42.0': 1812 + '@rollup/rollup-win32-arm64-msvc@4.45.3': 1739 1813 optional: true 1740 1814 1741 - '@rollup/rollup-win32-ia32-msvc@4.42.0': 1815 + '@rollup/rollup-win32-ia32-msvc@4.45.3': 1742 1816 optional: true 1743 1817 1744 - '@rollup/rollup-win32-x64-msvc@4.42.0': 1818 + '@rollup/rollup-win32-x64-msvc@4.45.3': 1745 1819 optional: true 1746 1820 1747 - '@shikijs/core@3.6.0': 1821 + '@shikijs/core@3.8.1': 1748 1822 dependencies: 1749 - '@shikijs/types': 3.6.0 1823 + '@shikijs/types': 3.8.1 1750 1824 '@shikijs/vscode-textmate': 10.0.2 1751 1825 '@types/hast': 3.0.4 1752 1826 hast-util-to-html: 9.0.5 1753 1827 1754 - '@shikijs/engine-javascript@3.6.0': 1828 + '@shikijs/engine-javascript@3.8.1': 1755 1829 dependencies: 1756 - '@shikijs/types': 3.6.0 1830 + '@shikijs/types': 3.8.1 1757 1831 '@shikijs/vscode-textmate': 10.0.2 1758 1832 oniguruma-to-es: 4.3.3 1759 1833 1760 - '@shikijs/engine-oniguruma@3.6.0': 1834 + '@shikijs/engine-oniguruma@3.8.1': 1761 1835 dependencies: 1762 - '@shikijs/types': 3.6.0 1836 + '@shikijs/types': 3.8.1 1763 1837 '@shikijs/vscode-textmate': 10.0.2 1764 1838 1765 - '@shikijs/langs@3.6.0': 1839 + '@shikijs/langs@3.8.1': 1766 1840 dependencies: 1767 - '@shikijs/types': 3.6.0 1841 + '@shikijs/types': 3.8.1 1768 1842 1769 - '@shikijs/themes@3.6.0': 1843 + '@shikijs/themes@3.8.1': 1770 1844 dependencies: 1771 - '@shikijs/types': 3.6.0 1845 + '@shikijs/types': 3.8.1 1772 1846 1773 - '@shikijs/types@3.6.0': 1847 + '@shikijs/types@3.8.1': 1774 1848 dependencies: 1775 1849 '@shikijs/vscode-textmate': 10.0.2 1776 1850 '@types/hast': 3.0.4 ··· 1785 1859 dependencies: 1786 1860 '@types/ms': 2.1.0 1787 1861 1788 - '@types/estree@1.0.7': {} 1789 - 1790 1862 '@types/estree@1.0.8': {} 1791 1863 1792 1864 '@types/fontkit@2.0.8': 1793 1865 dependencies: 1794 - '@types/node': 22.15.30 1866 + '@types/node': 24.1.0 1795 1867 1796 1868 '@types/hast@3.0.4': 1797 1869 dependencies: ··· 1807 1879 dependencies: 1808 1880 '@types/unist': 3.0.3 1809 1881 1810 - '@types/node@22.15.30': 1882 + '@types/node@24.1.0': 1811 1883 dependencies: 1812 - undici-types: 6.21.0 1884 + undici-types: 7.8.0 1813 1885 1814 1886 '@types/unist@3.0.3': {} 1815 1887 ··· 1838 1910 1839 1911 array-iterate@2.0.1: {} 1840 1912 1841 - astro@5.9.1(@types/node@22.15.30)(rollup@4.42.0)(typescript@5.8.3): 1913 + astro@5.12.3(@types/node@24.1.0)(rollup@4.45.3)(typescript@5.8.3): 1842 1914 dependencies: 1843 - '@astrojs/compiler': 2.12.1 1915 + '@astrojs/compiler': 2.12.2 1844 1916 '@astrojs/internal-helpers': 0.6.1 1845 - '@astrojs/markdown-remark': 6.3.2 1917 + '@astrojs/markdown-remark': 6.3.3 1846 1918 '@astrojs/telemetry': 3.3.0 1847 1919 '@capsizecss/unpack': 2.4.0 1848 1920 '@oslojs/encoding': 1.1.0 1849 - '@rollup/pluginutils': 5.1.4(rollup@4.42.0) 1921 + '@rollup/pluginutils': 5.2.0(rollup@4.45.3) 1850 1922 acorn: 8.15.0 1851 1923 aria-query: 5.3.2 1852 1924 axobject-query: 4.1.0 1853 1925 boxen: 8.0.1 1854 - ci-info: 4.2.0 1926 + ci-info: 4.3.0 1855 1927 clsx: 2.1.1 1856 1928 common-ancestor-path: 1.0.1 1857 1929 cookie: 1.0.2 ··· 1863 1935 dlv: 1.1.3 1864 1936 dset: 3.1.4 1865 1937 es-module-lexer: 1.7.0 1866 - esbuild: 0.25.5 1938 + esbuild: 0.25.8 1867 1939 estree-walker: 3.0.3 1868 1940 flattie: 1.1.1 1869 1941 fontace: 0.3.0 ··· 1880 1952 p-limit: 6.2.0 1881 1953 p-queue: 8.1.0 1882 1954 package-manager-detector: 1.3.0 1883 - picomatch: 4.0.2 1955 + picomatch: 4.0.3 1884 1956 prompts: 2.4.2 1885 1957 rehype: 13.0.2 1886 1958 semver: 7.7.2 1887 - shiki: 3.6.0 1959 + shiki: 3.8.1 1960 + smol-toml: 1.4.1 1888 1961 tinyexec: 0.3.2 1889 1962 tinyglobby: 0.2.14 1890 1963 tsconfck: 3.1.6(typescript@5.8.3) 1891 1964 ultrahtml: 1.6.0 1892 - unifont: 0.5.0 1965 + unifont: 0.5.2 1893 1966 unist-util-visit: 5.0.0 1894 - unstorage: 1.16.0 1967 + unstorage: 1.16.1 1895 1968 vfile: 6.0.3 1896 - vite: 6.3.5(@types/node@22.15.30) 1897 - vitefu: 1.0.6(vite@6.3.5(@types/node@22.15.30)) 1969 + vite: 6.3.5(@types/node@24.1.0) 1970 + vitefu: 1.1.1(vite@6.3.5(@types/node@24.1.0)) 1898 1971 xxhash-wasm: 1.1.0 1899 1972 yargs-parser: 21.1.1 1900 1973 yocto-spinner: 0.2.3 1901 - zod: 3.25.56 1902 - zod-to-json-schema: 3.24.5(zod@3.25.56) 1903 - zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.56) 1974 + zod: 3.25.76 1975 + zod-to-json-schema: 3.24.6(zod@3.25.76) 1976 + zod-to-ts: 1.2.0(typescript@5.8.3)(zod@3.25.76) 1904 1977 optionalDependencies: 1905 1978 sharp: 0.33.5 1906 1979 transitivePeerDependencies: ··· 1979 2052 dependencies: 1980 2053 readdirp: 4.1.2 1981 2054 1982 - ci-info@4.2.0: {} 2055 + ci-info@4.3.0: {} 1983 2056 1984 2057 cli-boxes@3.0.0: {} 1985 2058 ··· 2036 2109 dependencies: 2037 2110 ms: 2.1.3 2038 2111 2039 - decode-named-character-reference@1.1.0: 2112 + decode-named-character-reference@1.2.0: 2040 2113 dependencies: 2041 2114 character-entities: 2.0.2 2042 2115 ··· 2075 2148 2076 2149 es-module-lexer@1.7.0: {} 2077 2150 2078 - esbuild@0.25.5: 2151 + esbuild@0.25.8: 2079 2152 optionalDependencies: 2080 - '@esbuild/aix-ppc64': 0.25.5 2081 - '@esbuild/android-arm': 0.25.5 2082 - '@esbuild/android-arm64': 0.25.5 2083 - '@esbuild/android-x64': 0.25.5 2084 - '@esbuild/darwin-arm64': 0.25.5 2085 - '@esbuild/darwin-x64': 0.25.5 2086 - '@esbuild/freebsd-arm64': 0.25.5 2087 - '@esbuild/freebsd-x64': 0.25.5 2088 - '@esbuild/linux-arm': 0.25.5 2089 - '@esbuild/linux-arm64': 0.25.5 2090 - '@esbuild/linux-ia32': 0.25.5 2091 - '@esbuild/linux-loong64': 0.25.5 2092 - '@esbuild/linux-mips64el': 0.25.5 2093 - '@esbuild/linux-ppc64': 0.25.5 2094 - '@esbuild/linux-riscv64': 0.25.5 2095 - '@esbuild/linux-s390x': 0.25.5 2096 - '@esbuild/linux-x64': 0.25.5 2097 - '@esbuild/netbsd-arm64': 0.25.5 2098 - '@esbuild/netbsd-x64': 0.25.5 2099 - '@esbuild/openbsd-arm64': 0.25.5 2100 - '@esbuild/openbsd-x64': 0.25.5 2101 - '@esbuild/sunos-x64': 0.25.5 2102 - '@esbuild/win32-arm64': 0.25.5 2103 - '@esbuild/win32-ia32': 0.25.5 2104 - '@esbuild/win32-x64': 0.25.5 2153 + '@esbuild/aix-ppc64': 0.25.8 2154 + '@esbuild/android-arm': 0.25.8 2155 + '@esbuild/android-arm64': 0.25.8 2156 + '@esbuild/android-x64': 0.25.8 2157 + '@esbuild/darwin-arm64': 0.25.8 2158 + '@esbuild/darwin-x64': 0.25.8 2159 + '@esbuild/freebsd-arm64': 0.25.8 2160 + '@esbuild/freebsd-x64': 0.25.8 2161 + '@esbuild/linux-arm': 0.25.8 2162 + '@esbuild/linux-arm64': 0.25.8 2163 + '@esbuild/linux-ia32': 0.25.8 2164 + '@esbuild/linux-loong64': 0.25.8 2165 + '@esbuild/linux-mips64el': 0.25.8 2166 + '@esbuild/linux-ppc64': 0.25.8 2167 + '@esbuild/linux-riscv64': 0.25.8 2168 + '@esbuild/linux-s390x': 0.25.8 2169 + '@esbuild/linux-x64': 0.25.8 2170 + '@esbuild/netbsd-arm64': 0.25.8 2171 + '@esbuild/netbsd-x64': 0.25.8 2172 + '@esbuild/openbsd-arm64': 0.25.8 2173 + '@esbuild/openbsd-x64': 0.25.8 2174 + '@esbuild/openharmony-arm64': 0.25.8 2175 + '@esbuild/sunos-x64': 0.25.8 2176 + '@esbuild/win32-arm64': 0.25.8 2177 + '@esbuild/win32-ia32': 0.25.8 2178 + '@esbuild/win32-x64': 0.25.8 2105 2179 2106 2180 escape-string-regexp@5.0.0: {} 2107 2181 2182 + esm-env@1.2.2: {} 2183 + 2108 2184 estree-walker@2.0.2: {} 2109 2185 2110 2186 estree-walker@3.0.3: ··· 2117 2193 2118 2194 fast-deep-equal@3.1.3: {} 2119 2195 2120 - fdir@6.4.5(picomatch@4.0.2): 2196 + fdir@6.4.6(picomatch@4.0.3): 2121 2197 optionalDependencies: 2122 - picomatch: 4.0.2 2198 + picomatch: 4.0.3 2123 2199 2124 2200 flattie@1.1.1: {} 2125 2201 ··· 2154 2230 defu: 6.1.4 2155 2231 destr: 2.0.5 2156 2232 iron-webcrypto: 1.2.1 2157 - node-mock-http: 1.0.0 2233 + node-mock-http: 1.0.1 2158 2234 radix3: 1.1.2 2159 2235 ufo: 1.6.1 2160 2236 uncrypto: 0.1.3 ··· 2166 2242 hast-util-from-parse5: 8.0.3 2167 2243 parse5: 7.3.0 2168 2244 vfile: 6.0.3 2169 - vfile-message: 4.0.2 2245 + vfile-message: 4.0.3 2170 2246 2171 2247 hast-util-from-parse5@8.0.3: 2172 2248 dependencies: ··· 2287 2363 2288 2364 magic-string@0.30.17: 2289 2365 dependencies: 2290 - '@jridgewell/sourcemap-codec': 1.5.0 2366 + '@jridgewell/sourcemap-codec': 1.5.4 2291 2367 2292 2368 magicast@0.3.5: 2293 2369 dependencies: 2294 - '@babel/parser': 7.27.5 2295 - '@babel/types': 7.27.6 2370 + '@babel/parser': 7.28.0 2371 + '@babel/types': 7.28.2 2296 2372 source-map-js: 1.2.1 2297 2373 2298 2374 markdown-table@3.0.4: {} ··· 2314 2390 dependencies: 2315 2391 '@types/mdast': 4.0.4 2316 2392 '@types/unist': 3.0.3 2317 - decode-named-character-reference: 1.1.0 2393 + decode-named-character-reference: 1.2.0 2318 2394 devlop: 1.1.0 2319 2395 mdast-util-to-string: 4.0.0 2320 2396 micromark: 4.0.2 ··· 2421 2497 2422 2498 micromark-core-commonmark@2.0.3: 2423 2499 dependencies: 2424 - decode-named-character-reference: 1.1.0 2500 + decode-named-character-reference: 1.2.0 2425 2501 devlop: 1.1.0 2426 2502 micromark-factory-destination: 2.0.1 2427 2503 micromark-factory-label: 2.0.1 ··· 2554 2630 2555 2631 micromark-util-decode-string@2.0.1: 2556 2632 dependencies: 2557 - decode-named-character-reference: 1.1.0 2633 + decode-named-character-reference: 1.2.0 2558 2634 micromark-util-character: 2.1.1 2559 2635 micromark-util-decode-numeric-character-reference: 2.0.2 2560 2636 micromark-util-symbol: 2.0.1 ··· 2592 2668 dependencies: 2593 2669 '@types/debug': 4.1.12 2594 2670 debug: 4.4.1 2595 - decode-named-character-reference: 1.1.0 2671 + decode-named-character-reference: 1.2.0 2596 2672 devlop: 1.1.0 2597 2673 micromark-core-commonmark: 2.0.3 2598 2674 micromark-factory-space: 2.0.1 ··· 2616 2692 2617 2693 nanoid@3.3.11: {} 2618 2694 2695 + nanoid@5.1.5: {} 2696 + 2619 2697 neotraverse@0.6.18: {} 2620 2698 2621 2699 nlcst-to-string@4.0.0: ··· 2628 2706 dependencies: 2629 2707 whatwg-url: 5.0.0 2630 2708 2631 - node-mock-http@1.0.0: {} 2709 + node-mock-http@1.0.1: {} 2632 2710 2633 2711 normalize-path@3.0.0: {} 2634 2712 ··· 2680 2758 2681 2759 picomatch@2.3.1: {} 2682 2760 2683 - picomatch@4.0.2: {} 2761 + picomatch@4.0.3: {} 2684 2762 2685 - postcss@8.5.4: 2763 + postcss@8.5.6: 2686 2764 dependencies: 2687 2765 nanoid: 3.3.11 2688 2766 picocolors: 1.1.1 ··· 2806 2884 retext-stringify: 4.0.0 2807 2885 unified: 11.0.5 2808 2886 2809 - rollup@4.42.0: 2887 + rollup@4.45.3: 2810 2888 dependencies: 2811 - '@types/estree': 1.0.7 2889 + '@types/estree': 1.0.8 2812 2890 optionalDependencies: 2813 - '@rollup/rollup-android-arm-eabi': 4.42.0 2814 - '@rollup/rollup-android-arm64': 4.42.0 2815 - '@rollup/rollup-darwin-arm64': 4.42.0 2816 - '@rollup/rollup-darwin-x64': 4.42.0 2817 - '@rollup/rollup-freebsd-arm64': 4.42.0 2818 - '@rollup/rollup-freebsd-x64': 4.42.0 2819 - '@rollup/rollup-linux-arm-gnueabihf': 4.42.0 2820 - '@rollup/rollup-linux-arm-musleabihf': 4.42.0 2821 - '@rollup/rollup-linux-arm64-gnu': 4.42.0 2822 - '@rollup/rollup-linux-arm64-musl': 4.42.0 2823 - '@rollup/rollup-linux-loongarch64-gnu': 4.42.0 2824 - '@rollup/rollup-linux-powerpc64le-gnu': 4.42.0 2825 - '@rollup/rollup-linux-riscv64-gnu': 4.42.0 2826 - '@rollup/rollup-linux-riscv64-musl': 4.42.0 2827 - '@rollup/rollup-linux-s390x-gnu': 4.42.0 2828 - '@rollup/rollup-linux-x64-gnu': 4.42.0 2829 - '@rollup/rollup-linux-x64-musl': 4.42.0 2830 - '@rollup/rollup-win32-arm64-msvc': 4.42.0 2831 - '@rollup/rollup-win32-ia32-msvc': 4.42.0 2832 - '@rollup/rollup-win32-x64-msvc': 4.42.0 2891 + '@rollup/rollup-android-arm-eabi': 4.45.3 2892 + '@rollup/rollup-android-arm64': 4.45.3 2893 + '@rollup/rollup-darwin-arm64': 4.45.3 2894 + '@rollup/rollup-darwin-x64': 4.45.3 2895 + '@rollup/rollup-freebsd-arm64': 4.45.3 2896 + '@rollup/rollup-freebsd-x64': 4.45.3 2897 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.3 2898 + '@rollup/rollup-linux-arm-musleabihf': 4.45.3 2899 + '@rollup/rollup-linux-arm64-gnu': 4.45.3 2900 + '@rollup/rollup-linux-arm64-musl': 4.45.3 2901 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.3 2902 + '@rollup/rollup-linux-ppc64-gnu': 4.45.3 2903 + '@rollup/rollup-linux-riscv64-gnu': 4.45.3 2904 + '@rollup/rollup-linux-riscv64-musl': 4.45.3 2905 + '@rollup/rollup-linux-s390x-gnu': 4.45.3 2906 + '@rollup/rollup-linux-x64-gnu': 4.45.3 2907 + '@rollup/rollup-linux-x64-musl': 4.45.3 2908 + '@rollup/rollup-win32-arm64-msvc': 4.45.3 2909 + '@rollup/rollup-win32-ia32-msvc': 4.45.3 2910 + '@rollup/rollup-win32-x64-msvc': 4.45.3 2833 2911 fsevents: 2.3.3 2834 2912 2835 2913 semver@7.7.2: {} ··· 2861 2939 '@img/sharp-win32-x64': 0.33.5 2862 2940 optional: true 2863 2941 2864 - shiki@3.6.0: 2942 + shiki@3.8.1: 2865 2943 dependencies: 2866 - '@shikijs/core': 3.6.0 2867 - '@shikijs/engine-javascript': 3.6.0 2868 - '@shikijs/engine-oniguruma': 3.6.0 2869 - '@shikijs/langs': 3.6.0 2870 - '@shikijs/themes': 3.6.0 2871 - '@shikijs/types': 3.6.0 2944 + '@shikijs/core': 3.8.1 2945 + '@shikijs/engine-javascript': 3.8.1 2946 + '@shikijs/engine-oniguruma': 3.8.1 2947 + '@shikijs/langs': 3.8.1 2948 + '@shikijs/themes': 3.8.1 2949 + '@shikijs/types': 3.8.1 2872 2950 '@shikijs/vscode-textmate': 10.0.2 2873 2951 '@types/hast': 3.0.4 2874 2952 ··· 2879 2957 2880 2958 sisteransi@1.0.5: {} 2881 2959 2882 - smol-toml@1.3.4: {} 2960 + smol-toml@1.4.1: {} 2883 2961 2884 2962 source-map-js@1.2.1: {} 2885 2963 ··· 2916 2994 2917 2995 tinyglobby@0.2.14: 2918 2996 dependencies: 2919 - fdir: 6.4.5(picomatch@4.0.2) 2920 - picomatch: 4.0.2 2997 + fdir: 6.4.6(picomatch@4.0.3) 2998 + picomatch: 4.0.3 2921 2999 2922 3000 tr46@0.0.3: {} 2923 3001 ··· 2941 3019 2942 3020 uncrypto@0.1.3: {} 2943 3021 2944 - undici-types@6.21.0: {} 3022 + undici-types@7.8.0: {} 2945 3023 2946 3024 unicode-properties@1.4.1: 2947 3025 dependencies: ··· 2963 3041 trough: 2.2.0 2964 3042 vfile: 6.0.3 2965 3043 2966 - unifont@0.5.0: 3044 + unifont@0.5.2: 2967 3045 dependencies: 2968 3046 css-tree: 3.1.0 3047 + ofetch: 1.4.1 2969 3048 ohash: 2.0.11 2970 3049 2971 3050 unist-util-find-after@5.0.0: ··· 3010 3089 unist-util-is: 6.0.0 3011 3090 unist-util-visit-parents: 6.0.1 3012 3091 3013 - unstorage@1.16.0: 3092 + unstorage@1.16.1: 3014 3093 dependencies: 3015 3094 anymatch: 3.1.3 3016 3095 chokidar: 4.0.3 ··· 3026 3105 '@types/unist': 3.0.3 3027 3106 vfile: 6.0.3 3028 3107 3029 - vfile-message@4.0.2: 3108 + vfile-message@4.0.3: 3030 3109 dependencies: 3031 3110 '@types/unist': 3.0.3 3032 3111 unist-util-stringify-position: 4.0.0 ··· 3034 3113 vfile@6.0.3: 3035 3114 dependencies: 3036 3115 '@types/unist': 3.0.3 3037 - vfile-message: 4.0.2 3116 + vfile-message: 4.0.3 3038 3117 3039 - vite@6.3.5(@types/node@22.15.30): 3118 + vite@6.3.5(@types/node@24.1.0): 3040 3119 dependencies: 3041 - esbuild: 0.25.5 3042 - fdir: 6.4.5(picomatch@4.0.2) 3043 - picomatch: 4.0.2 3044 - postcss: 8.5.4 3045 - rollup: 4.42.0 3120 + esbuild: 0.25.8 3121 + fdir: 6.4.6(picomatch@4.0.3) 3122 + picomatch: 4.0.3 3123 + postcss: 8.5.6 3124 + rollup: 4.45.3 3046 3125 tinyglobby: 0.2.14 3047 3126 optionalDependencies: 3048 - '@types/node': 22.15.30 3127 + '@types/node': 24.1.0 3049 3128 fsevents: 2.3.3 3050 3129 3051 - vitefu@1.0.6(vite@6.3.5(@types/node@22.15.30)): 3130 + vitefu@1.1.1(vite@6.3.5(@types/node@24.1.0)): 3052 3131 optionalDependencies: 3053 - vite: 6.3.5(@types/node@22.15.30) 3132 + vite: 6.3.5(@types/node@24.1.0) 3054 3133 3055 3134 web-namespaces@2.0.1: {} 3056 3135 ··· 3085 3164 3086 3165 yoctocolors@2.1.1: {} 3087 3166 3088 - zod-to-json-schema@3.24.5(zod@3.25.56): 3167 + zod-to-json-schema@3.24.6(zod@3.25.76): 3089 3168 dependencies: 3090 - zod: 3.25.56 3169 + zod: 3.25.76 3091 3170 3092 - zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.56): 3171 + zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.25.76): 3093 3172 dependencies: 3094 3173 typescript: 5.8.3 3095 - zod: 3.25.56 3174 + zod: 3.25.76 3096 3175 3097 - zod@3.25.56: {} 3176 + zod@3.25.76: {} 3098 3177 3099 3178 zwitch@2.0.4: {}