atmosphere explorer
0
fork

Configure Feed

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

update deps

Juliet 12d8b861 647785eb

+149 -149
+7 -7
package.json
··· 11 11 "serve": "vite preview" 12 12 }, 13 13 "devDependencies": { 14 - "@iconify-json/lucide": "^1.2.93", 15 - "@iconify/tailwind4": "^1.2.1", 14 + "@iconify-json/lucide": "^1.2.95", 15 + "@iconify/tailwind4": "^1.2.3", 16 16 "@tailwindcss/vite": "^4.2.1", 17 17 "prettier": "^3.8.1", 18 18 "prettier-plugin-organize-imports": "^4.3.0", ··· 24 24 }, 25 25 "dependencies": { 26 26 "@atcute/atproto": "^3.1.10", 27 - "@atcute/bluesky": "^3.2.19", 27 + "@atcute/bluesky": "^3.2.20", 28 28 "@atcute/car": "^5.1.1", 29 29 "@atcute/cbor": "^2.3.2", 30 30 "@atcute/cid": "^2.4.1", 31 31 "@atcute/client": "^4.2.1", 32 - "@atcute/crypto": "^2.3.0", 32 + "@atcute/crypto": "^2.4.0", 33 33 "@atcute/did-plc": "^0.3.2", 34 34 "@atcute/identity": "^1.1.3", 35 35 "@atcute/identity-resolver": "^1.2.2", ··· 38 38 "@atcute/lexicons": "^1.2.9", 39 39 "@atcute/multibase": "^1.1.8", 40 40 "@atcute/oauth-browser-client": "^3.0.0", 41 - "@atcute/repo": "^0.1.2", 41 + "@atcute/repo": "^0.1.3", 42 42 "@atcute/tid": "^1.1.2", 43 43 "@codemirror/commands": "^6.10.2", 44 44 "@codemirror/lang-json": "^6.0.2", 45 - "@codemirror/lint": "^6.9.4", 45 + "@codemirror/lint": "^6.9.5", 46 46 "@codemirror/state": "^6.5.4", 47 - "@codemirror/view": "^6.39.15", 47 + "@codemirror/view": "^6.39.16", 48 48 "@fsegurai/codemirror-theme-basic-dark": "^6.2.3", 49 49 "@fsegurai/codemirror-theme-basic-light": "^6.2.3", 50 50 "@mary/exif-rm": "jsr:^0.2.2",
+142 -142
pnpm-lock.yaml
··· 12 12 specifier: ^3.1.10 13 13 version: 3.1.10 14 14 '@atcute/bluesky': 15 - specifier: ^3.2.19 16 - version: 3.2.19 15 + specifier: ^3.2.20 16 + version: 3.2.20 17 17 '@atcute/car': 18 18 specifier: ^5.1.1 19 19 version: 5.1.1 ··· 27 27 specifier: ^4.2.1 28 28 version: 4.2.1 29 29 '@atcute/crypto': 30 - specifier: ^2.3.0 31 - version: 2.3.0 30 + specifier: ^2.4.0 31 + version: 2.4.0 32 32 '@atcute/did-plc': 33 33 specifier: ^0.3.2 34 34 version: 0.3.2 ··· 54 54 specifier: ^3.0.0 55 55 version: 3.0.0(@atcute/identity@1.1.3) 56 56 '@atcute/repo': 57 - specifier: ^0.1.2 58 - version: 0.1.2 57 + specifier: ^0.1.3 58 + version: 0.1.3 59 59 '@atcute/tid': 60 60 specifier: ^1.1.2 61 61 version: 1.1.2 ··· 66 66 specifier: ^6.0.2 67 67 version: 6.0.2 68 68 '@codemirror/lint': 69 - specifier: ^6.9.4 70 - version: 6.9.4 69 + specifier: ^6.9.5 70 + version: 6.9.5 71 71 '@codemirror/state': 72 72 specifier: ^6.5.4 73 73 version: 6.5.4 74 74 '@codemirror/view': 75 - specifier: ^6.39.15 76 - version: 6.39.15 75 + specifier: ^6.39.16 76 + version: 6.39.16 77 77 '@fsegurai/codemirror-theme-basic-dark': 78 78 specifier: ^6.2.3 79 - version: 6.2.3(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3) 79 + version: 6.2.3(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16)(@lezer/highlight@1.2.3) 80 80 '@fsegurai/codemirror-theme-basic-light': 81 81 specifier: ^6.2.3 82 - version: 6.2.3(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3) 82 + version: 6.2.3(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16)(@lezer/highlight@1.2.3) 83 83 '@mary/exif-rm': 84 84 specifier: jsr:^0.2.2 85 85 version: '@jsr/mary__exif-rm@0.2.2' ··· 103 103 version: 1.9.11 104 104 devDependencies: 105 105 '@iconify-json/lucide': 106 - specifier: ^1.2.93 107 - version: 1.2.93 106 + specifier: ^1.2.95 107 + version: 1.2.95 108 108 '@iconify/tailwind4': 109 - specifier: ^1.2.1 110 - version: 1.2.1(tailwindcss@4.2.1) 109 + specifier: ^1.2.3 110 + version: 1.2.3(tailwindcss@4.2.1) 111 111 '@tailwindcss/vite': 112 112 specifier: ^4.2.1 113 - version: 4.2.1(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 113 + version: 4.2.1(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 114 114 prettier: 115 115 specifier: ^3.8.1 116 116 version: 3.8.1 ··· 128 128 version: 5.9.3 129 129 vite: 130 130 specifier: ^7.3.1 131 - version: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 131 + version: 7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 132 132 vite-plugin-solid: 133 133 specifier: ^2.11.10 134 - version: 2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 134 + version: 2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 135 135 136 136 packages: 137 137 ··· 141 141 '@atcute/atproto@3.1.10': 142 142 resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==} 143 143 144 - '@atcute/bluesky@3.2.19': 145 - resolution: {integrity: sha512-W/Sy2671A5eKkdWJn6nfCGoixqMFOouEKRbqRV3630I13Er9iS+gA/rGWUXlp5xNpbfCNmsQ6C1pEidUmO+00g==} 144 + '@atcute/bluesky@3.2.20': 145 + resolution: {integrity: sha512-N+o7K31ptnHSFoYKOHfQYJHFqU7CgGbCX8lDeWvpQuwkEMTEPojrQXIQD/+FL+FVEvRV/84LNi9cEnhPKShE5w==} 146 146 147 147 '@atcute/car@3.1.3': 148 148 resolution: {integrity: sha512-WJ13bAEt7TjDMVi09ubjLtvhdljbWInGm9Kfy7Y6NhrmiyC/aZYaA/zHX/bHI6xv1c/h3SQduWqxOr4ae49eqA==} ··· 159 159 '@atcute/client@4.2.1': 160 160 resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==} 161 161 162 - '@atcute/crypto@2.3.0': 163 - resolution: {integrity: sha512-w5pkJKCjbNMQu+F4JRHbR3ROQyhi1wbn+GSC6WDQamcYHkZmEZk1/eoI354bIQOOfkEM6aFLv718iskrkon4GQ==} 162 + '@atcute/crypto@2.4.0': 163 + resolution: {integrity: sha512-XtEeDaSgfr92C7b1VDRvd3F9pI8tVUyy8PJAeu8IWQC7+e/GXZOSl58uWh5YP/9p1Lsa0I16uKHwogygxEwlMQ==} 164 164 165 165 '@atcute/did-plc@0.3.2': 166 166 resolution: {integrity: sha512-zOqk5mcZJa+xnfpYFN8aIgRA5uQdTDeiDvQeWWIZKOslFBJTtWWL912FLI8r5JWzIc7SgYEp+SbpXmAB6t26EA==} ··· 185 185 '@atcute/lexicons@1.2.9': 186 186 resolution: {integrity: sha512-/RRHm2Cw9o8Mcsrq0eo8fjS9okKYLGfuFwrQ0YoP/6sdSDsXshaTLJsvLlcUcaDaSJ1YFOuHIo3zr2Om2F/16g==} 187 187 188 - '@atcute/mst@0.1.2': 189 - resolution: {integrity: sha512-Oz5CZTjqauEJLT9B+zkoy/mjl216DrjCxJFrguRV3N+1NkIbCfAcSRf3UDSNjfzDzBkJvC1WjA/3oQkm83duPg==} 188 + '@atcute/mst@1.0.0': 189 + resolution: {integrity: sha512-pMce2efib+dmKtnGnIvJZitVncJkpr3AmhyfgfYllni8KzsaDGsJmuGavSVpuojAhQe+6jYwHFtpm/beiiH4uw==} 190 190 191 191 '@atcute/multibase@1.1.8': 192 192 resolution: {integrity: sha512-pJgtImMZKCjqwRbu+2GzB+4xQjKBXDwdZOzeqe0u97zYKRGftpGYGvYv3+pMe2xXe+msDyu7Nv8iJp+U14otTA==} ··· 203 203 '@atcute/oauth-types@0.1.1': 204 204 resolution: {integrity: sha512-u+3KMjse3Uc/9hDyilu1QVN7IpcnjVXgRzhddzBB8Uh6wePHNVBDdi9wQvFTVVA3zmxtMJVptXRyLLg6Ou9bqg==} 205 205 206 - '@atcute/repo@0.1.2': 207 - resolution: {integrity: sha512-mX/k8Nv7XFBbahcz5+qsdY91DVwKe8wbut/BrrmzClmSaUgKpztsHjtNfBCamcvIUKc18Lyv8WcVWzlH9wSf5w==} 206 + '@atcute/repo@0.1.3': 207 + resolution: {integrity: sha512-kN4gkrkQgJwI5xkVQ9zSdI8ULR47uH48EdJdjMvKAWsSDu8zKYd8ZQ6n778qa6o3WYEq02v9QVf7pzeU+3fYVA==} 208 208 209 209 '@atcute/tid@1.1.2': 210 210 resolution: {integrity: sha512-bmPuOX/TOfcm/vsK9vM98spjkcx2wgd9S2PeK5oLgEr8IbNRPq7iMCAPzOL1nu5XAW3LlkOYQEbYRcw5vcQ37w==} ··· 312 312 resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==} 313 313 engines: {node: '>= 18'} 314 314 315 - '@codemirror/autocomplete@6.20.0': 316 - resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==} 315 + '@codemirror/autocomplete@6.20.1': 316 + resolution: {integrity: sha512-1cvg3Vz1dSSToCNlJfRA2WSI4ht3K+WplO0UMOgmUYPivCyy2oueZY6Lx7M9wThm7SDUBViRmuT+OG/i8+ON9A==} 317 317 318 318 '@codemirror/commands@6.10.2': 319 319 resolution: {integrity: sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==} ··· 321 321 '@codemirror/lang-json@6.0.2': 322 322 resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==} 323 323 324 - '@codemirror/language@6.12.1': 325 - resolution: {integrity: sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==} 324 + '@codemirror/language@6.12.2': 325 + resolution: {integrity: sha512-jEPmz2nGGDxhRTg3lTpzmIyGKxz3Gp3SJES4b0nAuE5SWQoKdT5GoQ69cwMmFd+wvFUhYirtDTr0/DRHpQAyWg==} 326 326 327 - '@codemirror/lint@6.9.4': 328 - resolution: {integrity: sha512-ABc9vJ8DEmvOWuH26P3i8FpMWPQkduD9Rvba5iwb6O3hxASgclm3T3krGo8NASXkHCidz6b++LWlzWIUfEPSWw==} 327 + '@codemirror/lint@6.9.5': 328 + resolution: {integrity: sha512-GElsbU9G7QT9xXhpUg1zWGmftA/7jamh+7+ydKRuT0ORpWS3wOSP0yT1FOlIZa7mIJjpVPipErsyvVqB9cfTFA==} 329 329 330 330 '@codemirror/search@6.6.0': 331 331 resolution: {integrity: sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==} ··· 333 333 '@codemirror/state@6.5.4': 334 334 resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==} 335 335 336 - '@codemirror/view@6.39.15': 337 - resolution: {integrity: sha512-aCWjgweIIXLBHh7bY6cACvXuyrZ0xGafjQ2VInjp4RM4gMfscK5uESiNdrH0pE+e1lZr2B4ONGsjchl2KsKZzg==} 336 + '@codemirror/view@6.39.16': 337 + resolution: {integrity: sha512-m6S22fFpKtOWhq8HuhzsI1WzUP/hB9THbDj0Tl5KX4gbO6Y91hwBl7Yky33NdvB6IffuRFiBxf1R8kJMyXmA4Q==} 338 338 339 - '@cyberalien/svg-utils@1.1.5': 340 - resolution: {integrity: sha512-U/80ApAyEV4xdIFDcV/g56CFy9Niccmuxte64XtRIRxHiMttOQppYjms7xX2OHAgh6nCGX43jqfHoBvZcTj9mQ==} 339 + '@cyberalien/svg-utils@1.2.5': 340 + resolution: {integrity: sha512-/tuGlYi1JhfDykfMqz2ko7NyEFplDsv5qhE4ucDh9TweWhL9m3s1udTHryuDX8wvxRckkbgwI0As/cTc4M8W1Q==} 341 341 342 342 '@esbuild/aix-ppc64@0.23.1': 343 343 resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} ··· 655 655 '@codemirror/view': ^6.0.0 656 656 '@lezer/highlight': ^1.0.0 657 657 658 - '@iconify-json/lucide@1.2.93': 659 - resolution: {integrity: sha512-xMbNHP3uS0c/jkgmj6k/9DcuqW7Ey88R0bM2hV5rOJ8wDARql6kM0UC/WCHOyfjh+7OIJnRuDqUvvStx2NHbNw==} 658 + '@iconify-json/lucide@1.2.95': 659 + resolution: {integrity: sha512-SxDM/NEJtcGGAiLAnaZ7rcmVxkJI8esswTZLCm5BfNcoPf/yawIImb4nNfsu4dtFzP/Cl6KRg+vZq521zOUOnQ==} 660 660 661 - '@iconify/tailwind4@1.2.1': 662 - resolution: {integrity: sha512-Hd7k8y7uzT3hk8ltw0jGku0r0wA8sc3d2iMvVTYv/9tMxBb+frZtWZGD9hDMU3EYuE+lMn58wi2lS8R2ZbwFcQ==} 661 + '@iconify/tailwind4@1.2.3': 662 + resolution: {integrity: sha512-z8SKiMHRASJKF/IY//87MF88lcB7ulxh8vlhQXXLWsBkNtOh6ese9R41MyGpQeqXdRvQVt+/fX2glQtHFjQ+MA==} 663 663 peerDependencies: 664 664 tailwindcss: '>= 4.0.0' 665 665 666 - '@iconify/tools@5.0.3': 667 - resolution: {integrity: sha512-W5nbH5fNv20TvU49Al19Foos/ViAnmppbCNV9ieGl6/dRMDRzxeFol6peXX/NAgaOytQwZZxTTJRq/Kxd4eWsA==} 666 + '@iconify/tools@5.0.5': 667 + resolution: {integrity: sha512-JE3uqne+l89kggZYKIukaYDIae4lHKMNVDg7Oc+L+8rPwiMcfD5C56YLWyynyH/ib6I9xDFH1aamdfoL+m7OFA==} 668 668 669 669 '@iconify/types@2.0.0': 670 670 resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} ··· 967 967 '@types/babel__traverse@7.28.0': 968 968 resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} 969 969 970 - '@types/bun@1.3.9': 971 - resolution: {integrity: sha512-KQ571yULOdWJiMH+RIWIOZ7B2RXQGpL1YQrBtLIV3FqDcCu6FsbFUBwhdKUlCKUpS3PJDsHlJ1QKlpxoVR+xtw==} 970 + '@types/bun@1.3.10': 971 + resolution: {integrity: sha512-0+rlrUrOrTSskibryHbvQkDOWRJwJZqZlxrUs1u4oOoTln8+WIXBPmAuCF35SWB2z4Zl3E84Nl/D0P7803nigQ==} 972 972 973 973 '@types/estree@1.0.8': 974 974 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 975 975 976 - '@types/node@25.3.0': 977 - resolution: {integrity: sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==} 976 + '@types/node@25.3.4': 977 + resolution: {integrity: sha512-NB1qVMIPsjfYtrY+9cCTj2VqLBh/TIDmsZXtmM2Xsn+W2yMlkA9Q1Okpr9W3f1fyGgvelw8ojumDsv8Vc0xufQ==} 978 978 979 979 acorn@8.16.0: 980 980 resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} ··· 1008 1008 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1009 1009 hasBin: true 1010 1010 1011 - bun-types@1.3.9: 1012 - resolution: {integrity: sha512-+UBWWOakIP4Tswh0Bt0QD0alpTY8cb5hvgiYeWCMet9YukHbzuruIEeXC2D7nMJPB12kbh8C7XJykSexEqGKJg==} 1011 + bun-types@1.3.10: 1012 + resolution: {integrity: sha512-tcpfCCl6XWo6nCVnpcVrxQ+9AYN1iqMIzgrSKYMB/fjLtV2eyAVEg7AxQJuCq/26R6HpKWykQXuSOq/21RYcbg==} 1013 1013 1014 - caniuse-lite@1.0.30001774: 1015 - resolution: {integrity: sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==} 1014 + caniuse-lite@1.0.30001776: 1015 + resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==} 1016 1016 1017 1017 codemirror@6.0.2: 1018 1018 resolution: {integrity: sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==} ··· 1037 1037 resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} 1038 1038 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 1039 1039 1040 - css-tree@3.1.0: 1041 - resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 1040 + css-tree@3.2.1: 1041 + resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} 1042 1042 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 1043 1043 1044 1044 css-what@6.2.2: ··· 1078 1078 domutils@3.2.2: 1079 1079 resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} 1080 1080 1081 - electron-to-chromium@1.5.302: 1082 - resolution: {integrity: sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==} 1081 + electron-to-chromium@1.5.307: 1082 + resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==} 1083 1083 1084 - enhanced-resolve@5.19.0: 1085 - resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} 1084 + enhanced-resolve@5.20.0: 1085 + resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} 1086 1086 engines: {node: '>=10.13.0'} 1087 1087 1088 1088 entities@4.5.0: ··· 1240 1240 mdn-data@2.0.28: 1241 1241 resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} 1242 1242 1243 - mdn-data@2.12.2: 1244 - resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 1243 + mdn-data@2.27.1: 1244 + resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} 1245 1245 1246 1246 merge-anything@5.1.7: 1247 1247 resolution: {integrity: sha512-eRtbOb1N5iyH0tkQDAoQ4Ipsp/5qSR79Dzrz8hEPxRX10RWWR/iQXdoKmBSRCThY1Fh5EhISDtpSc93fpxUniQ==} 1248 1248 engines: {node: '>=12.13'} 1249 1249 1250 - mlly@1.8.0: 1251 - resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} 1250 + mlly@1.8.1: 1251 + resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==} 1252 1252 1253 1253 modern-tar@0.7.5: 1254 1254 resolution: {integrity: sha512-YTefgdpKKFgoTDbEUqXqgUJct2OG6/4hs4XWLsxcHkDLj/x/V8WmKIRppPnXP5feQ7d1vuYWSp3qKkxfwaFaxA==} ··· 1275 1275 resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} 1276 1276 hasBin: true 1277 1277 1278 - node-releases@2.0.27: 1279 - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 1278 + node-releases@2.0.36: 1279 + resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} 1280 1280 1281 1281 nth-check@2.1.1: 1282 1282 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} ··· 1300 1300 pkg-types@1.3.1: 1301 1301 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 1302 1302 1303 - postcss@8.5.6: 1304 - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1303 + postcss@8.5.8: 1304 + resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} 1305 1305 engines: {node: ^10 || ^12 || >=14} 1306 1306 1307 1307 prettier-plugin-organize-imports@4.3.0: ··· 1382 1382 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1383 1383 hasBin: true 1384 1384 1385 - sax@1.4.4: 1386 - resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} 1385 + sax@1.5.0: 1386 + resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==} 1387 1387 engines: {node: '>=11.0.0'} 1388 1388 1389 1389 semver@6.3.1: ··· 1415 1415 style-mod@4.1.3: 1416 1416 resolution: {integrity: sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==} 1417 1417 1418 - svgo@4.0.0: 1419 - resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==} 1418 + svgo@4.0.1: 1419 + resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==} 1420 1420 engines: {node: '>=16'} 1421 1421 hasBin: true 1422 1422 ··· 1539 1539 dependencies: 1540 1540 '@atcute/lexicons': 1.2.9 1541 1541 1542 - '@atcute/bluesky@3.2.19': 1542 + '@atcute/bluesky@3.2.20': 1543 1543 dependencies: 1544 1544 '@atcute/atproto': 3.1.10 1545 1545 '@atcute/lexicons': 1.2.9 ··· 1575 1575 '@atcute/identity': 1.1.3 1576 1576 '@atcute/lexicons': 1.2.9 1577 1577 1578 - '@atcute/crypto@2.3.0': 1578 + '@atcute/crypto@2.4.0': 1579 1579 dependencies: 1580 1580 '@atcute/multibase': 1.1.8 1581 1581 '@atcute/uint8array': 1.1.1 ··· 1585 1585 dependencies: 1586 1586 '@atcute/cbor': 2.3.2 1587 1587 '@atcute/cid': 2.4.1 1588 - '@atcute/crypto': 2.3.0 1588 + '@atcute/crypto': 2.4.0 1589 1589 '@atcute/identity': 1.1.3 1590 1590 '@atcute/lexicons': 1.2.9 1591 1591 '@atcute/multibase': 1.1.8 ··· 1615 1615 1616 1616 '@atcute/lexicon-resolver@0.1.6(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 1617 1617 dependencies: 1618 - '@atcute/crypto': 2.3.0 1618 + '@atcute/crypto': 2.4.0 1619 1619 '@atcute/identity': 1.1.3 1620 1620 '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 1621 1621 '@atcute/lexicon-doc': 2.1.1 1622 1622 '@atcute/lexicons': 1.2.9 1623 - '@atcute/repo': 0.1.2 1623 + '@atcute/repo': 0.1.3 1624 1624 '@atcute/util-fetch': 1.0.5 1625 1625 '@badrap/valita': 0.4.6 1626 1626 ··· 1631 1631 '@standard-schema/spec': 1.1.0 1632 1632 esm-env: 1.2.2 1633 1633 1634 - '@atcute/mst@0.1.2': 1634 + '@atcute/mst@1.0.0': 1635 1635 dependencies: 1636 1636 '@atcute/cbor': 2.3.2 1637 1637 '@atcute/cid': 2.4.1 ··· 1671 1671 '@atcute/oauth-keyset': 0.1.0 1672 1672 '@badrap/valita': 0.4.6 1673 1673 1674 - '@atcute/repo@0.1.2': 1674 + '@atcute/repo@0.1.3': 1675 1675 dependencies: 1676 1676 '@atcute/car': 5.1.1 1677 1677 '@atcute/cbor': 2.3.2 1678 1678 '@atcute/cid': 2.4.1 1679 - '@atcute/crypto': 2.3.0 1679 + '@atcute/crypto': 2.4.0 1680 1680 '@atcute/lexicons': 1.2.9 1681 - '@atcute/mst': 0.1.2 1681 + '@atcute/mst': 1.0.0 1682 1682 '@atcute/uint8array': 1.1.1 1683 1683 1684 1684 '@atcute/tid@1.1.2': ··· 1687 1687 1688 1688 '@atcute/time-ms@1.2.3': 1689 1689 dependencies: 1690 - '@types/bun': 1.3.9 1690 + '@types/bun': 1.3.10 1691 1691 node-gyp-build: 4.8.4 1692 1692 1693 1693 '@atcute/uint8array@1.1.1': {} ··· 1817 1817 1818 1818 '@badrap/valita@0.4.6': {} 1819 1819 1820 - '@codemirror/autocomplete@6.20.0': 1820 + '@codemirror/autocomplete@6.20.1': 1821 1821 dependencies: 1822 - '@codemirror/language': 6.12.1 1822 + '@codemirror/language': 6.12.2 1823 1823 '@codemirror/state': 6.5.4 1824 - '@codemirror/view': 6.39.15 1824 + '@codemirror/view': 6.39.16 1825 1825 '@lezer/common': 1.5.1 1826 1826 1827 1827 '@codemirror/commands@6.10.2': 1828 1828 dependencies: 1829 - '@codemirror/language': 6.12.1 1829 + '@codemirror/language': 6.12.2 1830 1830 '@codemirror/state': 6.5.4 1831 - '@codemirror/view': 6.39.15 1831 + '@codemirror/view': 6.39.16 1832 1832 '@lezer/common': 1.5.1 1833 1833 1834 1834 '@codemirror/lang-json@6.0.2': 1835 1835 dependencies: 1836 - '@codemirror/language': 6.12.1 1836 + '@codemirror/language': 6.12.2 1837 1837 '@lezer/json': 1.0.3 1838 1838 1839 - '@codemirror/language@6.12.1': 1839 + '@codemirror/language@6.12.2': 1840 1840 dependencies: 1841 1841 '@codemirror/state': 6.5.4 1842 - '@codemirror/view': 6.39.15 1842 + '@codemirror/view': 6.39.16 1843 1843 '@lezer/common': 1.5.1 1844 1844 '@lezer/highlight': 1.2.3 1845 1845 '@lezer/lr': 1.4.8 1846 1846 style-mod: 4.1.3 1847 1847 1848 - '@codemirror/lint@6.9.4': 1848 + '@codemirror/lint@6.9.5': 1849 1849 dependencies: 1850 1850 '@codemirror/state': 6.5.4 1851 - '@codemirror/view': 6.39.15 1851 + '@codemirror/view': 6.39.16 1852 1852 crelt: 1.0.6 1853 1853 1854 1854 '@codemirror/search@6.6.0': 1855 1855 dependencies: 1856 1856 '@codemirror/state': 6.5.4 1857 - '@codemirror/view': 6.39.15 1857 + '@codemirror/view': 6.39.16 1858 1858 crelt: 1.0.6 1859 1859 1860 1860 '@codemirror/state@6.5.4': 1861 1861 dependencies: 1862 1862 '@marijn/find-cluster-break': 1.0.2 1863 1863 1864 - '@codemirror/view@6.39.15': 1864 + '@codemirror/view@6.39.16': 1865 1865 dependencies: 1866 1866 '@codemirror/state': 6.5.4 1867 1867 crelt: 1.0.6 1868 1868 style-mod: 4.1.3 1869 1869 w3c-keyname: 2.2.8 1870 1870 1871 - '@cyberalien/svg-utils@1.1.5': 1871 + '@cyberalien/svg-utils@1.2.5': 1872 1872 dependencies: 1873 1873 '@iconify/types': 2.0.0 1874 1874 ··· 2022 2022 '@esbuild/win32-x64@0.27.3': 2023 2023 optional: true 2024 2024 2025 - '@fsegurai/codemirror-theme-basic-dark@6.2.3(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3)': 2025 + '@fsegurai/codemirror-theme-basic-dark@6.2.3(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16)(@lezer/highlight@1.2.3)': 2026 2026 dependencies: 2027 - '@codemirror/language': 6.12.1 2027 + '@codemirror/language': 6.12.2 2028 2028 '@codemirror/state': 6.5.4 2029 - '@codemirror/view': 6.39.15 2029 + '@codemirror/view': 6.39.16 2030 2030 '@lezer/highlight': 1.2.3 2031 2031 2032 - '@fsegurai/codemirror-theme-basic-light@6.2.3(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)(@lezer/highlight@1.2.3)': 2032 + '@fsegurai/codemirror-theme-basic-light@6.2.3(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16)(@lezer/highlight@1.2.3)': 2033 2033 dependencies: 2034 - '@codemirror/language': 6.12.1 2034 + '@codemirror/language': 6.12.2 2035 2035 '@codemirror/state': 6.5.4 2036 - '@codemirror/view': 6.39.15 2036 + '@codemirror/view': 6.39.16 2037 2037 '@lezer/highlight': 1.2.3 2038 2038 2039 - '@iconify-json/lucide@1.2.93': 2039 + '@iconify-json/lucide@1.2.95': 2040 2040 dependencies: 2041 2041 '@iconify/types': 2.0.0 2042 2042 2043 - '@iconify/tailwind4@1.2.1(tailwindcss@4.2.1)': 2043 + '@iconify/tailwind4@1.2.3(tailwindcss@4.2.1)': 2044 2044 dependencies: 2045 - '@iconify/tools': 5.0.3 2045 + '@iconify/tools': 5.0.5 2046 2046 '@iconify/types': 2.0.0 2047 2047 '@iconify/utils': 3.1.0 2048 2048 tailwindcss: 4.2.1 2049 2049 2050 - '@iconify/tools@5.0.3': 2050 + '@iconify/tools@5.0.5': 2051 2051 dependencies: 2052 - '@cyberalien/svg-utils': 1.1.5 2052 + '@cyberalien/svg-utils': 1.2.5 2053 2053 '@iconify/types': 2.0.0 2054 2054 '@iconify/utils': 3.1.0 2055 2055 fflate: 0.8.2 2056 2056 modern-tar: 0.7.5 2057 2057 pathe: 2.0.3 2058 - svgo: 4.0.0 2058 + svgo: 4.0.1 2059 2059 2060 2060 '@iconify/types@2.0.0': {} 2061 2061 ··· 2063 2063 dependencies: 2064 2064 '@antfu/install-pkg': 1.1.0 2065 2065 '@iconify/types': 2.0.0 2066 - mlly: 1.8.0 2066 + mlly: 1.8.1 2067 2067 2068 2068 '@jridgewell/gen-mapping@0.3.13': 2069 2069 dependencies: ··· 2215 2215 '@tailwindcss/node@4.2.1': 2216 2216 dependencies: 2217 2217 '@jridgewell/remapping': 2.3.5 2218 - enhanced-resolve: 5.19.0 2218 + enhanced-resolve: 5.20.0 2219 2219 jiti: 2.6.1 2220 2220 lightningcss: 1.31.1 2221 2221 magic-string: 0.30.21 ··· 2273 2273 '@tailwindcss/oxide-win32-arm64-msvc': 4.2.1 2274 2274 '@tailwindcss/oxide-win32-x64-msvc': 4.2.1 2275 2275 2276 - '@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2))': 2276 + '@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2))': 2277 2277 dependencies: 2278 2278 '@tailwindcss/node': 4.2.1 2279 2279 '@tailwindcss/oxide': 4.2.1 2280 2280 tailwindcss: 4.2.1 2281 - vite: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2281 + vite: 7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2282 2282 2283 2283 '@types/babel__core@7.20.5': 2284 2284 dependencies: ··· 2301 2301 dependencies: 2302 2302 '@babel/types': 7.29.0 2303 2303 2304 - '@types/bun@1.3.9': 2304 + '@types/bun@1.3.10': 2305 2305 dependencies: 2306 - bun-types: 1.3.9 2306 + bun-types: 1.3.10 2307 2307 2308 2308 '@types/estree@1.0.8': {} 2309 2309 2310 - '@types/node@25.3.0': 2310 + '@types/node@25.3.4': 2311 2311 dependencies: 2312 2312 undici-types: 7.18.2 2313 2313 ··· 2336 2336 browserslist@4.28.1: 2337 2337 dependencies: 2338 2338 baseline-browser-mapping: 2.10.0 2339 - caniuse-lite: 1.0.30001774 2340 - electron-to-chromium: 1.5.302 2341 - node-releases: 2.0.27 2339 + caniuse-lite: 1.0.30001776 2340 + electron-to-chromium: 1.5.307 2341 + node-releases: 2.0.36 2342 2342 update-browserslist-db: 1.2.3(browserslist@4.28.1) 2343 2343 2344 - bun-types@1.3.9: 2344 + bun-types@1.3.10: 2345 2345 dependencies: 2346 - '@types/node': 25.3.0 2346 + '@types/node': 25.3.4 2347 2347 2348 - caniuse-lite@1.0.30001774: {} 2348 + caniuse-lite@1.0.30001776: {} 2349 2349 2350 2350 codemirror@6.0.2: 2351 2351 dependencies: 2352 - '@codemirror/autocomplete': 6.20.0 2352 + '@codemirror/autocomplete': 6.20.1 2353 2353 '@codemirror/commands': 6.10.2 2354 - '@codemirror/language': 6.12.1 2355 - '@codemirror/lint': 6.9.4 2354 + '@codemirror/language': 6.12.2 2355 + '@codemirror/lint': 6.9.5 2356 2356 '@codemirror/search': 6.6.0 2357 2357 '@codemirror/state': 6.5.4 2358 - '@codemirror/view': 6.39.15 2358 + '@codemirror/view': 6.39.16 2359 2359 2360 2360 commander@11.1.0: {} 2361 2361 ··· 2378 2378 mdn-data: 2.0.28 2379 2379 source-map-js: 1.2.1 2380 2380 2381 - css-tree@3.1.0: 2381 + css-tree@3.2.1: 2382 2382 dependencies: 2383 - mdn-data: 2.12.2 2383 + mdn-data: 2.27.1 2384 2384 source-map-js: 1.2.1 2385 2385 2386 2386 css-what@6.2.2: {} ··· 2415 2415 domelementtype: 2.3.0 2416 2416 domhandler: 5.0.3 2417 2417 2418 - electron-to-chromium@1.5.302: {} 2418 + electron-to-chromium@1.5.307: {} 2419 2419 2420 - enhanced-resolve@5.19.0: 2420 + enhanced-resolve@5.20.0: 2421 2421 dependencies: 2422 2422 graceful-fs: 4.2.11 2423 2423 tapable: 2.3.0 ··· 2576 2576 2577 2577 mdn-data@2.0.28: {} 2578 2578 2579 - mdn-data@2.12.2: {} 2579 + mdn-data@2.27.1: {} 2580 2580 2581 2581 merge-anything@5.1.7: 2582 2582 dependencies: 2583 2583 is-what: 4.1.16 2584 2584 2585 - mlly@1.8.0: 2585 + mlly@1.8.1: 2586 2586 dependencies: 2587 2587 acorn: 8.16.0 2588 2588 pathe: 2.0.3 ··· 2601 2601 2602 2602 node-gyp-build@4.8.4: {} 2603 2603 2604 - node-releases@2.0.27: {} 2604 + node-releases@2.0.36: {} 2605 2605 2606 2606 nth-check@2.1.1: 2607 2607 dependencies: ··· 2622 2622 pkg-types@1.3.1: 2623 2623 dependencies: 2624 2624 confbox: 0.1.8 2625 - mlly: 1.8.0 2625 + mlly: 1.8.1 2626 2626 pathe: 2.0.3 2627 2627 2628 - postcss@8.5.6: 2628 + postcss@8.5.8: 2629 2629 dependencies: 2630 2630 nanoid: 3.3.11 2631 2631 picocolors: 1.1.1 ··· 2678 2678 '@rollup/rollup-win32-x64-msvc': 4.59.0 2679 2679 fsevents: 2.3.3 2680 2680 2681 - sax@1.4.4: {} 2681 + sax@1.5.0: {} 2682 2682 2683 2683 semver@6.3.1: {} 2684 2684 ··· 2707 2707 2708 2708 style-mod@4.1.3: {} 2709 2709 2710 - svgo@4.0.0: 2710 + svgo@4.0.1: 2711 2711 dependencies: 2712 2712 commander: 11.1.0 2713 2713 css-select: 5.2.2 2714 - css-tree: 3.1.0 2714 + css-tree: 3.2.1 2715 2715 css-what: 6.2.2 2716 2716 csso: 5.0.5 2717 2717 picocolors: 1.1.1 2718 - sax: 1.4.4 2718 + sax: 1.5.0 2719 2719 2720 2720 tailwindcss@4.2.1: {} 2721 2721 ··· 2750 2750 escalade: 3.2.0 2751 2751 picocolors: 1.1.1 2752 2752 2753 - vite-plugin-solid@2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)): 2753 + vite-plugin-solid@2.11.10(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)): 2754 2754 dependencies: 2755 2755 '@babel/core': 7.29.0 2756 2756 '@types/babel__core': 7.20.5 ··· 2758 2758 merge-anything: 5.1.7 2759 2759 solid-js: 1.9.11 2760 2760 solid-refresh: 0.6.3(solid-js@1.9.11) 2761 - vite: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2762 - vitefu: 1.1.2(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 2761 + vite: 7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2762 + vitefu: 1.1.2(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)) 2763 2763 transitivePeerDependencies: 2764 2764 - supports-color 2765 2765 2766 - vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2): 2766 + vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2): 2767 2767 dependencies: 2768 2768 esbuild: 0.27.3 2769 2769 fdir: 6.5.0(picomatch@4.0.3) 2770 2770 picomatch: 4.0.3 2771 - postcss: 8.5.6 2771 + postcss: 8.5.8 2772 2772 rollup: 4.59.0 2773 2773 tinyglobby: 0.2.15 2774 2774 optionalDependencies: 2775 - '@types/node': 25.3.0 2775 + '@types/node': 25.3.4 2776 2776 fsevents: 2.3.3 2777 2777 jiti: 2.6.1 2778 2778 lightningcss: 1.31.1 2779 2779 tsx: 4.19.2 2780 2780 2781 - vitefu@1.1.2(vite@7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)): 2781 + vitefu@1.1.2(vite@7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2)): 2782 2782 optionalDependencies: 2783 - vite: 7.3.1(@types/node@25.3.0)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2783 + vite: 7.3.1(@types/node@25.3.4)(jiti@2.6.1)(lightningcss@1.31.1)(tsx@4.19.2) 2784 2784 2785 2785 w3c-keyname@2.2.8: {} 2786 2786