Create your Link in Bio for Bluesky

Update all non-major and digest dependencies (#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
bf3f3a98 a5a7cc88

+62 -80
+1 -1
.github/workflows/claude.yml
··· 32 32 33 33 - name: Run Claude Code 34 34 id: claude 35 - uses: anthropics/claude-code-action@0cf5eeec4f908121edd03a81411b55485994f8d3 # v1 35 + uses: anthropics/claude-code-action@273fe825408ddced56cb02b228a74c72bed8241e # v1 36 36 with: 37 37 claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} 38 38
+8 -8
package.json
··· 2 2 "name": "linkat", 3 3 "type": "module", 4 4 "private": true, 5 - "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc", 5 + "packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a", 6 6 "engines": { 7 7 "node": ">=22.0.0" 8 8 }, ··· 26 26 "typecheck": "react-router typegen && tsc" 27 27 }, 28 28 "dependencies": { 29 - "@atproto/api": "0.18.21", 29 + "@atproto/api": "0.19.0", 30 30 "@atproto/did": "0.3.0", 31 - "@atproto/identity": "0.4.11", 31 + "@atproto/identity": "0.4.12", 32 32 "@atproto/jwk-jose": "0.1.11", 33 33 "@atproto/lexicon": "0.6.1", 34 - "@atproto/oauth-client-node": "0.3.16", 34 + "@atproto/oauth-client-node": "0.3.17", 35 35 "@atproto/repo": "0.8.12", 36 36 "@atproto/syntax": "0.4.3", 37 37 "@atproto/xrpc": "0.7.7", 38 - "@atproto/xrpc-server": "0.10.12", 38 + "@atproto/xrpc-server": "0.10.14", 39 39 "@conform-to/react": "1.17.1", 40 40 "@conform-to/zod": "1.17.1", 41 41 "@emoji-mart/data": "1.2.1", ··· 52 52 "emoji-mart": "5.6.0", 53 53 "emoji-regex": "10.6.0", 54 54 "express": "5.2.1", 55 - "i18next": "25.8.10", 55 + "i18next": "25.8.13", 56 56 "i18next-browser-languagedetector": "8.2.1", 57 57 "isbot": "5.1.35", 58 - "jotai": "2.17.1", 58 + "jotai": "2.18.0", 59 59 "lru-cache": "11.2.6", 60 60 "markdown-it": "14.1.1", 61 61 "markdown-it-link-attributes": "4.0.1", ··· 72 72 "remix-i18next": "7.4.2", 73 73 "remix-utils": "9.0.1", 74 74 "satori": "0.19.2", 75 - "tailwind-merge": "3.4.1", 75 + "tailwind-merge": "3.5.0", 76 76 "ws": "8.19.0", 77 77 "zod": "4.3.6", 78 78 "zod-validation-error": "5.0.0"
+53 -71
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@atproto/api': 12 - specifier: 0.18.21 13 - version: 0.18.21 12 + specifier: 0.19.0 13 + version: 0.19.0 14 14 '@atproto/did': 15 15 specifier: 0.3.0 16 16 version: 0.3.0 17 17 '@atproto/identity': 18 - specifier: 0.4.11 19 - version: 0.4.11 18 + specifier: 0.4.12 19 + version: 0.4.12 20 20 '@atproto/jwk-jose': 21 21 specifier: 0.1.11 22 22 version: 0.1.11 ··· 24 24 specifier: 0.6.1 25 25 version: 0.6.1 26 26 '@atproto/oauth-client-node': 27 - specifier: 0.3.16 28 - version: 0.3.16 27 + specifier: 0.3.17 28 + version: 0.3.17 29 29 '@atproto/repo': 30 30 specifier: 0.8.12 31 31 version: 0.8.12 ··· 36 36 specifier: 0.7.7 37 37 version: 0.7.7 38 38 '@atproto/xrpc-server': 39 - specifier: 0.10.12 40 - version: 0.10.12 39 + specifier: 0.10.14 40 + version: 0.10.14 41 41 '@conform-to/react': 42 42 specifier: 1.17.1 43 43 version: 1.17.1(react@19.2.4) ··· 87 87 specifier: 5.2.1 88 88 version: 5.2.1 89 89 i18next: 90 - specifier: 25.8.10 91 - version: 25.8.10(typescript@5.9.3) 90 + specifier: 25.8.13 91 + version: 25.8.13(typescript@5.9.3) 92 92 i18next-browser-languagedetector: 93 93 specifier: 8.2.1 94 94 version: 8.2.1 ··· 96 96 specifier: 5.1.35 97 97 version: 5.1.35 98 98 jotai: 99 - specifier: 2.17.1 100 - version: 2.17.1(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4) 99 + specifier: 2.18.0 100 + version: 2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4) 101 101 lru-cache: 102 102 specifier: 11.2.6 103 103 version: 11.2.6 ··· 130 130 version: 1.4.0(react@19.2.4) 131 131 react-i18next: 132 132 specifier: 16.5.4 133 - version: 16.5.4(i18next@25.8.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 133 + version: 16.5.4(i18next@25.8.13(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 134 134 react-movable: 135 135 specifier: 3.4.1 136 136 version: 3.4.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) ··· 139 139 version: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 140 140 remix-i18next: 141 141 specifier: 7.4.2 142 - version: 7.4.2(i18next@25.8.10(typescript@5.9.3))(react-i18next@16.5.4(i18next@25.8.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4) 142 + version: 7.4.2(i18next@25.8.13(typescript@5.9.3))(react-i18next@16.5.4(i18next@25.8.13(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4) 143 143 remix-utils: 144 144 specifier: 9.0.1 145 145 version: 9.0.1(@standard-schema/spec@1.1.0)(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4) ··· 147 147 specifier: 0.19.2 148 148 version: 0.19.2 149 149 tailwind-merge: 150 - specifier: 3.4.1 151 - version: 3.4.1 150 + specifier: 3.5.0 151 + version: 3.5.0 152 152 ws: 153 153 specifier: 8.19.0 154 154 version: 8.19.0 ··· 328 328 '@atproto-labs/simple-store@0.3.0': 329 329 resolution: {integrity: sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==} 330 330 331 - '@atproto/api@0.18.21': 332 - resolution: {integrity: sha512-s35MIJerGT/pKe2xJtKKswqlIr/ola2r2iURBKBL0Mk1OKe6jP4YvTMh1N2d2PEANFzNNTbKoDaLfJPo2Uvc/w==} 331 + '@atproto/api@0.19.0': 332 + resolution: {integrity: sha512-7u/EGgkIj4bbslGer2RMQPtMWCPvREcpH0mVagaf5om+NcPzUIZeIacWKANVv95BdMJ7jlcHS7xrkEMPmg2dFw==} 333 333 334 334 '@atproto/common-web@0.4.17': 335 335 resolution: {integrity: sha512-sfxD8NGxyoxhxmM9EUshEFbWcJ3+JHEOZF4Quk6HsCh1UxpHBmLabT/vEsAkDWl+C/8U0ine0+c/gHyE/OZiQQ==} ··· 345 345 '@atproto/did@0.3.0': 346 346 resolution: {integrity: sha512-raUPzUGegtW/6OxwCmM8bhZvuIMzxG5t9oWsth6Tp91Kb5fTnHV2h/KKNF1C82doeA4BdXCErTyg7ISwLbQkzA==} 347 347 348 - '@atproto/identity@0.4.11': 349 - resolution: {integrity: sha512-/xXPPojR0PRD0pqoEPmgKMeclUCrkaMKfFGFkssAmXSuT39aCtiibxNqvhp+S2jOdeM6rKrs2QgH91OCGvwPcg==} 348 + '@atproto/identity@0.4.12': 349 + resolution: {integrity: sha512-P+Jn0HvKhIh1tps5n3xGrCxt+XiFWzp4kdgloyFhFmVLwjDU547DQkWx4r5Vhuiah7fRZGVSlk39R4U6SPrACg==} 350 350 engines: {node: '>=18.7.0'} 351 351 352 352 '@atproto/jwk-jose@0.1.11': ··· 358 358 '@atproto/jwk@0.6.0': 359 359 resolution: {integrity: sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==} 360 360 361 - '@atproto/lex-cbor@0.0.11': 362 - resolution: {integrity: sha512-A7ETtPsEsJ/VuPJOFw4bPNTKxHvFN1JbTQ2NjLuisd3ry7fVxgMpo/qGXsUQsAh/I/uziGbhpNqdS6GnI2p/Wg==} 363 - 364 361 '@atproto/lex-cbor@0.0.13': 365 362 resolution: {integrity: sha512-63nbzXJnQwV02XGpEa8WZxt7Zu87dnbzrUVL0Mqr55S1EGCzEF9U7Dauc9tKKLoZ88GmYrJN0irBsXtSi0VeWg==} 366 363 ··· 369 366 engines: {node: '>=18.7.0'} 370 367 hasBin: true 371 368 372 - '@atproto/lex-data@0.0.11': 373 - resolution: {integrity: sha512-4+KTtHdqwlhiTKA7D4SACea4jprsNpCQsNALW09wsZ6IHhCDGO5tr1cmV+QnLYe3G3mu1E1yXHXbPUHrUUDT/A==} 374 - 375 369 '@atproto/lex-data@0.0.12': 376 370 resolution: {integrity: sha512-aekJudcK1p6sbTqUv2bJMJBAGZaOJS0mgDclpK3U6VuBREK/au4B6ffunBFWgrDfg0Vwj2JGyEA7E51WZkJcRw==} 377 371 ··· 381 375 '@atproto/lexicon@0.6.1': 382 376 resolution: {integrity: sha512-/vI1kVlY50Si+5MXpvOucelnYwb0UJ6Qto5mCp+7Q5C+Jtp+SoSykAPVvjVtTnQUH2vrKOFOwpb3C375vSKzXw==} 383 377 384 - '@atproto/oauth-client-node@0.3.16': 385 - resolution: {integrity: sha512-2dooMzxAkiQ4MkOAZlEQ3iwbB9SEovrbIKMNuBbVCLQYORVNxe20tMdjs3lvhrzdpzvaHLlQnJJhw5dA9VELFw==} 378 + '@atproto/oauth-client-node@0.3.17': 379 + resolution: {integrity: sha512-67LNuKAlC35Exe7CB5S0QCAnEqr6fKV9Nvp64jAHFof1N+Vc9Ltt1K9oekE5Ctf7dvpGByrHRF0noUw9l9sWLA==} 386 380 engines: {node: '>=18.7.0'} 387 381 388 - '@atproto/oauth-client@0.5.14': 389 - resolution: {integrity: sha512-sPH+vcdq9maTEAhJI0HzmFcFAMrkCS19np+RUssNkX6kS8Xr3OYr57tvYRCbkcnIyYTfYcxKQgpwHKx3RVEaYw==} 382 + '@atproto/oauth-client@0.6.0': 383 + resolution: {integrity: sha512-F7ZTKzFptXgyihMkd7QTdRSkrh4XqrS+qTw+V81k5Q6Bh3MB1L3ypvfSJ6v7SSUJa6XxoZYJTCahHC1e+ndE6Q==} 390 384 391 - '@atproto/oauth-types@0.6.2': 392 - resolution: {integrity: sha512-2cuboM4RQBCYR8NQC5uGRkW6KgCgKyq/B5/+tnMmWZYtZGVUQvsUWQHK/ZiMCnVXbcDNtc/RIEJQJDZ8FXMoxg==} 385 + '@atproto/oauth-types@0.6.3': 386 + resolution: {integrity: sha512-jdKuoPknJuh/WjI+mYk7agSbx9mNVMbS6Dr3k1z2YMY2oRiCQjxYBuo4MLKATbxj05nMQaZRWlHRUazoAu5Cng==} 393 387 394 388 '@atproto/repo@0.8.12': 395 389 resolution: {integrity: sha512-QpVTVulgfz5PUiCTELlDBiRvnsnwrFWi+6CfY88VwXzrRHd9NE8GItK7sfxQ6U65vD/idH8ddCgFrlrsn1REPQ==} ··· 402 396 resolution: {integrity: sha512-dox1XIymuC7/ZRhUqKezIGgooZS45C6vHCfu0PnWjfvsLCK2kAlnvX4IBkA/WpcoijDhQ9ejChnFbo/sLmgvAg==} 403 397 engines: {node: '>=18.7.0'} 404 398 405 - '@atproto/xrpc-server@0.10.12': 406 - resolution: {integrity: sha512-HuciFHxvQfWtvq+dmH3vK9uXii49vqkJgZFLcHums1xMvLvNBY5bgtUBdpQdsdEuq8B4DTuanZRs+z3zGariyg==} 399 + '@atproto/xrpc-server@0.10.14': 400 + resolution: {integrity: sha512-vzpf5rs/eP/EIqPgw8Qzv/FaVr11MxyvGiZoe4+JPCPdCjzJIoZEY0dPP2x6dPx8MV8urRWnVApaYQgpVzIIIg==} 407 401 engines: {node: '>=18.7.0'} 408 402 409 403 '@atproto/xrpc@0.7.7': ··· 2929 2923 i18next-browser-languagedetector@8.2.1: 2930 2924 resolution: {integrity: sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw==} 2931 2925 2932 - i18next@25.8.10: 2933 - resolution: {integrity: sha512-CtPJLMAz1G8sxo+mIzfBjGgLxWs7d6WqIjlmmv9BTsOat4pJIfwZ8cm07n3kFS6bP9c6YwsYutYrwsEeJVBo2g==} 2926 + i18next@25.8.13: 2927 + resolution: {integrity: sha512-E0vzjBY1yM+nsFrtgkjLhST2NBkirkvOVoQa0MSldhsuZ3jUge7ZNpuwG0Cfc74zwo5ZwRzg3uOgT+McBn32iA==} 2934 2928 peerDependencies: 2935 2929 typescript: ^5 2936 2930 peerDependenciesMeta: ··· 3304 3298 jose@5.10.0: 3305 3299 resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==} 3306 3300 3307 - jotai@2.17.1: 3308 - resolution: {integrity: sha512-TFNZZDa/0ewCLQyRC/Sq9crtixNj/Xdf/wmj9631xxMuKToVJZDbqcHIYN0OboH+7kh6P6tpIK7uKWClj86PKw==} 3301 + jotai@2.18.0: 3302 + resolution: {integrity: sha512-XI38kGWAvtxAZ+cwHcTgJsd+kJOJGf3OfL4XYaXWZMZ7IIY8e53abpIHvtVn1eAgJ5dlgwlGFnP4psrZ/vZbtA==} 3309 3303 engines: {node: '>=12.20.0'} 3310 3304 peerDependencies: 3311 3305 '@babel/core': '>=7.0.0' ··· 4488 4482 resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==} 4489 4483 engines: {node: '>=20'} 4490 4484 4491 - tailwind-merge@3.4.1: 4492 - resolution: {integrity: sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==} 4485 + tailwind-merge@3.5.0: 4486 + resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==} 4493 4487 4494 4488 tailwindcss-animate@1.0.7: 4495 4489 resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} ··· 5063 5057 5064 5058 '@atproto-labs/simple-store@0.3.0': {} 5065 5059 5066 - '@atproto/api@0.18.21': 5060 + '@atproto/api@0.19.0': 5067 5061 dependencies: 5068 5062 '@atproto/common-web': 0.4.17 5069 5063 '@atproto/lexicon': 0.6.1 ··· 5100 5094 dependencies: 5101 5095 zod: 3.25.76 5102 5096 5103 - '@atproto/identity@0.4.11': 5097 + '@atproto/identity@0.4.12': 5104 5098 dependencies: 5105 5099 '@atproto/common-web': 0.4.17 5106 5100 '@atproto/crypto': 0.4.5 ··· 5121 5115 multiformats: 9.9.0 5122 5116 zod: 3.25.76 5123 5117 5124 - '@atproto/lex-cbor@0.0.11': 5125 - dependencies: 5126 - '@atproto/lex-data': 0.0.11 5127 - tslib: 2.8.1 5128 - 5129 5118 '@atproto/lex-cbor@0.0.13': 5130 5119 dependencies: 5131 5120 '@atproto/lex-data': 0.0.12 ··· 5142 5131 yesno: 0.4.0 5143 5132 zod: 3.25.76 5144 5133 5145 - '@atproto/lex-data@0.0.11': 5146 - dependencies: 5147 - multiformats: 9.9.0 5148 - tslib: 2.8.1 5149 - uint8arrays: 3.0.0 5150 - unicode-segmenter: 0.14.5 5151 - 5152 5134 '@atproto/lex-data@0.0.12': 5153 5135 dependencies: 5154 5136 multiformats: 9.9.0 ··· 5169 5151 multiformats: 9.9.0 5170 5152 zod: 3.25.76 5171 5153 5172 - '@atproto/oauth-client-node@0.3.16': 5154 + '@atproto/oauth-client-node@0.3.17': 5173 5155 dependencies: 5174 5156 '@atproto-labs/did-resolver': 0.2.6 5175 5157 '@atproto-labs/handle-resolver-node': 0.1.25 ··· 5178 5160 '@atproto/jwk': 0.6.0 5179 5161 '@atproto/jwk-jose': 0.1.11 5180 5162 '@atproto/jwk-webcrypto': 0.2.0 5181 - '@atproto/oauth-client': 0.5.14 5182 - '@atproto/oauth-types': 0.6.2 5163 + '@atproto/oauth-client': 0.6.0 5164 + '@atproto/oauth-types': 0.6.3 5183 5165 5184 - '@atproto/oauth-client@0.5.14': 5166 + '@atproto/oauth-client@0.6.0': 5185 5167 dependencies: 5186 5168 '@atproto-labs/did-resolver': 0.2.6 5187 5169 '@atproto-labs/fetch': 0.2.3 ··· 5191 5173 '@atproto-labs/simple-store-memory': 0.1.4 5192 5174 '@atproto/did': 0.3.0 5193 5175 '@atproto/jwk': 0.6.0 5194 - '@atproto/oauth-types': 0.6.2 5176 + '@atproto/oauth-types': 0.6.3 5195 5177 '@atproto/xrpc': 0.7.7 5196 5178 core-js: 3.48.0 5197 5179 multiformats: 9.9.0 5198 5180 zod: 3.25.76 5199 5181 5200 - '@atproto/oauth-types@0.6.2': 5182 + '@atproto/oauth-types@0.6.3': 5201 5183 dependencies: 5202 5184 '@atproto/did': 0.3.0 5203 5185 '@atproto/jwk': 0.6.0 ··· 5227 5209 - bufferutil 5228 5210 - utf-8-validate 5229 5211 5230 - '@atproto/xrpc-server@0.10.12': 5212 + '@atproto/xrpc-server@0.10.14': 5231 5213 dependencies: 5232 5214 '@atproto/common': 0.5.13 5233 5215 '@atproto/crypto': 0.4.5 5234 - '@atproto/lex-cbor': 0.0.11 5235 - '@atproto/lex-data': 0.0.11 5216 + '@atproto/lex-cbor': 0.0.13 5217 + '@atproto/lex-data': 0.0.12 5236 5218 '@atproto/lexicon': 0.6.1 5237 5219 '@atproto/ws-client': 0.0.4 5238 5220 '@atproto/xrpc': 0.7.7 ··· 8011 7993 dependencies: 8012 7994 '@babel/runtime': 7.28.6 8013 7995 8014 - i18next@25.8.10(typescript@5.9.3): 7996 + i18next@25.8.13(typescript@5.9.3): 8015 7997 dependencies: 8016 7998 '@babel/runtime': 7.28.6 8017 7999 optionalDependencies: ··· 8571 8553 8572 8554 jose@5.10.0: {} 8573 8555 8574 - jotai@2.17.1(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4): 8556 + jotai@2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4): 8575 8557 optionalDependencies: 8576 8558 '@babel/core': 7.29.0 8577 8559 '@babel/template': 7.28.6 ··· 9273 9255 github-buttons: 2.31.0 9274 9256 react: 19.2.4 9275 9257 9276 - react-i18next@16.5.4(i18next@25.8.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 9258 + react-i18next@16.5.4(i18next@25.8.13(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 9277 9259 dependencies: 9278 9260 '@babel/runtime': 7.28.6 9279 9261 html-parse-stringify: 3.0.1 9280 - i18next: 25.8.10(typescript@5.9.3) 9262 + i18next: 25.8.13(typescript@5.9.3) 9281 9263 react: 19.2.4 9282 9264 use-sync-external-store: 1.6.0(react@19.2.4) 9283 9265 optionalDependencies: ··· 9350 9332 gopd: 1.2.0 9351 9333 set-function-name: 2.0.2 9352 9334 9353 - remix-i18next@7.4.2(i18next@25.8.10(typescript@5.9.3))(react-i18next@16.5.4(i18next@25.8.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4): 9335 + remix-i18next@7.4.2(i18next@25.8.13(typescript@5.9.3))(react-i18next@16.5.4(i18next@25.8.13(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4): 9354 9336 dependencies: 9355 - i18next: 25.8.10(typescript@5.9.3) 9337 + i18next: 25.8.13(typescript@5.9.3) 9356 9338 react: 19.2.4 9357 - react-i18next: 16.5.4(i18next@25.8.10(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 9339 + react-i18next: 16.5.4(i18next@25.8.13(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 9358 9340 react-router: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9359 9341 9360 9342 remix-utils@9.0.1(@standard-schema/spec@1.1.0)(react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4): ··· 9797 9779 9798 9780 tagged-tag@1.0.0: {} 9799 9781 9800 - tailwind-merge@3.4.1: {} 9782 + tailwind-merge@3.5.0: {} 9801 9783 9802 9784 tailwindcss-animate@1.0.7(tailwindcss@3.4.19(tsx@4.21.0)(yaml@2.8.2)): 9803 9785 dependencies: