Statusphere, but in atcute and SvelteKit
atproto svelte sveltekit drizzle atcute typescript
19
fork

Configure Feed

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

chore: upgrade dependencies

Mary 464bd182 7e9929b2

+757 -379
+19 -19
package.json
··· 20 20 "db:studio": "drizzle-kit studio" 21 21 }, 22 22 "devDependencies": { 23 - "@atcute/lex-cli": "^2.5.2", 23 + "@atcute/lex-cli": "^2.5.3", 24 24 "@libsql/client": "^0.15.15", 25 - "@sveltejs/adapter-node": "^5.4.0", 26 - "@sveltejs/kit": "^2.49.2", 27 - "@sveltejs/vite-plugin-svelte": "^6.2.1", 28 - "@types/node": "^24.10.4", 25 + "@sveltejs/adapter-node": "^5.5.2", 26 + "@sveltejs/kit": "^2.50.1", 27 + "@sveltejs/vite-plugin-svelte": "^6.2.4", 28 + "@types/node": "^24.10.9", 29 29 "drizzle-kit": "^0.31.8", 30 30 "drizzle-orm": "^0.45.1", 31 - "prettier": "^3.7.4", 32 - "prettier-plugin-css-order": "^2.1.2", 31 + "prettier": "^3.8.1", 32 + "prettier-plugin-css-order": "^2.2.0", 33 33 "prettier-plugin-svelte": "^3.4.1", 34 - "svelte": "^5.46.0", 35 - "svelte-check": "^4.3.4", 34 + "svelte": "^5.49.1", 35 + "svelte-check": "^4.3.5", 36 36 "typescript": "^5.9.3", 37 - "vite": "^7.2.7" 37 + "vite": "^7.3.1" 38 38 }, 39 39 "dependencies": { 40 - "@atcute/atproto": "^3.1.9", 41 - "@atcute/bluesky": "^3.2.14", 42 - "@atcute/client": "^4.1.1", 40 + "@atcute/atproto": "^3.1.10", 41 + "@atcute/bluesky": "^3.2.16", 42 + "@atcute/client": "^4.2.1", 43 43 "@atcute/identity": "^1.1.3", 44 - "@atcute/identity-resolver": "^1.2.0", 44 + "@atcute/identity-resolver": "^1.2.2", 45 45 "@atcute/identity-resolver-node": "^1.0.3", 46 - "@atcute/lexicons": "^1.2.5", 47 - "@atcute/multibase": "^1.1.6", 48 - "@atcute/oauth-node-client": "^0.1.2", 46 + "@atcute/lexicons": "^1.2.7", 47 + "@atcute/multibase": "^1.1.7", 48 + "@atcute/oauth-node-client": "^1.0.0", 49 49 "@atcute/tap": "^0.1.1", 50 - "@atcute/tid": "^1.0.3", 51 - "@atcute/uint8array": "^1.0.6", 50 + "@atcute/tid": "^1.1.1", 51 + "@atcute/uint8array": "^1.1.0", 52 52 "@badrap/valita": "^0.4.6", 53 53 "nanoid": "^5.1.6", 54 54 "valibot": "^1.2.0"
+734 -351
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@atcute/atproto': 12 - specifier: ^3.1.9 13 - version: 3.1.9 12 + specifier: ^3.1.10 13 + version: 3.1.10 14 14 '@atcute/bluesky': 15 - specifier: ^3.2.14 16 - version: 3.2.14 15 + specifier: ^3.2.16 16 + version: 3.2.16 17 17 '@atcute/client': 18 - specifier: ^4.1.1 19 - version: 4.1.1 18 + specifier: ^4.2.1 19 + version: 4.2.1 20 20 '@atcute/identity': 21 21 specifier: ^1.1.3 22 22 version: 1.1.3 23 23 '@atcute/identity-resolver': 24 - specifier: ^1.2.0 25 - version: 1.2.0(@atcute/identity@1.1.3) 24 + specifier: ^1.2.2 25 + version: 1.2.2(@atcute/identity@1.1.3) 26 26 '@atcute/identity-resolver-node': 27 27 specifier: ^1.0.3 28 - version: 1.0.3(@atcute/identity-resolver@1.2.0(@atcute/identity@1.1.3))(@atcute/identity@1.1.3) 28 + version: 1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3) 29 29 '@atcute/lexicons': 30 - specifier: ^1.2.5 31 - version: 1.2.5 30 + specifier: ^1.2.7 31 + version: 1.2.7 32 32 '@atcute/multibase': 33 - specifier: ^1.1.6 34 - version: 1.1.6 33 + specifier: ^1.1.7 34 + version: 1.1.7 35 35 '@atcute/oauth-node-client': 36 - specifier: ^0.1.2 37 - version: 0.1.2 36 + specifier: ^1.0.0 37 + version: 1.0.0 38 38 '@atcute/tap': 39 39 specifier: ^0.1.1 40 40 version: 0.1.1 41 41 '@atcute/tid': 42 - specifier: ^1.0.3 43 - version: 1.0.3 42 + specifier: ^1.1.1 43 + version: 1.1.1 44 44 '@atcute/uint8array': 45 - specifier: ^1.0.6 46 - version: 1.0.6 45 + specifier: ^1.1.0 46 + version: 1.1.0 47 47 '@badrap/valita': 48 48 specifier: ^0.4.6 49 49 version: 0.4.6 ··· 55 55 version: 1.2.0(typescript@5.9.3) 56 56 devDependencies: 57 57 '@atcute/lex-cli': 58 - specifier: ^2.5.2 59 - version: 2.5.2 58 + specifier: ^2.5.3 59 + version: 2.5.3 60 60 '@libsql/client': 61 61 specifier: ^0.15.15 62 62 version: 0.15.15 63 63 '@sveltejs/adapter-node': 64 - specifier: ^5.4.0 65 - version: 5.4.0(@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4))) 64 + specifier: ^5.5.2 65 + version: 5.5.2(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9))) 66 66 '@sveltejs/kit': 67 - specifier: ^2.49.2 68 - version: 2.49.2(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 67 + specifier: ^2.50.1 68 + version: 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)) 69 69 '@sveltejs/vite-plugin-svelte': 70 - specifier: ^6.2.1 71 - version: 6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 70 + specifier: ^6.2.4 71 + version: 6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)) 72 72 '@types/node': 73 - specifier: ^24.10.4 74 - version: 24.10.4 73 + specifier: ^24.10.9 74 + version: 24.10.9 75 75 drizzle-kit: 76 76 specifier: ^0.31.8 77 77 version: 0.31.8 78 78 drizzle-orm: 79 79 specifier: ^0.45.1 80 - version: 0.45.1(@libsql/client@0.15.15) 80 + version: 0.45.1(@libsql/client@0.15.15)(bun-types@1.3.8) 81 81 prettier: 82 - specifier: ^3.7.4 83 - version: 3.7.4 82 + specifier: ^3.8.1 83 + version: 3.8.1 84 84 prettier-plugin-css-order: 85 - specifier: ^2.1.2 86 - version: 2.1.2(postcss@8.5.6)(prettier@3.7.4) 85 + specifier: ^2.2.0 86 + version: 2.2.0(postcss@8.5.6)(prettier@3.8.1) 87 87 prettier-plugin-svelte: 88 88 specifier: ^3.4.1 89 - version: 3.4.1(prettier@3.7.4)(svelte@5.46.0) 89 + version: 3.4.1(prettier@3.8.1)(svelte@5.49.1) 90 90 svelte: 91 - specifier: ^5.46.0 92 - version: 5.46.0 91 + specifier: ^5.49.1 92 + version: 5.49.1 93 93 svelte-check: 94 - specifier: ^4.3.4 95 - version: 4.3.4(picomatch@4.0.3)(svelte@5.46.0)(typescript@5.9.3) 94 + specifier: ^4.3.5 95 + version: 4.3.5(picomatch@4.0.3)(svelte@5.49.1)(typescript@5.9.3) 96 96 typescript: 97 97 specifier: ^5.9.3 98 98 version: 5.9.3 99 99 vite: 100 - specifier: ^7.2.7 101 - version: 7.2.7(@types/node@24.10.4) 100 + specifier: ^7.3.1 101 + version: 7.3.1(@types/node@24.10.9) 102 102 103 103 packages: 104 104 105 - '@atcute/atproto@3.1.9': 106 - resolution: {integrity: sha512-DyWwHCTdR4hY2BPNbLXgVmm7lI+fceOwWbE4LXbGvbvVtSn+ejSVFaAv01Ra3kWDha0whsOmbJL8JP0QPpf1+w==} 105 + '@atcute/atproto@3.1.10': 106 + resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==} 107 107 108 - '@atcute/bluesky@3.2.14': 109 - resolution: {integrity: sha512-XlVuF55AYIyplmKvlGLlj+cUvk9ggxNRPczkTPIY991xJ4qDxDHpBJ39ekAV4dWcuBoRo2o9JynzpafPu2ljDA==} 108 + '@atcute/bluesky@3.2.16': 109 + resolution: {integrity: sha512-phFAJNE+SCkIbCcgzjFxntS2KpGvzkLw0JA9qKIXlueF4wNreEt/D5HjnB5eRR9pV1/kcD94II9f7ZAwarf0lQ==} 110 110 111 - '@atcute/car@5.0.0': 112 - resolution: {integrity: sha512-OIY2xTXv8lSpZsDSn/UYQtJSMvDw5Hi4Q+uyvmiqSM+fht08QRAEq/nxa5YFciPZ3nfDFnZ3//EgJw7QhkSXLQ==} 111 + '@atcute/car@5.1.0': 112 + resolution: {integrity: sha512-W9axHVrwIkZJaeN/VQ1LyyU3b95wHBjQnrREouxygvmvWd1lmjFvF8Si8b0AG0VkWJ6h7h6qhOeUATynBzBFIg==} 113 113 114 - '@atcute/cbor@2.2.8': 115 - resolution: {integrity: sha512-UzOAN9BuN6JCXgn0ryV8qZuRJUDrNqrbLd6EFM8jc6RYssjRyGRxNy6RZ1NU/07Hd8Tq/0pz8+nQiMu5Zai5uw==} 114 + '@atcute/cbor@2.3.0': 115 + resolution: {integrity: sha512-7G2AndkfYzIXMBOBqUPUWP6oIJJm77KY5nYzS4Mr5NNxnmnrBrXEQqp+seCE3X5TV8FUSWQK5YRTU87uPjafMQ==} 116 116 117 - '@atcute/cid@2.2.6': 118 - resolution: {integrity: sha512-bTAHHbJ24p+E//V4KCS4xdmd39o211jJswvqQOevj7vk+5IYcgDLx1ryZWZ1sEPOo9x875li/kj5gpKL14RDwQ==} 117 + '@atcute/cid@2.4.0': 118 + resolution: {integrity: sha512-6+5u9MpUrgSRQ94z7vaIX4BYk8fYr2KXUBS+rrr2NhlPy8xam8nbTlmd3hvBbtpSwShbhRAE4tA5Ab7eYUp2Yw==} 119 119 120 - '@atcute/client@4.1.1': 121 - resolution: {integrity: sha512-FROCbTTCeL5u4tO/n72jDEKyKqjdlXMB56Ehve3W/gnnLGCYWvN42sS7tvL1Mgu6sbO3yZwsXKDrmM2No4XpjA==} 120 + '@atcute/client@4.2.1': 121 + resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==} 122 122 123 123 '@atcute/crypto@2.3.0': 124 124 resolution: {integrity: sha512-w5pkJKCjbNMQu+F4JRHbR3ROQyhi1wbn+GSC6WDQamcYHkZmEZk1/eoI354bIQOOfkEM6aFLv718iskrkon4GQ==} ··· 129 129 '@atcute/identity': ^1.0.0 130 130 '@atcute/identity-resolver': ^1.0.0 131 131 132 - '@atcute/identity-resolver@1.2.0': 133 - resolution: {integrity: sha512-5UbSJfdV3JIkF8ksXz7g4nKBWasf2wROvzM66cfvTIWydWFO6/oS1KZd+zo9Eokje5Scf5+jsY9ZfgVARLepXg==} 132 + '@atcute/identity-resolver@1.2.2': 133 + resolution: {integrity: sha512-eUh/UH4bFvuXS0X7epYCeJC/kj4rbBXfSRumLEH4smMVwNOgTo7cL/0Srty+P/qVPoZEyXdfEbS0PHJyzoXmHw==} 134 134 peerDependencies: 135 135 '@atcute/identity': ^1.0.0 136 136 137 137 '@atcute/identity@1.1.3': 138 138 resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==} 139 139 140 - '@atcute/lex-cli@2.5.2': 141 - resolution: {integrity: sha512-u3xeu7uF7mAgAErYpXvdUaH2bxpthGWLg+vUf20cejWZHBH/dAzL4ixLRjw/39WwoVmmCQDTde79WTPoBjuhpg==} 140 + '@atcute/lex-cli@2.5.3': 141 + resolution: {integrity: sha512-829rvezMOfRkJQRKvupNT8TWT/YYffJ2QsB80D9aPjkXSogrETZA7xZcPaMZBXg+mJaVbLO9S4ThPQmlF0L4UQ==} 142 142 hasBin: true 143 143 144 - '@atcute/lexicon-doc@2.0.5': 145 - resolution: {integrity: sha512-fNCp94ehGjWFZMIqP6pWD1F9MOJogNCyqsaMVZluPSIclZ+lDL528iXB56aW4u0eSiD6Y9WJB1OI/lElG39cSA==} 144 + '@atcute/lexicon-doc@2.1.0': 145 + resolution: {integrity: sha512-I8BNFKUP2VvEv2tNzZ10b0TKtQWJHQ/CLUh29N1HRDUImah+OS7Z7wGBFleF7e1JnMzcWDhgZCvA6JaJOScBuA==} 146 146 147 - '@atcute/lexicon-resolver@0.1.5': 148 - resolution: {integrity: sha512-0bx1/zdMQPuxvRcHW6ykAxRxktC2rEZLoAVSFoLSWDAA92Tf09F9QPK5wgXSF4MNODm1dvzMEdWSMIvlg8sr3A==} 147 + '@atcute/lexicon-resolver@0.1.6': 148 + resolution: {integrity: sha512-wJC/ChmpP7k+ywpOd07CMvioXjIGaFpF3bDwXLi/086LYjSWHOvtW6pyC+mqP5wLhjyH2hn4wmi77Buew1l1aw==} 149 149 peerDependencies: 150 150 '@atcute/identity': ^1.1.0 151 151 '@atcute/identity-resolver': ^1.1.3 152 152 153 - '@atcute/lexicons@1.2.5': 154 - resolution: {integrity: sha512-9yO9WdgxW8jZ7SbzUycH710z+JmsQ9W9n5S6i6eghYju32kkluFmgBeS47r8e8p2+Dv4DemS7o/3SUGsX9FR5Q==} 153 + '@atcute/lexicons@1.2.7': 154 + resolution: {integrity: sha512-gCvkSMI1F1zx7xXa59iPiSKMH3L5Hga6iurGqQjaQbE2V/np/2QuDqQzt96TNbWfaFAXE9f9oY+0z3ljf/bweA==} 155 155 156 - '@atcute/mst@0.1.0': 157 - resolution: {integrity: sha512-h+iDToKEnBpigk2DOHjSqY63vJtjYKUIztqu1CZ0P+I54wV2SrgoqAXAT1xrW6A1Iup8cjTv+U2H5WVG4KxPLw==} 156 + '@atcute/mst@0.1.2': 157 + resolution: {integrity: sha512-Oz5CZTjqauEJLT9B+zkoy/mjl216DrjCxJFrguRV3N+1NkIbCfAcSRf3UDSNjfzDzBkJvC1WjA/3oQkm83duPg==} 158 158 159 - '@atcute/multibase@1.1.6': 160 - resolution: {integrity: sha512-HBxuCgYLKPPxETV0Rot4VP9e24vKl8JdzGCZOVsDaOXJgbRZoRIF67Lp0H/OgnJeH/Xpva8Z5ReoTNJE5dn3kg==} 159 + '@atcute/multibase@1.1.7': 160 + resolution: {integrity: sha512-YmWds7U52b7Qri0xNfGeqSOvgyNfHR8Yy/NNDQx4d5TkCX2fHJIo0pXquEhCyMNAwKt53uH5yQDswy4TNP1Zhw==} 161 161 162 - '@atcute/oauth-node-client@0.1.2': 163 - resolution: {integrity: sha512-Vu+fTIdKVA5cus4jqpuN82WJPEenGRhKFVu0ddHIx3QAlHdiwIxdKu2WhxkH2N8okI3195SfE3RpydIwC7MG9A==} 162 + '@atcute/oauth-crypto@0.1.0': 163 + resolution: {integrity: sha512-qZYDCNLF/4B6AndYT1rsQelN8621AC5u/sL5PHvlr/qqAbmmUwCBGjEgRSyZtHE1AqD60VNiSMlOgAuEQTSl3w==} 164 164 165 - '@atcute/repo@0.1.0': 166 - resolution: {integrity: sha512-INiYAuma8dydBu7cqd2WVpcXh3mzhIepYBUqFWAK5MqMulPRLTRCc/9GW3G9pxYrOdlvLCVamG2Jf8XK0nuFEw==} 165 + '@atcute/oauth-keyset@0.1.0': 166 + resolution: {integrity: sha512-+wqT/+I5Lg9VzKnKY3g88+N45xbq+wsdT6bHDGqCVa2u57gRvolFF4dY+weMfc/OX641BIZO6/o+zFtKBsMQnQ==} 167 + 168 + '@atcute/oauth-node-client@1.0.0': 169 + resolution: {integrity: sha512-f7ki9/rVeggM/q30m256b4LJr4saDXdEFPPE+FwmS2f4IQzbq50rQD4bPfC6fBNfhPZDC1xkigHUEgXIyr8Oqg==} 170 + 171 + '@atcute/oauth-types@0.1.0': 172 + resolution: {integrity: sha512-bAuhgizREKSZghI1Re8Nw/GI6troJ/nwTsDlEwr4HnRKnk0hTc61Igl4y09MG3znOoHOtWIdEnO4zR7pN11BaA==} 173 + 174 + '@atcute/repo@0.1.1': 175 + resolution: {integrity: sha512-P5aWjt3bvcquUkUmGPslF0naAfLGRHse5Qdz9/RJYrFuoH0iiEMyRnW6M+3ksOe20GPsMnbq71WbzzFkRFPBtg==} 167 176 168 177 '@atcute/tap@0.1.1': 169 178 resolution: {integrity: sha512-cK2Zyt7+JHKTS5pbIw64pAJUKaNhRCJvlXw/dl1gMvpK/SAeBUE3BZLeJgiL7wadouFVysuOVnzr4os6bMdZMw==} 170 179 171 - '@atcute/tid@1.0.3': 172 - resolution: {integrity: sha512-wfMJx1IMdnu0CZgWl0uR4JO2s6PGT1YPhpytD4ZHzEYKKQVuqV6Eb/7vieaVo1eYNMp2FrY67FZObeR7utRl2w==} 180 + '@atcute/tid@1.1.1': 181 + resolution: {integrity: sha512-djJ8UGhLkTU5V51yCnBEruMg35qETjWzWy5sJG/2gEOl2Gd7rQWHSaf+yrO6vMS5EFA38U2xOWE3EDUPzvc2ZQ==} 173 182 174 - '@atcute/uint8array@1.0.6': 175 - resolution: {integrity: sha512-ucfRBQc7BFT8n9eCyGOzDHEMKF/nZwhS2pPao4Xtab1ML3HdFYcX2DM1tadCzas85QTGxHe5urnUAAcNKGRi9A==} 183 + '@atcute/time-ms@1.2.0': 184 + resolution: {integrity: sha512-dtNKebVIbr1+yu3a6vgtL4sfkNgxkL3aA+ohHsjtW83WWMjjGvX8GVTVmYCJ2dYSxIoxK0q1yWs11PmlqzmQ/A==} 176 185 177 - '@atcute/util-fetch@1.0.4': 178 - resolution: {integrity: sha512-sIU9Qk0dE8PLEXSfhy+gIJV+HpiiknMytCI2SqLlqd0vgZUtEKI/EQfP+23LHWvP+CLCzVDOa6cpH045OlmNBg==} 186 + '@atcute/uint8array@1.1.0': 187 + resolution: {integrity: sha512-JtHXIVW6LPU9FMWp7SgE4HbUs3uV2WdfkK/2RWdEGjr4EgMV50P3FdU6fPeGlTfDNBJVYMIsuD2wwaKRPV/Aqg==} 188 + 189 + '@atcute/util-fetch@1.0.5': 190 + resolution: {integrity: sha512-qjHj01BGxjSjIFdPiAjSARnodJIIyKxnCMMEcXMESo9TAyND6XZQqrie5fia+LlYWVXdpsTds8uFQwc9jdKTig==} 191 + 192 + '@atcute/util-text@1.1.0': 193 + resolution: {integrity: sha512-34G9KD5Z9f7oEdFpZOmqrMnU86p8ne6LlxJowfZzKNszRcl1GH+FtEPh3N1woelJT2SkPXMK2anwT8DESTluwA==} 179 194 180 195 '@atcute/varint@1.0.3': 181 196 resolution: {integrity: sha512-fdvMPyBB+McDT+Ai5e9RwEbwYV4yjZ60S2Dn5PTjGqUyxvoCH1z42viuheDZRUDkmfQehXJTZ5az7dSozVNtog==} ··· 201 216 cpu: [ppc64] 202 217 os: [aix] 203 218 219 + '@esbuild/aix-ppc64@0.27.2': 220 + resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==} 221 + engines: {node: '>=18'} 222 + cpu: [ppc64] 223 + os: [aix] 224 + 204 225 '@esbuild/android-arm64@0.18.20': 205 226 resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} 206 227 engines: {node: '>=12'} ··· 213 234 cpu: [arm64] 214 235 os: [android] 215 236 237 + '@esbuild/android-arm64@0.27.2': 238 + resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==} 239 + engines: {node: '>=18'} 240 + cpu: [arm64] 241 + os: [android] 242 + 216 243 '@esbuild/android-arm@0.18.20': 217 244 resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} 218 245 engines: {node: '>=12'} ··· 221 248 222 249 '@esbuild/android-arm@0.25.12': 223 250 resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 251 + engines: {node: '>=18'} 252 + cpu: [arm] 253 + os: [android] 254 + 255 + '@esbuild/android-arm@0.27.2': 256 + resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==} 224 257 engines: {node: '>=18'} 225 258 cpu: [arm] 226 259 os: [android] ··· 237 270 cpu: [x64] 238 271 os: [android] 239 272 273 + '@esbuild/android-x64@0.27.2': 274 + resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==} 275 + engines: {node: '>=18'} 276 + cpu: [x64] 277 + os: [android] 278 + 240 279 '@esbuild/darwin-arm64@0.18.20': 241 280 resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} 242 281 engines: {node: '>=12'} ··· 249 288 cpu: [arm64] 250 289 os: [darwin] 251 290 291 + '@esbuild/darwin-arm64@0.27.2': 292 + resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==} 293 + engines: {node: '>=18'} 294 + cpu: [arm64] 295 + os: [darwin] 296 + 252 297 '@esbuild/darwin-x64@0.18.20': 253 298 resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} 254 299 engines: {node: '>=12'} ··· 261 306 cpu: [x64] 262 307 os: [darwin] 263 308 309 + '@esbuild/darwin-x64@0.27.2': 310 + resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==} 311 + engines: {node: '>=18'} 312 + cpu: [x64] 313 + os: [darwin] 314 + 264 315 '@esbuild/freebsd-arm64@0.18.20': 265 316 resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} 266 317 engines: {node: '>=12'} ··· 273 324 cpu: [arm64] 274 325 os: [freebsd] 275 326 327 + '@esbuild/freebsd-arm64@0.27.2': 328 + resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==} 329 + engines: {node: '>=18'} 330 + cpu: [arm64] 331 + os: [freebsd] 332 + 276 333 '@esbuild/freebsd-x64@0.18.20': 277 334 resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} 278 335 engines: {node: '>=12'} ··· 285 342 cpu: [x64] 286 343 os: [freebsd] 287 344 345 + '@esbuild/freebsd-x64@0.27.2': 346 + resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==} 347 + engines: {node: '>=18'} 348 + cpu: [x64] 349 + os: [freebsd] 350 + 288 351 '@esbuild/linux-arm64@0.18.20': 289 352 resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} 290 353 engines: {node: '>=12'} ··· 297 360 cpu: [arm64] 298 361 os: [linux] 299 362 363 + '@esbuild/linux-arm64@0.27.2': 364 + resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==} 365 + engines: {node: '>=18'} 366 + cpu: [arm64] 367 + os: [linux] 368 + 300 369 '@esbuild/linux-arm@0.18.20': 301 370 resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} 302 371 engines: {node: '>=12'} ··· 309 378 cpu: [arm] 310 379 os: [linux] 311 380 381 + '@esbuild/linux-arm@0.27.2': 382 + resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==} 383 + engines: {node: '>=18'} 384 + cpu: [arm] 385 + os: [linux] 386 + 312 387 '@esbuild/linux-ia32@0.18.20': 313 388 resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} 314 389 engines: {node: '>=12'} ··· 321 396 cpu: [ia32] 322 397 os: [linux] 323 398 399 + '@esbuild/linux-ia32@0.27.2': 400 + resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==} 401 + engines: {node: '>=18'} 402 + cpu: [ia32] 403 + os: [linux] 404 + 324 405 '@esbuild/linux-loong64@0.18.20': 325 406 resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} 326 407 engines: {node: '>=12'} ··· 333 414 cpu: [loong64] 334 415 os: [linux] 335 416 417 + '@esbuild/linux-loong64@0.27.2': 418 + resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==} 419 + engines: {node: '>=18'} 420 + cpu: [loong64] 421 + os: [linux] 422 + 336 423 '@esbuild/linux-mips64el@0.18.20': 337 424 resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} 338 425 engines: {node: '>=12'} ··· 341 428 342 429 '@esbuild/linux-mips64el@0.25.12': 343 430 resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 431 + engines: {node: '>=18'} 432 + cpu: [mips64el] 433 + os: [linux] 434 + 435 + '@esbuild/linux-mips64el@0.27.2': 436 + resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==} 344 437 engines: {node: '>=18'} 345 438 cpu: [mips64el] 346 439 os: [linux] ··· 357 450 cpu: [ppc64] 358 451 os: [linux] 359 452 453 + '@esbuild/linux-ppc64@0.27.2': 454 + resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==} 455 + engines: {node: '>=18'} 456 + cpu: [ppc64] 457 + os: [linux] 458 + 360 459 '@esbuild/linux-riscv64@0.18.20': 361 460 resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} 362 461 engines: {node: '>=12'} ··· 369 468 cpu: [riscv64] 370 469 os: [linux] 371 470 471 + '@esbuild/linux-riscv64@0.27.2': 472 + resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==} 473 + engines: {node: '>=18'} 474 + cpu: [riscv64] 475 + os: [linux] 476 + 372 477 '@esbuild/linux-s390x@0.18.20': 373 478 resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} 374 479 engines: {node: '>=12'} ··· 381 486 cpu: [s390x] 382 487 os: [linux] 383 488 489 + '@esbuild/linux-s390x@0.27.2': 490 + resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==} 491 + engines: {node: '>=18'} 492 + cpu: [s390x] 493 + os: [linux] 494 + 384 495 '@esbuild/linux-x64@0.18.20': 385 496 resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} 386 497 engines: {node: '>=12'} ··· 393 504 cpu: [x64] 394 505 os: [linux] 395 506 507 + '@esbuild/linux-x64@0.27.2': 508 + resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==} 509 + engines: {node: '>=18'} 510 + cpu: [x64] 511 + os: [linux] 512 + 396 513 '@esbuild/netbsd-arm64@0.25.12': 397 514 resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 398 515 engines: {node: '>=18'} 399 516 cpu: [arm64] 400 517 os: [netbsd] 401 518 519 + '@esbuild/netbsd-arm64@0.27.2': 520 + resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==} 521 + engines: {node: '>=18'} 522 + cpu: [arm64] 523 + os: [netbsd] 524 + 402 525 '@esbuild/netbsd-x64@0.18.20': 403 526 resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} 404 527 engines: {node: '>=12'} ··· 411 534 cpu: [x64] 412 535 os: [netbsd] 413 536 537 + '@esbuild/netbsd-x64@0.27.2': 538 + resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==} 539 + engines: {node: '>=18'} 540 + cpu: [x64] 541 + os: [netbsd] 542 + 414 543 '@esbuild/openbsd-arm64@0.25.12': 415 544 resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 545 + engines: {node: '>=18'} 546 + cpu: [arm64] 547 + os: [openbsd] 548 + 549 + '@esbuild/openbsd-arm64@0.27.2': 550 + resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==} 416 551 engines: {node: '>=18'} 417 552 cpu: [arm64] 418 553 os: [openbsd] ··· 429 564 cpu: [x64] 430 565 os: [openbsd] 431 566 567 + '@esbuild/openbsd-x64@0.27.2': 568 + resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==} 569 + engines: {node: '>=18'} 570 + cpu: [x64] 571 + os: [openbsd] 572 + 432 573 '@esbuild/openharmony-arm64@0.25.12': 433 574 resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 434 575 engines: {node: '>=18'} 435 576 cpu: [arm64] 436 577 os: [openharmony] 437 578 579 + '@esbuild/openharmony-arm64@0.27.2': 580 + resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} 581 + engines: {node: '>=18'} 582 + cpu: [arm64] 583 + os: [openharmony] 584 + 438 585 '@esbuild/sunos-x64@0.18.20': 439 586 resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} 440 587 engines: {node: '>=12'} ··· 447 594 cpu: [x64] 448 595 os: [sunos] 449 596 597 + '@esbuild/sunos-x64@0.27.2': 598 + resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==} 599 + engines: {node: '>=18'} 600 + cpu: [x64] 601 + os: [sunos] 602 + 450 603 '@esbuild/win32-arm64@0.18.20': 451 604 resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} 452 605 engines: {node: '>=12'} ··· 459 612 cpu: [arm64] 460 613 os: [win32] 461 614 615 + '@esbuild/win32-arm64@0.27.2': 616 + resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==} 617 + engines: {node: '>=18'} 618 + cpu: [arm64] 619 + os: [win32] 620 + 462 621 '@esbuild/win32-ia32@0.18.20': 463 622 resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} 464 623 engines: {node: '>=12'} ··· 471 630 cpu: [ia32] 472 631 os: [win32] 473 632 633 + '@esbuild/win32-ia32@0.27.2': 634 + resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==} 635 + engines: {node: '>=18'} 636 + cpu: [ia32] 637 + os: [win32] 638 + 474 639 '@esbuild/win32-x64@0.18.20': 475 640 resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} 476 641 engines: {node: '>=12'} ··· 483 648 cpu: [x64] 484 649 os: [win32] 485 650 651 + '@esbuild/win32-x64@0.27.2': 652 + resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==} 653 + engines: {node: '>=18'} 654 + cpu: [x64] 655 + os: [win32] 656 + 486 657 '@jridgewell/gen-mapping@0.3.13': 487 658 resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} 488 659 ··· 572 743 '@noble/secp256k1@3.0.0': 573 744 resolution: {integrity: sha512-NJBaR352KyIvj3t6sgT/+7xrNyF9Xk9QlLSIqUGVUYlsnDTAUqY8LOmwpcgEx4AMJXRITQ5XEVHD+mMaPfr3mg==} 574 745 575 - '@optique/core@0.6.5': 576 - resolution: {integrity: sha512-H3O//t/qxq7GT+25oLi4mXyxB/PccTcj+0P4HcboDcTnAN7gcTgoxvAugaHExw9s7WrVOlRQRZuYXseKtU/cyw==} 746 + '@optique/core@0.6.11': 747 + resolution: {integrity: sha512-GVLFihzBA1j78NFlkU5N1Lu0jRqET0k6Z66WK8VQKG/a3cxmCInVGSKMIdQG8i6pgC8wD5OizF6Y3QMztmhAxg==} 577 748 engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'} 578 749 579 - '@optique/run@0.6.5': 580 - resolution: {integrity: sha512-dJTfcNXRWM+dmGxbeTFNDt/cf3v92wNYcJVZUu+FqwNXD5lX/koWeMIGwT0eoJegGPWvzpCVRb0CVjc+b/AUbQ==} 750 + '@optique/run@0.6.11': 751 + resolution: {integrity: sha512-tsXBEygGSzNpFK2gjsRlXBn7FiScUeLFWIZNpoAZ8iG85Km0/3K9xgqlQAXoQ+uEZBe4XplnzyCDvmEgbyNT8w==} 581 752 engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'} 582 753 583 754 '@polka/url@1.0.0-next.29': ··· 619 790 rollup: 620 791 optional: true 621 792 622 - '@rollup/rollup-android-arm-eabi@4.53.3': 623 - resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} 793 + '@rollup/rollup-android-arm-eabi@4.57.0': 794 + resolution: {integrity: sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==} 624 795 cpu: [arm] 625 796 os: [android] 626 797 627 - '@rollup/rollup-android-arm64@4.53.3': 628 - resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} 798 + '@rollup/rollup-android-arm64@4.57.0': 799 + resolution: {integrity: sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==} 629 800 cpu: [arm64] 630 801 os: [android] 631 802 632 - '@rollup/rollup-darwin-arm64@4.53.3': 633 - resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} 803 + '@rollup/rollup-darwin-arm64@4.57.0': 804 + resolution: {integrity: sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==} 634 805 cpu: [arm64] 635 806 os: [darwin] 636 807 637 - '@rollup/rollup-darwin-x64@4.53.3': 638 - resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} 808 + '@rollup/rollup-darwin-x64@4.57.0': 809 + resolution: {integrity: sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==} 639 810 cpu: [x64] 640 811 os: [darwin] 641 812 642 - '@rollup/rollup-freebsd-arm64@4.53.3': 643 - resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} 813 + '@rollup/rollup-freebsd-arm64@4.57.0': 814 + resolution: {integrity: sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==} 644 815 cpu: [arm64] 645 816 os: [freebsd] 646 817 647 - '@rollup/rollup-freebsd-x64@4.53.3': 648 - resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} 818 + '@rollup/rollup-freebsd-x64@4.57.0': 819 + resolution: {integrity: sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==} 649 820 cpu: [x64] 650 821 os: [freebsd] 651 822 652 - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': 653 - resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} 823 + '@rollup/rollup-linux-arm-gnueabihf@4.57.0': 824 + resolution: {integrity: sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==} 654 825 cpu: [arm] 655 826 os: [linux] 827 + libc: [glibc] 656 828 657 - '@rollup/rollup-linux-arm-musleabihf@4.53.3': 658 - resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} 829 + '@rollup/rollup-linux-arm-musleabihf@4.57.0': 830 + resolution: {integrity: sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==} 659 831 cpu: [arm] 660 832 os: [linux] 833 + libc: [musl] 661 834 662 - '@rollup/rollup-linux-arm64-gnu@4.53.3': 663 - resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} 835 + '@rollup/rollup-linux-arm64-gnu@4.57.0': 836 + resolution: {integrity: sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==} 664 837 cpu: [arm64] 665 838 os: [linux] 839 + libc: [glibc] 666 840 667 - '@rollup/rollup-linux-arm64-musl@4.53.3': 668 - resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} 841 + '@rollup/rollup-linux-arm64-musl@4.57.0': 842 + resolution: {integrity: sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==} 669 843 cpu: [arm64] 670 844 os: [linux] 845 + libc: [musl] 846 + 847 + '@rollup/rollup-linux-loong64-gnu@4.57.0': 848 + resolution: {integrity: sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==} 849 + cpu: [loong64] 850 + os: [linux] 851 + libc: [glibc] 671 852 672 - '@rollup/rollup-linux-loong64-gnu@4.53.3': 673 - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} 853 + '@rollup/rollup-linux-loong64-musl@4.57.0': 854 + resolution: {integrity: sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==} 674 855 cpu: [loong64] 675 856 os: [linux] 857 + libc: [musl] 676 858 677 - '@rollup/rollup-linux-ppc64-gnu@4.53.3': 678 - resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} 859 + '@rollup/rollup-linux-ppc64-gnu@4.57.0': 860 + resolution: {integrity: sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==} 679 861 cpu: [ppc64] 680 862 os: [linux] 863 + libc: [glibc] 681 864 682 - '@rollup/rollup-linux-riscv64-gnu@4.53.3': 683 - resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} 865 + '@rollup/rollup-linux-ppc64-musl@4.57.0': 866 + resolution: {integrity: sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==} 867 + cpu: [ppc64] 868 + os: [linux] 869 + libc: [musl] 870 + 871 + '@rollup/rollup-linux-riscv64-gnu@4.57.0': 872 + resolution: {integrity: sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==} 684 873 cpu: [riscv64] 685 874 os: [linux] 875 + libc: [glibc] 686 876 687 - '@rollup/rollup-linux-riscv64-musl@4.53.3': 688 - resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} 877 + '@rollup/rollup-linux-riscv64-musl@4.57.0': 878 + resolution: {integrity: sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==} 689 879 cpu: [riscv64] 690 880 os: [linux] 881 + libc: [musl] 691 882 692 - '@rollup/rollup-linux-s390x-gnu@4.53.3': 693 - resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} 883 + '@rollup/rollup-linux-s390x-gnu@4.57.0': 884 + resolution: {integrity: sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==} 694 885 cpu: [s390x] 695 886 os: [linux] 887 + libc: [glibc] 696 888 697 - '@rollup/rollup-linux-x64-gnu@4.53.3': 698 - resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} 889 + '@rollup/rollup-linux-x64-gnu@4.57.0': 890 + resolution: {integrity: sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==} 699 891 cpu: [x64] 700 892 os: [linux] 893 + libc: [glibc] 701 894 702 - '@rollup/rollup-linux-x64-musl@4.53.3': 703 - resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} 895 + '@rollup/rollup-linux-x64-musl@4.57.0': 896 + resolution: {integrity: sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==} 704 897 cpu: [x64] 705 898 os: [linux] 899 + libc: [musl] 706 900 707 - '@rollup/rollup-openharmony-arm64@4.53.3': 708 - resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} 901 + '@rollup/rollup-openbsd-x64@4.57.0': 902 + resolution: {integrity: sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==} 903 + cpu: [x64] 904 + os: [openbsd] 905 + 906 + '@rollup/rollup-openharmony-arm64@4.57.0': 907 + resolution: {integrity: sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==} 709 908 cpu: [arm64] 710 909 os: [openharmony] 711 910 712 - '@rollup/rollup-win32-arm64-msvc@4.53.3': 713 - resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} 911 + '@rollup/rollup-win32-arm64-msvc@4.57.0': 912 + resolution: {integrity: sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==} 714 913 cpu: [arm64] 715 914 os: [win32] 716 915 717 - '@rollup/rollup-win32-ia32-msvc@4.53.3': 718 - resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} 916 + '@rollup/rollup-win32-ia32-msvc@4.57.0': 917 + resolution: {integrity: sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==} 719 918 cpu: [ia32] 720 919 os: [win32] 721 920 722 - '@rollup/rollup-win32-x64-gnu@4.53.3': 723 - resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} 921 + '@rollup/rollup-win32-x64-gnu@4.57.0': 922 + resolution: {integrity: sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==} 724 923 cpu: [x64] 725 924 os: [win32] 726 925 727 - '@rollup/rollup-win32-x64-msvc@4.53.3': 728 - resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} 926 + '@rollup/rollup-win32-x64-msvc@4.57.0': 927 + resolution: {integrity: sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==} 729 928 cpu: [x64] 730 929 os: [win32] 731 930 732 - '@standard-schema/spec@1.0.0': 733 - resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} 931 + '@standard-schema/spec@1.1.0': 932 + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} 734 933 735 934 '@sveltejs/acorn-typescript@1.0.8': 736 935 resolution: {integrity: sha512-esgN+54+q0NjB0Y/4BomT9samII7jGwNy/2a3wNZbT2A2RpmXsXwUt24LvLhx6jUq2gVk4cWEvcRO6MFQbOfNA==} 737 936 peerDependencies: 738 937 acorn: ^8.9.0 739 938 740 - '@sveltejs/adapter-node@5.4.0': 741 - resolution: {integrity: sha512-NMsrwGVPEn+J73zH83Uhss/hYYZN6zT3u31R3IHAn3MiKC3h8fjmIAhLfTSOeNHr5wPYfjjMg8E+1gyFgyrEcQ==} 939 + '@sveltejs/adapter-node@5.5.2': 940 + resolution: {integrity: sha512-L15Djwpr7HrSAPj/Z8PYfc0pa9A1tllrr18phKI0WJHJeoWw45yinPf0IGgVTmakqx1B3JQ+C/OFl9ZwmxHU1Q==} 742 941 peerDependencies: 743 942 '@sveltejs/kit': ^2.4.0 744 943 745 - '@sveltejs/kit@2.49.2': 746 - resolution: {integrity: sha512-Vp3zX/qlwerQmHMP6x0Ry1oY7eKKRcOWGc2P59srOp4zcqyn+etJyQpELgOi4+ZSUgteX8Y387NuwruLgGXLUQ==} 944 + '@sveltejs/kit@2.50.1': 945 + resolution: {integrity: sha512-XRHD2i3zC4ukhz2iCQzO4mbsts081PAZnnMAQ7LNpWeYgeBmwMsalf0FGSwhFXBbtr2XViPKnFJBDCckWqrsLw==} 747 946 engines: {node: '>=18.13'} 748 947 hasBin: true 749 948 peerDependencies: 750 949 '@opentelemetry/api': ^1.0.0 751 950 '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 752 951 svelte: ^4.0.0 || ^5.0.0-next.0 952 + typescript: ^5.3.3 753 953 vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 754 954 peerDependenciesMeta: 755 955 '@opentelemetry/api': 956 + optional: true 957 + typescript: 756 958 optional: true 757 959 758 - '@sveltejs/vite-plugin-svelte-inspector@5.0.1': 759 - resolution: {integrity: sha512-ubWshlMk4bc8mkwWbg6vNvCeT7lGQojE3ijDh3QTR6Zr/R+GXxsGbyH4PExEPpiFmqPhYiVSVmHBjUcVc1JIrA==} 960 + '@sveltejs/vite-plugin-svelte-inspector@5.0.2': 961 + resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==} 760 962 engines: {node: ^20.19 || ^22.12 || >=24} 761 963 peerDependencies: 762 964 '@sveltejs/vite-plugin-svelte': ^6.0.0-next.0 763 965 svelte: ^5.0.0 764 966 vite: ^6.3.0 || ^7.0.0 765 967 766 - '@sveltejs/vite-plugin-svelte@6.2.1': 767 - resolution: {integrity: sha512-YZs/OSKOQAQCnJvM/P+F1URotNnYNeU3P2s4oIpzm1uFaqUEqRxUB0g5ejMjEb5Gjb9/PiBI5Ktrq4rUUF8UVQ==} 968 + '@sveltejs/vite-plugin-svelte@6.2.4': 969 + resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==} 768 970 engines: {node: ^20.19 || ^22.12 || >=24} 769 971 peerDependencies: 770 972 svelte: ^5.0.0 771 973 vite: ^6.3.0 || ^7.0.0 772 974 975 + '@types/bun@1.3.8': 976 + resolution: {integrity: sha512-3LvWJ2q5GerAXYxO2mffLTqOzEu5qnhEAlh48Vnu8WQfnmSwbgagjGZV6BoHKJztENYEDn6QmVd949W4uESRJA==} 977 + 773 978 '@types/cookie@0.6.0': 774 979 resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 775 980 776 981 '@types/estree@1.0.8': 777 982 resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 778 983 779 - '@types/node@24.10.4': 780 - resolution: {integrity: sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==} 984 + '@types/node@24.10.9': 985 + resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==} 781 986 782 987 '@types/resolve@1.20.2': 783 988 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} ··· 801 1006 buffer-from@1.1.2: 802 1007 resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} 803 1008 1009 + bun-types@1.3.8: 1010 + resolution: {integrity: sha512-fL99nxdOWvV4LqjmC+8Q9kW3M4QTtTR1eePs94v5ctGqU8OeceWrSUaRw3JYb7tU3FkMIAjkueehrHPPPGKi5Q==} 1011 + 804 1012 chokidar@4.0.3: 805 1013 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 806 1014 engines: {node: '>= 14.16.0'} ··· 816 1024 resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 817 1025 engines: {node: '>= 0.6'} 818 1026 819 - css-declaration-sorter@7.3.0: 820 - resolution: {integrity: sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==} 1027 + css-declaration-sorter@7.3.1: 1028 + resolution: {integrity: sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==} 821 1029 engines: {node: ^14 || ^16 || >=18} 822 1030 peerDependencies: 823 1031 postcss: ^8.0.9 ··· 843 1051 resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==} 844 1052 engines: {node: '>=8'} 845 1053 846 - devalue@5.6.1: 847 - resolution: {integrity: sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==} 1054 + devalue@5.6.2: 1055 + resolution: {integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==} 848 1056 849 1057 drizzle-kit@0.31.8: 850 1058 resolution: {integrity: sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg==} ··· 957 1165 engines: {node: '>=18'} 958 1166 hasBin: true 959 1167 1168 + esbuild@0.27.2: 1169 + resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==} 1170 + engines: {node: '>=18'} 1171 + hasBin: true 1172 + 960 1173 esm-env@1.2.2: 961 1174 resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} 962 1175 963 - esrap@2.2.1: 964 - resolution: {integrity: sha512-GiYWG34AN/4CUyaWAgunGt0Rxvr1PTMlGC0vvEov/uOQYWne2bpN03Um+k8jT+q3op33mKouP2zeJ6OlM+qeUg==} 1176 + esrap@2.2.2: 1177 + resolution: {integrity: sha512-zA6497ha+qKvoWIK+WM9NAh5ni17sKZKhbS5B3PoYbBvaYHZWoS33zmFybmyqpn07RLUxSmn+RCls2/XF+d0oQ==} 965 1178 966 1179 estree-walker@2.0.2: 967 1180 resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} ··· 1013 1226 1014 1227 is-reference@3.0.3: 1015 1228 resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==} 1016 - 1017 - jose@6.1.3: 1018 - resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==} 1019 1229 1020 1230 js-base64@3.7.8: 1021 1231 resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==} ··· 1065 1275 resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} 1066 1276 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1067 1277 1068 - partysocket@1.1.6: 1069 - resolution: {integrity: sha512-LkEk8N9hMDDsDT0iDK0zuwUDFVrVMUXFXCeN3850Ng8wtjPqPBeJlwdeY6ROlJSEh3tPoTTasXoSBYH76y118w==} 1278 + node-gyp-build@4.8.4: 1279 + resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} 1280 + hasBin: true 1281 + 1282 + obug@2.1.1: 1283 + resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 1284 + 1285 + partysocket@1.1.10: 1286 + resolution: {integrity: sha512-ACfn0P6lQuj8/AqB4L5ZDFcIEbpnIteNNObrlxqV1Ge80GTGhjuJ2sNKwNQlFzhGi4kI7fP/C1Eqh8TR78HjDQ==} 1070 1287 1071 1288 path-parse@1.0.7: 1072 1289 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} ··· 1094 1311 resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 1095 1312 engines: {node: ^10 || ^12 || >=14} 1096 1313 1097 - prettier-plugin-css-order@2.1.2: 1098 - resolution: {integrity: sha512-vomxPjHI6pOMYcBuouSJHxxQClJXaUpU9rsV9IAO2wrSTZILRRlrxAAR8t9UF6wtczLkLfNRFUwM+ZbGXOONUA==} 1314 + prettier-plugin-css-order@2.2.0: 1315 + resolution: {integrity: sha512-GCkwEgQ2roT7le+zpUFQThPDO4x5EXcZmY9Rj6rvO++I/nATTGBWdZdsooha/BlvIBbZclJzXsgJdlKWrys9+w==} 1099 1316 engines: {node: '>=16'} 1100 1317 peerDependencies: 1101 1318 prettier: 3.x ··· 1106 1323 prettier: ^3.0.0 1107 1324 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 1108 1325 1109 - prettier@3.7.4: 1110 - resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} 1326 + prettier@3.8.1: 1327 + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 1111 1328 engines: {node: '>=14'} 1112 1329 hasBin: true 1113 1330 ··· 1126 1343 engines: {node: '>= 0.4'} 1127 1344 hasBin: true 1128 1345 1129 - rollup@4.53.3: 1130 - resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} 1346 + rollup@4.57.0: 1347 + resolution: {integrity: sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==} 1131 1348 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1132 1349 hasBin: true 1133 1350 ··· 1157 1374 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 1158 1375 engines: {node: '>= 0.4'} 1159 1376 1160 - svelte-check@4.3.4: 1161 - resolution: {integrity: sha512-DVWvxhBrDsd+0hHWKfjP99lsSXASeOhHJYyuKOFYJcP7ThfSCKgjVarE8XfuMWpS5JV3AlDf+iK1YGGo2TACdw==} 1377 + svelte-check@4.3.5: 1378 + resolution: {integrity: sha512-e4VWZETyXaKGhpkxOXP+B/d0Fp/zKViZoJmneZWe/05Y2aqSKj3YN2nLfYPJBQ87WEiY4BQCQ9hWGu9mPT1a1Q==} 1162 1379 engines: {node: '>= 18.0.0'} 1163 1380 hasBin: true 1164 1381 peerDependencies: 1165 1382 svelte: ^4.0.0 || ^5.0.0-next.0 1166 1383 typescript: '>=5.0.0' 1167 1384 1168 - svelte@5.46.0: 1169 - resolution: {integrity: sha512-ZhLtvroYxUxr+HQJfMZEDRsGsmU46x12RvAv/zi9584f5KOX7bUrEbhPJ7cKFmUvZTJXi/CFZUYwDC6M1FigPw==} 1385 + svelte@5.49.1: 1386 + resolution: {integrity: sha512-jj95WnbKbXsXXngYj28a4zx8jeZx50CN/J4r0CEeax2pbfdsETv/J1K8V9Hbu3DCXnpHz5qAikICuxEooi7eNQ==} 1170 1387 engines: {node: '>=18'} 1171 1388 1172 1389 tinyglobby@0.2.15: ··· 1189 1406 undici-types@7.16.0: 1190 1407 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 1191 1408 1409 + unicode-segmenter@0.14.5: 1410 + resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==} 1411 + 1192 1412 valibot@1.2.0: 1193 1413 resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==} 1194 1414 peerDependencies: ··· 1197 1417 typescript: 1198 1418 optional: true 1199 1419 1200 - vite@7.2.7: 1201 - resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} 1420 + vite@7.3.1: 1421 + resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 1202 1422 engines: {node: ^20.19.0 || >=22.12.0} 1203 1423 hasBin: true 1204 1424 peerDependencies: ··· 1249 1469 resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} 1250 1470 engines: {node: '>= 8'} 1251 1471 1252 - ws@8.18.3: 1253 - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} 1472 + ws@8.19.0: 1473 + resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==} 1254 1474 engines: {node: '>=10.0.0'} 1255 1475 peerDependencies: 1256 1476 bufferutil: ^4.0.1 ··· 1270 1490 1271 1491 snapshots: 1272 1492 1273 - '@atcute/atproto@3.1.9': 1493 + '@atcute/atproto@3.1.10': 1274 1494 dependencies: 1275 - '@atcute/lexicons': 1.2.5 1495 + '@atcute/lexicons': 1.2.7 1276 1496 1277 - '@atcute/bluesky@3.2.14': 1497 + '@atcute/bluesky@3.2.16': 1278 1498 dependencies: 1279 - '@atcute/atproto': 3.1.9 1280 - '@atcute/lexicons': 1.2.5 1499 + '@atcute/atproto': 3.1.10 1500 + '@atcute/lexicons': 1.2.7 1281 1501 1282 - '@atcute/car@5.0.0': 1502 + '@atcute/car@5.1.0': 1283 1503 dependencies: 1284 - '@atcute/cbor': 2.2.8 1285 - '@atcute/cid': 2.2.6 1286 - '@atcute/uint8array': 1.0.6 1504 + '@atcute/cbor': 2.3.0 1505 + '@atcute/cid': 2.4.0 1506 + '@atcute/uint8array': 1.1.0 1287 1507 '@atcute/varint': 1.0.3 1288 1508 1289 - '@atcute/cbor@2.2.8': 1509 + '@atcute/cbor@2.3.0': 1290 1510 dependencies: 1291 - '@atcute/cid': 2.2.6 1292 - '@atcute/multibase': 1.1.6 1293 - '@atcute/uint8array': 1.0.6 1511 + '@atcute/cid': 2.4.0 1512 + '@atcute/multibase': 1.1.7 1513 + '@atcute/uint8array': 1.1.0 1294 1514 1295 - '@atcute/cid@2.2.6': 1515 + '@atcute/cid@2.4.0': 1296 1516 dependencies: 1297 - '@atcute/multibase': 1.1.6 1298 - '@atcute/uint8array': 1.0.6 1517 + '@atcute/multibase': 1.1.7 1518 + '@atcute/uint8array': 1.1.0 1299 1519 1300 - '@atcute/client@4.1.1': 1520 + '@atcute/client@4.2.1': 1301 1521 dependencies: 1302 1522 '@atcute/identity': 1.1.3 1303 - '@atcute/lexicons': 1.2.5 1523 + '@atcute/lexicons': 1.2.7 1304 1524 1305 1525 '@atcute/crypto@2.3.0': 1306 1526 dependencies: 1307 - '@atcute/multibase': 1.1.6 1308 - '@atcute/uint8array': 1.0.6 1527 + '@atcute/multibase': 1.1.7 1528 + '@atcute/uint8array': 1.1.0 1309 1529 '@noble/secp256k1': 3.0.0 1310 1530 1311 - '@atcute/identity-resolver-node@1.0.3(@atcute/identity-resolver@1.2.0(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 1531 + '@atcute/identity-resolver-node@1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 1312 1532 dependencies: 1313 1533 '@atcute/identity': 1.1.3 1314 - '@atcute/identity-resolver': 1.2.0(@atcute/identity@1.1.3) 1315 - '@atcute/lexicons': 1.2.5 1534 + '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 1535 + '@atcute/lexicons': 1.2.7 1316 1536 1317 - '@atcute/identity-resolver@1.2.0(@atcute/identity@1.1.3)': 1537 + '@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3)': 1318 1538 dependencies: 1319 1539 '@atcute/identity': 1.1.3 1320 - '@atcute/lexicons': 1.2.5 1321 - '@atcute/util-fetch': 1.0.4 1540 + '@atcute/lexicons': 1.2.7 1541 + '@atcute/util-fetch': 1.0.5 1322 1542 '@badrap/valita': 0.4.6 1323 1543 1324 1544 '@atcute/identity@1.1.3': 1325 1545 dependencies: 1326 - '@atcute/lexicons': 1.2.5 1546 + '@atcute/lexicons': 1.2.7 1327 1547 '@badrap/valita': 0.4.6 1328 1548 1329 - '@atcute/lex-cli@2.5.2': 1549 + '@atcute/lex-cli@2.5.3': 1330 1550 dependencies: 1331 1551 '@atcute/identity': 1.1.3 1332 - '@atcute/identity-resolver': 1.2.0(@atcute/identity@1.1.3) 1333 - '@atcute/lexicon-doc': 2.0.5 1334 - '@atcute/lexicon-resolver': 0.1.5(@atcute/identity-resolver@1.2.0(@atcute/identity@1.1.3))(@atcute/identity@1.1.3) 1335 - '@atcute/lexicons': 1.2.5 1552 + '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 1553 + '@atcute/lexicon-doc': 2.1.0 1554 + '@atcute/lexicon-resolver': 0.1.6(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3) 1555 + '@atcute/lexicons': 1.2.7 1336 1556 '@badrap/valita': 0.4.6 1337 - '@optique/core': 0.6.5 1338 - '@optique/run': 0.6.5 1557 + '@optique/core': 0.6.11 1558 + '@optique/run': 0.6.11 1339 1559 picocolors: 1.1.1 1340 - prettier: 3.7.4 1560 + prettier: 3.8.1 1341 1561 1342 - '@atcute/lexicon-doc@2.0.5': 1562 + '@atcute/lexicon-doc@2.1.0': 1343 1563 dependencies: 1344 1564 '@atcute/identity': 1.1.3 1345 - '@atcute/lexicons': 1.2.5 1565 + '@atcute/lexicons': 1.2.7 1566 + '@atcute/uint8array': 1.1.0 1567 + '@atcute/util-text': 1.1.0 1346 1568 '@badrap/valita': 0.4.6 1347 1569 1348 - '@atcute/lexicon-resolver@0.1.5(@atcute/identity-resolver@1.2.0(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 1570 + '@atcute/lexicon-resolver@0.1.6(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 1349 1571 dependencies: 1350 1572 '@atcute/crypto': 2.3.0 1351 1573 '@atcute/identity': 1.1.3 1352 - '@atcute/identity-resolver': 1.2.0(@atcute/identity@1.1.3) 1353 - '@atcute/lexicon-doc': 2.0.5 1354 - '@atcute/lexicons': 1.2.5 1355 - '@atcute/repo': 0.1.0 1356 - '@atcute/util-fetch': 1.0.4 1574 + '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 1575 + '@atcute/lexicon-doc': 2.1.0 1576 + '@atcute/lexicons': 1.2.7 1577 + '@atcute/repo': 0.1.1 1578 + '@atcute/util-fetch': 1.0.5 1357 1579 '@badrap/valita': 0.4.6 1358 1580 1359 - '@atcute/lexicons@1.2.5': 1581 + '@atcute/lexicons@1.2.7': 1360 1582 dependencies: 1361 - '@standard-schema/spec': 1.0.0 1583 + '@atcute/uint8array': 1.1.0 1584 + '@atcute/util-text': 1.1.0 1585 + '@standard-schema/spec': 1.1.0 1362 1586 esm-env: 1.2.2 1363 1587 1364 - '@atcute/mst@0.1.0': 1588 + '@atcute/mst@0.1.2': 1365 1589 dependencies: 1366 - '@atcute/cbor': 2.2.8 1367 - '@atcute/cid': 2.2.6 1368 - '@atcute/uint8array': 1.0.6 1590 + '@atcute/cbor': 2.3.0 1591 + '@atcute/cid': 2.4.0 1592 + '@atcute/uint8array': 1.1.0 1593 + 1594 + '@atcute/multibase@1.1.7': 1595 + dependencies: 1596 + '@atcute/uint8array': 1.1.0 1369 1597 1370 - '@atcute/multibase@1.1.6': 1598 + '@atcute/oauth-crypto@0.1.0': 1371 1599 dependencies: 1372 - '@atcute/uint8array': 1.0.6 1600 + '@atcute/multibase': 1.1.7 1601 + '@atcute/uint8array': 1.1.0 1602 + '@badrap/valita': 0.4.6 1603 + nanoid: 5.1.6 1373 1604 1374 - '@atcute/oauth-node-client@0.1.2': 1605 + '@atcute/oauth-keyset@0.1.0': 1375 1606 dependencies: 1376 - '@atcute/client': 4.1.1 1607 + '@atcute/oauth-crypto': 0.1.0 1608 + 1609 + '@atcute/oauth-node-client@1.0.0': 1610 + dependencies: 1611 + '@atcute/client': 4.2.1 1377 1612 '@atcute/identity': 1.1.3 1378 - '@atcute/identity-resolver': 1.2.0(@atcute/identity@1.1.3) 1379 - '@atcute/lexicons': 1.2.5 1380 - '@atcute/multibase': 1.1.6 1381 - '@atcute/uint8array': 1.0.6 1382 - '@atcute/util-fetch': 1.0.4 1613 + '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 1614 + '@atcute/lexicons': 1.2.7 1615 + '@atcute/oauth-crypto': 0.1.0 1616 + '@atcute/oauth-keyset': 0.1.0 1617 + '@atcute/oauth-types': 0.1.0 1618 + '@atcute/util-fetch': 1.0.5 1383 1619 '@badrap/valita': 0.4.6 1384 - jose: 6.1.3 1385 1620 nanoid: 5.1.6 1386 1621 1387 - '@atcute/repo@0.1.0': 1622 + '@atcute/oauth-types@0.1.0': 1623 + dependencies: 1624 + '@atcute/identity': 1.1.3 1625 + '@atcute/lexicons': 1.2.7 1626 + '@atcute/oauth-keyset': 0.1.0 1627 + '@badrap/valita': 0.4.6 1628 + 1629 + '@atcute/repo@0.1.1': 1388 1630 dependencies: 1389 - '@atcute/car': 5.0.0 1390 - '@atcute/cbor': 2.2.8 1391 - '@atcute/cid': 2.2.6 1631 + '@atcute/car': 5.1.0 1632 + '@atcute/cbor': 2.3.0 1633 + '@atcute/cid': 2.4.0 1392 1634 '@atcute/crypto': 2.3.0 1393 - '@atcute/lexicons': 1.2.5 1394 - '@atcute/mst': 0.1.0 1395 - '@atcute/uint8array': 1.0.6 1635 + '@atcute/lexicons': 1.2.7 1636 + '@atcute/mst': 0.1.2 1637 + '@atcute/uint8array': 1.1.0 1396 1638 1397 1639 '@atcute/tap@0.1.1': 1398 1640 dependencies: 1399 1641 '@atcute/identity': 1.1.3 1400 - '@atcute/lexicons': 1.2.5 1401 - '@atcute/multibase': 1.1.6 1402 - '@atcute/uint8array': 1.0.6 1642 + '@atcute/lexicons': 1.2.7 1643 + '@atcute/multibase': 1.1.7 1644 + '@atcute/uint8array': 1.1.0 1403 1645 '@badrap/valita': 0.4.6 1404 1646 '@mary-ext/event-iterator': 1.0.0 1405 1647 '@mary-ext/simple-event-emitter': 1.0.0 1406 - partysocket: 1.1.6 1648 + partysocket: 1.1.10 1407 1649 type-fest: 4.41.0 1408 1650 1409 - '@atcute/tid@1.0.3': {} 1651 + '@atcute/tid@1.1.1': 1652 + dependencies: 1653 + '@atcute/time-ms': 1.2.0 1410 1654 1411 - '@atcute/uint8array@1.0.6': {} 1655 + '@atcute/time-ms@1.2.0': 1656 + dependencies: 1657 + '@types/bun': 1.3.8 1658 + node-gyp-build: 4.8.4 1412 1659 1413 - '@atcute/util-fetch@1.0.4': 1660 + '@atcute/uint8array@1.1.0': {} 1661 + 1662 + '@atcute/util-fetch@1.0.5': 1414 1663 dependencies: 1415 1664 '@badrap/valita': 0.4.6 1416 1665 1666 + '@atcute/util-text@1.1.0': 1667 + dependencies: 1668 + unicode-segmenter: 0.14.5 1669 + 1417 1670 '@atcute/varint@1.0.3': {} 1418 1671 1419 1672 '@badrap/valita@0.4.6': {} ··· 1431 1684 get-tsconfig: 4.13.0 1432 1685 1433 1686 '@esbuild/aix-ppc64@0.25.12': 1687 + optional: true 1688 + 1689 + '@esbuild/aix-ppc64@0.27.2': 1434 1690 optional: true 1435 1691 1436 1692 '@esbuild/android-arm64@0.18.20': ··· 1439 1695 '@esbuild/android-arm64@0.25.12': 1440 1696 optional: true 1441 1697 1698 + '@esbuild/android-arm64@0.27.2': 1699 + optional: true 1700 + 1442 1701 '@esbuild/android-arm@0.18.20': 1443 1702 optional: true 1444 1703 1445 1704 '@esbuild/android-arm@0.25.12': 1446 1705 optional: true 1447 1706 1707 + '@esbuild/android-arm@0.27.2': 1708 + optional: true 1709 + 1448 1710 '@esbuild/android-x64@0.18.20': 1449 1711 optional: true 1450 1712 1451 1713 '@esbuild/android-x64@0.25.12': 1714 + optional: true 1715 + 1716 + '@esbuild/android-x64@0.27.2': 1452 1717 optional: true 1453 1718 1454 1719 '@esbuild/darwin-arm64@0.18.20': ··· 1457 1722 '@esbuild/darwin-arm64@0.25.12': 1458 1723 optional: true 1459 1724 1725 + '@esbuild/darwin-arm64@0.27.2': 1726 + optional: true 1727 + 1460 1728 '@esbuild/darwin-x64@0.18.20': 1461 1729 optional: true 1462 1730 1463 1731 '@esbuild/darwin-x64@0.25.12': 1464 1732 optional: true 1465 1733 1734 + '@esbuild/darwin-x64@0.27.2': 1735 + optional: true 1736 + 1466 1737 '@esbuild/freebsd-arm64@0.18.20': 1467 1738 optional: true 1468 1739 1469 1740 '@esbuild/freebsd-arm64@0.25.12': 1470 1741 optional: true 1471 1742 1743 + '@esbuild/freebsd-arm64@0.27.2': 1744 + optional: true 1745 + 1472 1746 '@esbuild/freebsd-x64@0.18.20': 1473 1747 optional: true 1474 1748 1475 1749 '@esbuild/freebsd-x64@0.25.12': 1750 + optional: true 1751 + 1752 + '@esbuild/freebsd-x64@0.27.2': 1476 1753 optional: true 1477 1754 1478 1755 '@esbuild/linux-arm64@0.18.20': ··· 1481 1758 '@esbuild/linux-arm64@0.25.12': 1482 1759 optional: true 1483 1760 1761 + '@esbuild/linux-arm64@0.27.2': 1762 + optional: true 1763 + 1484 1764 '@esbuild/linux-arm@0.18.20': 1485 1765 optional: true 1486 1766 1487 1767 '@esbuild/linux-arm@0.25.12': 1488 1768 optional: true 1489 1769 1770 + '@esbuild/linux-arm@0.27.2': 1771 + optional: true 1772 + 1490 1773 '@esbuild/linux-ia32@0.18.20': 1491 1774 optional: true 1492 1775 1493 1776 '@esbuild/linux-ia32@0.25.12': 1777 + optional: true 1778 + 1779 + '@esbuild/linux-ia32@0.27.2': 1494 1780 optional: true 1495 1781 1496 1782 '@esbuild/linux-loong64@0.18.20': ··· 1499 1785 '@esbuild/linux-loong64@0.25.12': 1500 1786 optional: true 1501 1787 1788 + '@esbuild/linux-loong64@0.27.2': 1789 + optional: true 1790 + 1502 1791 '@esbuild/linux-mips64el@0.18.20': 1503 1792 optional: true 1504 1793 1505 1794 '@esbuild/linux-mips64el@0.25.12': 1506 1795 optional: true 1507 1796 1797 + '@esbuild/linux-mips64el@0.27.2': 1798 + optional: true 1799 + 1508 1800 '@esbuild/linux-ppc64@0.18.20': 1509 1801 optional: true 1510 1802 1511 1803 '@esbuild/linux-ppc64@0.25.12': 1512 1804 optional: true 1513 1805 1806 + '@esbuild/linux-ppc64@0.27.2': 1807 + optional: true 1808 + 1514 1809 '@esbuild/linux-riscv64@0.18.20': 1515 1810 optional: true 1516 1811 1517 1812 '@esbuild/linux-riscv64@0.25.12': 1518 1813 optional: true 1519 1814 1815 + '@esbuild/linux-riscv64@0.27.2': 1816 + optional: true 1817 + 1520 1818 '@esbuild/linux-s390x@0.18.20': 1521 1819 optional: true 1522 1820 1523 1821 '@esbuild/linux-s390x@0.25.12': 1524 1822 optional: true 1525 1823 1824 + '@esbuild/linux-s390x@0.27.2': 1825 + optional: true 1826 + 1526 1827 '@esbuild/linux-x64@0.18.20': 1527 1828 optional: true 1528 1829 1529 1830 '@esbuild/linux-x64@0.25.12': 1530 1831 optional: true 1531 1832 1833 + '@esbuild/linux-x64@0.27.2': 1834 + optional: true 1835 + 1532 1836 '@esbuild/netbsd-arm64@0.25.12': 1837 + optional: true 1838 + 1839 + '@esbuild/netbsd-arm64@0.27.2': 1533 1840 optional: true 1534 1841 1535 1842 '@esbuild/netbsd-x64@0.18.20': ··· 1538 1845 '@esbuild/netbsd-x64@0.25.12': 1539 1846 optional: true 1540 1847 1848 + '@esbuild/netbsd-x64@0.27.2': 1849 + optional: true 1850 + 1541 1851 '@esbuild/openbsd-arm64@0.25.12': 1542 1852 optional: true 1543 1853 1854 + '@esbuild/openbsd-arm64@0.27.2': 1855 + optional: true 1856 + 1544 1857 '@esbuild/openbsd-x64@0.18.20': 1545 1858 optional: true 1546 1859 1547 1860 '@esbuild/openbsd-x64@0.25.12': 1861 + optional: true 1862 + 1863 + '@esbuild/openbsd-x64@0.27.2': 1548 1864 optional: true 1549 1865 1550 1866 '@esbuild/openharmony-arm64@0.25.12': 1551 1867 optional: true 1552 1868 1869 + '@esbuild/openharmony-arm64@0.27.2': 1870 + optional: true 1871 + 1553 1872 '@esbuild/sunos-x64@0.18.20': 1554 1873 optional: true 1555 1874 1556 1875 '@esbuild/sunos-x64@0.25.12': 1557 1876 optional: true 1558 1877 1878 + '@esbuild/sunos-x64@0.27.2': 1879 + optional: true 1880 + 1559 1881 '@esbuild/win32-arm64@0.18.20': 1560 1882 optional: true 1561 1883 1562 1884 '@esbuild/win32-arm64@0.25.12': 1563 1885 optional: true 1564 1886 1887 + '@esbuild/win32-arm64@0.27.2': 1888 + optional: true 1889 + 1565 1890 '@esbuild/win32-ia32@0.18.20': 1566 1891 optional: true 1567 1892 1568 1893 '@esbuild/win32-ia32@0.25.12': 1894 + optional: true 1895 + 1896 + '@esbuild/win32-ia32@0.27.2': 1569 1897 optional: true 1570 1898 1571 1899 '@esbuild/win32-x64@0.18.20': ··· 1574 1902 '@esbuild/win32-x64@0.25.12': 1575 1903 optional: true 1576 1904 1905 + '@esbuild/win32-x64@0.27.2': 1906 + optional: true 1907 + 1577 1908 '@jridgewell/gen-mapping@0.3.13': 1578 1909 dependencies: 1579 1910 '@jridgewell/sourcemap-codec': 1.5.5 ··· 1629 1960 '@libsql/isomorphic-ws@0.1.5': 1630 1961 dependencies: 1631 1962 '@types/ws': 8.18.1 1632 - ws: 8.18.3 1963 + ws: 8.19.0 1633 1964 transitivePeerDependencies: 1634 1965 - bufferutil 1635 1966 - utf-8-validate ··· 1665 1996 1666 1997 '@noble/secp256k1@3.0.0': {} 1667 1998 1668 - '@optique/core@0.6.5': {} 1999 + '@optique/core@0.6.11': {} 1669 2000 1670 - '@optique/run@0.6.5': 2001 + '@optique/run@0.6.11': 1671 2002 dependencies: 1672 - '@optique/core': 0.6.5 2003 + '@optique/core': 0.6.11 1673 2004 1674 2005 '@polka/url@1.0.0-next.29': {} 1675 2006 1676 - '@rollup/plugin-commonjs@28.0.9(rollup@4.53.3)': 2007 + '@rollup/plugin-commonjs@28.0.9(rollup@4.57.0)': 1677 2008 dependencies: 1678 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 2009 + '@rollup/pluginutils': 5.3.0(rollup@4.57.0) 1679 2010 commondir: 1.0.1 1680 2011 estree-walker: 2.0.2 1681 2012 fdir: 6.5.0(picomatch@4.0.3) ··· 1683 2014 magic-string: 0.30.21 1684 2015 picomatch: 4.0.3 1685 2016 optionalDependencies: 1686 - rollup: 4.53.3 2017 + rollup: 4.57.0 1687 2018 1688 - '@rollup/plugin-json@6.1.0(rollup@4.53.3)': 2019 + '@rollup/plugin-json@6.1.0(rollup@4.57.0)': 1689 2020 dependencies: 1690 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 2021 + '@rollup/pluginutils': 5.3.0(rollup@4.57.0) 1691 2022 optionalDependencies: 1692 - rollup: 4.53.3 2023 + rollup: 4.57.0 1693 2024 1694 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.53.3)': 2025 + '@rollup/plugin-node-resolve@16.0.3(rollup@4.57.0)': 1695 2026 dependencies: 1696 - '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 2027 + '@rollup/pluginutils': 5.3.0(rollup@4.57.0) 1697 2028 '@types/resolve': 1.20.2 1698 2029 deepmerge: 4.3.1 1699 2030 is-module: 1.0.0 1700 2031 resolve: 1.22.11 1701 2032 optionalDependencies: 1702 - rollup: 4.53.3 2033 + rollup: 4.57.0 1703 2034 1704 - '@rollup/pluginutils@5.3.0(rollup@4.53.3)': 2035 + '@rollup/pluginutils@5.3.0(rollup@4.57.0)': 1705 2036 dependencies: 1706 2037 '@types/estree': 1.0.8 1707 2038 estree-walker: 2.0.2 1708 2039 picomatch: 4.0.3 1709 2040 optionalDependencies: 1710 - rollup: 4.53.3 2041 + rollup: 4.57.0 1711 2042 1712 - '@rollup/rollup-android-arm-eabi@4.53.3': 2043 + '@rollup/rollup-android-arm-eabi@4.57.0': 1713 2044 optional: true 1714 2045 1715 - '@rollup/rollup-android-arm64@4.53.3': 2046 + '@rollup/rollup-android-arm64@4.57.0': 1716 2047 optional: true 1717 2048 1718 - '@rollup/rollup-darwin-arm64@4.53.3': 2049 + '@rollup/rollup-darwin-arm64@4.57.0': 1719 2050 optional: true 1720 2051 1721 - '@rollup/rollup-darwin-x64@4.53.3': 2052 + '@rollup/rollup-darwin-x64@4.57.0': 1722 2053 optional: true 1723 2054 1724 - '@rollup/rollup-freebsd-arm64@4.53.3': 2055 + '@rollup/rollup-freebsd-arm64@4.57.0': 1725 2056 optional: true 1726 2057 1727 - '@rollup/rollup-freebsd-x64@4.53.3': 2058 + '@rollup/rollup-freebsd-x64@4.57.0': 1728 2059 optional: true 1729 2060 1730 - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': 2061 + '@rollup/rollup-linux-arm-gnueabihf@4.57.0': 1731 2062 optional: true 1732 2063 1733 - '@rollup/rollup-linux-arm-musleabihf@4.53.3': 2064 + '@rollup/rollup-linux-arm-musleabihf@4.57.0': 1734 2065 optional: true 1735 2066 1736 - '@rollup/rollup-linux-arm64-gnu@4.53.3': 2067 + '@rollup/rollup-linux-arm64-gnu@4.57.0': 1737 2068 optional: true 1738 2069 1739 - '@rollup/rollup-linux-arm64-musl@4.53.3': 2070 + '@rollup/rollup-linux-arm64-musl@4.57.0': 1740 2071 optional: true 1741 2072 1742 - '@rollup/rollup-linux-loong64-gnu@4.53.3': 2073 + '@rollup/rollup-linux-loong64-gnu@4.57.0': 1743 2074 optional: true 1744 2075 1745 - '@rollup/rollup-linux-ppc64-gnu@4.53.3': 2076 + '@rollup/rollup-linux-loong64-musl@4.57.0': 1746 2077 optional: true 1747 2078 1748 - '@rollup/rollup-linux-riscv64-gnu@4.53.3': 2079 + '@rollup/rollup-linux-ppc64-gnu@4.57.0': 1749 2080 optional: true 1750 2081 1751 - '@rollup/rollup-linux-riscv64-musl@4.53.3': 2082 + '@rollup/rollup-linux-ppc64-musl@4.57.0': 1752 2083 optional: true 1753 2084 1754 - '@rollup/rollup-linux-s390x-gnu@4.53.3': 2085 + '@rollup/rollup-linux-riscv64-gnu@4.57.0': 1755 2086 optional: true 1756 2087 1757 - '@rollup/rollup-linux-x64-gnu@4.53.3': 2088 + '@rollup/rollup-linux-riscv64-musl@4.57.0': 1758 2089 optional: true 1759 2090 1760 - '@rollup/rollup-linux-x64-musl@4.53.3': 2091 + '@rollup/rollup-linux-s390x-gnu@4.57.0': 1761 2092 optional: true 1762 2093 1763 - '@rollup/rollup-openharmony-arm64@4.53.3': 2094 + '@rollup/rollup-linux-x64-gnu@4.57.0': 2095 + optional: true 2096 + 2097 + '@rollup/rollup-linux-x64-musl@4.57.0': 1764 2098 optional: true 1765 2099 1766 - '@rollup/rollup-win32-arm64-msvc@4.53.3': 2100 + '@rollup/rollup-openbsd-x64@4.57.0': 1767 2101 optional: true 1768 2102 1769 - '@rollup/rollup-win32-ia32-msvc@4.53.3': 2103 + '@rollup/rollup-openharmony-arm64@4.57.0': 1770 2104 optional: true 1771 2105 1772 - '@rollup/rollup-win32-x64-gnu@4.53.3': 2106 + '@rollup/rollup-win32-arm64-msvc@4.57.0': 1773 2107 optional: true 1774 2108 1775 - '@rollup/rollup-win32-x64-msvc@4.53.3': 2109 + '@rollup/rollup-win32-ia32-msvc@4.57.0': 1776 2110 optional: true 1777 2111 1778 - '@standard-schema/spec@1.0.0': {} 2112 + '@rollup/rollup-win32-x64-gnu@4.57.0': 2113 + optional: true 2114 + 2115 + '@rollup/rollup-win32-x64-msvc@4.57.0': 2116 + optional: true 2117 + 2118 + '@standard-schema/spec@1.1.0': {} 1779 2119 1780 2120 '@sveltejs/acorn-typescript@1.0.8(acorn@8.15.0)': 1781 2121 dependencies: 1782 2122 acorn: 8.15.0 1783 2123 1784 - '@sveltejs/adapter-node@5.4.0(@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))': 2124 + '@sveltejs/adapter-node@5.5.2(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)))': 1785 2125 dependencies: 1786 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.3) 1787 - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) 1788 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.3) 1789 - '@sveltejs/kit': 2.49.2(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 1790 - rollup: 4.53.3 2126 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.57.0) 2127 + '@rollup/plugin-json': 6.1.0(rollup@4.57.0) 2128 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.57.0) 2129 + '@sveltejs/kit': 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)) 2130 + rollup: 4.57.0 1791 2131 1792 - '@sveltejs/kit@2.49.2(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4))': 2132 + '@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9))': 1793 2133 dependencies: 1794 - '@standard-schema/spec': 1.0.0 2134 + '@standard-schema/spec': 1.1.0 1795 2135 '@sveltejs/acorn-typescript': 1.0.8(acorn@8.15.0) 1796 - '@sveltejs/vite-plugin-svelte': 6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 2136 + '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)) 1797 2137 '@types/cookie': 0.6.0 1798 2138 acorn: 8.15.0 1799 2139 cookie: 0.6.0 1800 - devalue: 5.6.1 2140 + devalue: 5.6.2 1801 2141 esm-env: 1.2.2 1802 2142 kleur: 4.1.5 1803 2143 magic-string: 0.30.21 ··· 1805 2145 sade: 1.8.1 1806 2146 set-cookie-parser: 2.7.2 1807 2147 sirv: 3.0.2 1808 - svelte: 5.46.0 1809 - vite: 7.2.7(@types/node@24.10.4) 2148 + svelte: 5.49.1 2149 + vite: 7.3.1(@types/node@24.10.9) 2150 + optionalDependencies: 2151 + typescript: 5.9.3 1810 2152 1811 - '@sveltejs/vite-plugin-svelte-inspector@5.0.1(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4))': 2153 + '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9))': 1812 2154 dependencies: 1813 - '@sveltejs/vite-plugin-svelte': 6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 1814 - debug: 4.4.3 1815 - svelte: 5.46.0 1816 - vite: 7.2.7(@types/node@24.10.4) 1817 - transitivePeerDependencies: 1818 - - supports-color 2155 + '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)) 2156 + obug: 2.1.1 2157 + svelte: 5.49.1 2158 + vite: 7.3.1(@types/node@24.10.9) 1819 2159 1820 - '@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4))': 2160 + '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9))': 1821 2161 dependencies: 1822 - '@sveltejs/vite-plugin-svelte-inspector': 5.0.1(@sveltejs/vite-plugin-svelte@6.2.1(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)))(svelte@5.46.0)(vite@7.2.7(@types/node@24.10.4)) 1823 - debug: 4.4.3 2162 + '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)))(svelte@5.49.1)(vite@7.3.1(@types/node@24.10.9)) 1824 2163 deepmerge: 4.3.1 1825 2164 magic-string: 0.30.21 1826 - svelte: 5.46.0 1827 - vite: 7.2.7(@types/node@24.10.4) 1828 - vitefu: 1.1.1(vite@7.2.7(@types/node@24.10.4)) 1829 - transitivePeerDependencies: 1830 - - supports-color 2165 + obug: 2.1.1 2166 + svelte: 5.49.1 2167 + vite: 7.3.1(@types/node@24.10.9) 2168 + vitefu: 1.1.1(vite@7.3.1(@types/node@24.10.9)) 2169 + 2170 + '@types/bun@1.3.8': 2171 + dependencies: 2172 + bun-types: 1.3.8 1831 2173 1832 2174 '@types/cookie@0.6.0': {} 1833 2175 1834 2176 '@types/estree@1.0.8': {} 1835 2177 1836 - '@types/node@24.10.4': 2178 + '@types/node@24.10.9': 1837 2179 dependencies: 1838 2180 undici-types: 7.16.0 1839 2181 ··· 1841 2183 1842 2184 '@types/ws@8.18.1': 1843 2185 dependencies: 1844 - '@types/node': 24.10.4 2186 + '@types/node': 24.10.9 1845 2187 1846 2188 acorn@8.15.0: {} 1847 2189 ··· 1850 2192 axobject-query@4.1.0: {} 1851 2193 1852 2194 buffer-from@1.1.2: {} 2195 + 2196 + bun-types@1.3.8: 2197 + dependencies: 2198 + '@types/node': 24.10.9 1853 2199 1854 2200 chokidar@4.0.3: 1855 2201 dependencies: ··· 1861 2207 1862 2208 cookie@0.6.0: {} 1863 2209 1864 - css-declaration-sorter@7.3.0(postcss@8.5.6): 2210 + css-declaration-sorter@7.3.1(postcss@8.5.6): 1865 2211 dependencies: 1866 2212 postcss: 8.5.6 1867 2213 ··· 1875 2221 1876 2222 detect-libc@2.0.2: {} 1877 2223 1878 - devalue@5.6.1: {} 2224 + devalue@5.6.2: {} 1879 2225 1880 2226 drizzle-kit@0.31.8: 1881 2227 dependencies: ··· 1886 2232 transitivePeerDependencies: 1887 2233 - supports-color 1888 2234 1889 - drizzle-orm@0.45.1(@libsql/client@0.15.15): 2235 + drizzle-orm@0.45.1(@libsql/client@0.15.15)(bun-types@1.3.8): 1890 2236 optionalDependencies: 1891 2237 '@libsql/client': 0.15.15 2238 + bun-types: 1.3.8 1892 2239 1893 2240 esbuild-register@3.6.0(esbuild@0.25.12): 1894 2241 dependencies: ··· 1951 2298 '@esbuild/win32-ia32': 0.25.12 1952 2299 '@esbuild/win32-x64': 0.25.12 1953 2300 2301 + esbuild@0.27.2: 2302 + optionalDependencies: 2303 + '@esbuild/aix-ppc64': 0.27.2 2304 + '@esbuild/android-arm': 0.27.2 2305 + '@esbuild/android-arm64': 0.27.2 2306 + '@esbuild/android-x64': 0.27.2 2307 + '@esbuild/darwin-arm64': 0.27.2 2308 + '@esbuild/darwin-x64': 0.27.2 2309 + '@esbuild/freebsd-arm64': 0.27.2 2310 + '@esbuild/freebsd-x64': 0.27.2 2311 + '@esbuild/linux-arm': 0.27.2 2312 + '@esbuild/linux-arm64': 0.27.2 2313 + '@esbuild/linux-ia32': 0.27.2 2314 + '@esbuild/linux-loong64': 0.27.2 2315 + '@esbuild/linux-mips64el': 0.27.2 2316 + '@esbuild/linux-ppc64': 0.27.2 2317 + '@esbuild/linux-riscv64': 0.27.2 2318 + '@esbuild/linux-s390x': 0.27.2 2319 + '@esbuild/linux-x64': 0.27.2 2320 + '@esbuild/netbsd-arm64': 0.27.2 2321 + '@esbuild/netbsd-x64': 0.27.2 2322 + '@esbuild/openbsd-arm64': 0.27.2 2323 + '@esbuild/openbsd-x64': 0.27.2 2324 + '@esbuild/openharmony-arm64': 0.27.2 2325 + '@esbuild/sunos-x64': 0.27.2 2326 + '@esbuild/win32-arm64': 0.27.2 2327 + '@esbuild/win32-ia32': 0.27.2 2328 + '@esbuild/win32-x64': 0.27.2 2329 + 1954 2330 esm-env@1.2.2: {} 1955 2331 1956 - esrap@2.2.1: 2332 + esrap@2.2.2: 1957 2333 dependencies: 1958 2334 '@jridgewell/sourcemap-codec': 1.5.5 1959 2335 ··· 2001 2377 dependencies: 2002 2378 '@types/estree': 1.0.8 2003 2379 2004 - jose@6.1.3: {} 2005 - 2006 2380 js-base64@3.7.8: {} 2007 2381 2008 2382 kleur@4.1.5: {} ··· 2046 2420 fetch-blob: 3.2.0 2047 2421 formdata-polyfill: 4.0.10 2048 2422 2049 - partysocket@1.1.6: 2423 + node-gyp-build@4.8.4: {} 2424 + 2425 + obug@2.1.1: {} 2426 + 2427 + partysocket@1.1.10: 2050 2428 dependencies: 2051 2429 event-target-polyfill: 0.0.4 2052 2430 ··· 2070 2448 picocolors: 1.1.1 2071 2449 source-map-js: 1.2.1 2072 2450 2073 - prettier-plugin-css-order@2.1.2(postcss@8.5.6)(prettier@3.7.4): 2451 + prettier-plugin-css-order@2.2.0(postcss@8.5.6)(prettier@3.8.1): 2074 2452 dependencies: 2075 - css-declaration-sorter: 7.3.0(postcss@8.5.6) 2453 + css-declaration-sorter: 7.3.1(postcss@8.5.6) 2076 2454 postcss-less: 6.0.0(postcss@8.5.6) 2077 2455 postcss-scss: 4.0.9(postcss@8.5.6) 2078 - prettier: 3.7.4 2456 + prettier: 3.8.1 2079 2457 transitivePeerDependencies: 2080 2458 - postcss 2081 2459 2082 - prettier-plugin-svelte@3.4.1(prettier@3.7.4)(svelte@5.46.0): 2460 + prettier-plugin-svelte@3.4.1(prettier@3.8.1)(svelte@5.49.1): 2083 2461 dependencies: 2084 - prettier: 3.7.4 2085 - svelte: 5.46.0 2462 + prettier: 3.8.1 2463 + svelte: 5.49.1 2086 2464 2087 - prettier@3.7.4: {} 2465 + prettier@3.8.1: {} 2088 2466 2089 2467 promise-limit@2.7.0: {} 2090 2468 ··· 2098 2476 path-parse: 1.0.7 2099 2477 supports-preserve-symlinks-flag: 1.0.0 2100 2478 2101 - rollup@4.53.3: 2479 + rollup@4.57.0: 2102 2480 dependencies: 2103 2481 '@types/estree': 1.0.8 2104 2482 optionalDependencies: 2105 - '@rollup/rollup-android-arm-eabi': 4.53.3 2106 - '@rollup/rollup-android-arm64': 4.53.3 2107 - '@rollup/rollup-darwin-arm64': 4.53.3 2108 - '@rollup/rollup-darwin-x64': 4.53.3 2109 - '@rollup/rollup-freebsd-arm64': 4.53.3 2110 - '@rollup/rollup-freebsd-x64': 4.53.3 2111 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.3 2112 - '@rollup/rollup-linux-arm-musleabihf': 4.53.3 2113 - '@rollup/rollup-linux-arm64-gnu': 4.53.3 2114 - '@rollup/rollup-linux-arm64-musl': 4.53.3 2115 - '@rollup/rollup-linux-loong64-gnu': 4.53.3 2116 - '@rollup/rollup-linux-ppc64-gnu': 4.53.3 2117 - '@rollup/rollup-linux-riscv64-gnu': 4.53.3 2118 - '@rollup/rollup-linux-riscv64-musl': 4.53.3 2119 - '@rollup/rollup-linux-s390x-gnu': 4.53.3 2120 - '@rollup/rollup-linux-x64-gnu': 4.53.3 2121 - '@rollup/rollup-linux-x64-musl': 4.53.3 2122 - '@rollup/rollup-openharmony-arm64': 4.53.3 2123 - '@rollup/rollup-win32-arm64-msvc': 4.53.3 2124 - '@rollup/rollup-win32-ia32-msvc': 4.53.3 2125 - '@rollup/rollup-win32-x64-gnu': 4.53.3 2126 - '@rollup/rollup-win32-x64-msvc': 4.53.3 2483 + '@rollup/rollup-android-arm-eabi': 4.57.0 2484 + '@rollup/rollup-android-arm64': 4.57.0 2485 + '@rollup/rollup-darwin-arm64': 4.57.0 2486 + '@rollup/rollup-darwin-x64': 4.57.0 2487 + '@rollup/rollup-freebsd-arm64': 4.57.0 2488 + '@rollup/rollup-freebsd-x64': 4.57.0 2489 + '@rollup/rollup-linux-arm-gnueabihf': 4.57.0 2490 + '@rollup/rollup-linux-arm-musleabihf': 4.57.0 2491 + '@rollup/rollup-linux-arm64-gnu': 4.57.0 2492 + '@rollup/rollup-linux-arm64-musl': 4.57.0 2493 + '@rollup/rollup-linux-loong64-gnu': 4.57.0 2494 + '@rollup/rollup-linux-loong64-musl': 4.57.0 2495 + '@rollup/rollup-linux-ppc64-gnu': 4.57.0 2496 + '@rollup/rollup-linux-ppc64-musl': 4.57.0 2497 + '@rollup/rollup-linux-riscv64-gnu': 4.57.0 2498 + '@rollup/rollup-linux-riscv64-musl': 4.57.0 2499 + '@rollup/rollup-linux-s390x-gnu': 4.57.0 2500 + '@rollup/rollup-linux-x64-gnu': 4.57.0 2501 + '@rollup/rollup-linux-x64-musl': 4.57.0 2502 + '@rollup/rollup-openbsd-x64': 4.57.0 2503 + '@rollup/rollup-openharmony-arm64': 4.57.0 2504 + '@rollup/rollup-win32-arm64-msvc': 4.57.0 2505 + '@rollup/rollup-win32-ia32-msvc': 4.57.0 2506 + '@rollup/rollup-win32-x64-gnu': 4.57.0 2507 + '@rollup/rollup-win32-x64-msvc': 4.57.0 2127 2508 fsevents: 2.3.3 2128 2509 2129 2510 sade@1.8.1: ··· 2149 2530 2150 2531 supports-preserve-symlinks-flag@1.0.0: {} 2151 2532 2152 - svelte-check@4.3.4(picomatch@4.0.3)(svelte@5.46.0)(typescript@5.9.3): 2533 + svelte-check@4.3.5(picomatch@4.0.3)(svelte@5.49.1)(typescript@5.9.3): 2153 2534 dependencies: 2154 2535 '@jridgewell/trace-mapping': 0.3.31 2155 2536 chokidar: 4.0.3 2156 2537 fdir: 6.5.0(picomatch@4.0.3) 2157 2538 picocolors: 1.1.1 2158 2539 sade: 1.8.1 2159 - svelte: 5.46.0 2540 + svelte: 5.49.1 2160 2541 typescript: 5.9.3 2161 2542 transitivePeerDependencies: 2162 2543 - picomatch 2163 2544 2164 - svelte@5.46.0: 2545 + svelte@5.49.1: 2165 2546 dependencies: 2166 2547 '@jridgewell/remapping': 2.3.5 2167 2548 '@jridgewell/sourcemap-codec': 1.5.5 ··· 2171 2552 aria-query: 5.3.2 2172 2553 axobject-query: 4.1.0 2173 2554 clsx: 2.1.1 2174 - devalue: 5.6.1 2555 + devalue: 5.6.2 2175 2556 esm-env: 1.2.2 2176 - esrap: 2.2.1 2557 + esrap: 2.2.2 2177 2558 is-reference: 3.0.3 2178 2559 locate-character: 3.0.0 2179 2560 magic-string: 0.30.21 ··· 2192 2573 2193 2574 undici-types@7.16.0: {} 2194 2575 2576 + unicode-segmenter@0.14.5: {} 2577 + 2195 2578 valibot@1.2.0(typescript@5.9.3): 2196 2579 optionalDependencies: 2197 2580 typescript: 5.9.3 2198 2581 2199 - vite@7.2.7(@types/node@24.10.4): 2582 + vite@7.3.1(@types/node@24.10.9): 2200 2583 dependencies: 2201 - esbuild: 0.25.12 2584 + esbuild: 0.27.2 2202 2585 fdir: 6.5.0(picomatch@4.0.3) 2203 2586 picomatch: 4.0.3 2204 2587 postcss: 8.5.6 2205 - rollup: 4.53.3 2588 + rollup: 4.57.0 2206 2589 tinyglobby: 0.2.15 2207 2590 optionalDependencies: 2208 - '@types/node': 24.10.4 2591 + '@types/node': 24.10.9 2209 2592 fsevents: 2.3.3 2210 2593 2211 - vitefu@1.1.1(vite@7.2.7(@types/node@24.10.4)): 2594 + vitefu@1.1.1(vite@7.3.1(@types/node@24.10.9)): 2212 2595 optionalDependencies: 2213 - vite: 7.2.7(@types/node@24.10.4) 2596 + vite: 7.3.1(@types/node@24.10.9) 2214 2597 2215 2598 web-streams-polyfill@3.3.3: {} 2216 2599 2217 - ws@8.18.3: {} 2600 + ws@8.19.0: {} 2218 2601 2219 2602 yocto-queue@1.2.2: {} 2220 2603
+2 -7
scripts/setup-env.mjs
··· 2 2 import { copyFile, readFile, writeFile } from 'node:fs/promises'; 3 3 import { resolve } from 'node:path'; 4 4 5 - import { exportJwkKey, generatePrivateKey, importJwkKey } from '@atcute/oauth-node-client'; 5 + import { generateClientAssertionKey } from '@atcute/oauth-node-client'; 6 6 7 7 import { nanoid } from 'nanoid'; 8 8 ··· 64 64 } 65 65 66 66 { 67 - const privateKey = await generatePrivateKey('main', 'ES256'); 68 - const jwk = await exportJwkKey(privateKey); 69 - 70 - // sanity-check that the key parses before writing 71 - await importJwkKey(jwk); 72 - 67 + const jwk = await generateClientAssertionKey('main', 'ES256'); 73 68 updated = upsertEnvVar(updated, 'OAUTH_PRIVATE_KEY_JWK', `'${JSON.stringify(jwk)}'`); 74 69 } 75 70
+2 -2
src/lib/server/oauth/index.ts
··· 8 8 WellKnownHandleResolver, 9 9 } from '@atcute/identity-resolver'; 10 10 import { NodeDnsHandleResolver } from '@atcute/identity-resolver-node'; 11 - import { OAuthClient, importJwkKey } from '@atcute/oauth-node-client'; 11 + import { OAuthClient } from '@atcute/oauth-node-client'; 12 12 13 13 import { stores } from './stores'; 14 14 ··· 31 31 jwks_uri: new URL('/jwks.json', publicUrl).href, 32 32 }, 33 33 34 - keyset: await Promise.all([importJwkKey(env.OAUTH_PRIVATE_KEY_JWK)]), 34 + keyset: [JSON.parse(env.OAUTH_PRIVATE_KEY_JWK)], 35 35 36 36 actorResolver: new LocalActorResolver({ 37 37 handleResolver: new CompositeHandleResolver({