Create your Link in Bio for Bluesky

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

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
bb14cf29 e1c8a21e

+175 -129
+1 -1
.github/workflows/claude.yml
··· 32 32 33 33 - name: Run Claude Code 34 34 id: claude 35 - uses: anthropics/claude-code-action@2316a9a8dbe4e7ac26008088f966f8c290e9a2e1 # v1 35 + uses: anthropics/claude-code-action@ff34ce0ff04a470bd3fa56c1ef391c8f1c19f8e9 # v1 36 36 with: 37 37 claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} 38 38
+1 -1
.github/workflows/test.yml
··· 40 40 echo "ATPROTO_COMMIT=$ATPROTO_COMMIT" >> $GITHUB_ENV 41 41 NODE_VERSION=$(node -v) 42 42 echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_ENV 43 - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 43 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 44 44 with: 45 45 path: ~/.cache/atproto/${{ env.ATPROTO_COMMIT }} 46 46 key: atproto-${{ env.ATPROTO_COMMIT }}-node-${{ env.NODE_VERSION }}
+13 -13
package.json
··· 2 2 "name": "linkat", 3 3 "type": "module", 4 4 "private": true, 5 - "packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316", 5 + "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264", 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.16", 29 + "@atproto/api": "0.18.17", 30 30 "@atproto/did": "0.2.4", 31 31 "@atproto/identity": "0.4.10", 32 32 "@atproto/jwk-jose": "0.1.11", 33 - "@atproto/lexicon": "0.6.0", 33 + "@atproto/lexicon": "0.6.1", 34 34 "@atproto/oauth-client-node": "0.3.15", 35 35 "@atproto/repo": "0.8.12", 36 - "@atproto/syntax": "0.4.2", 36 + "@atproto/syntax": "0.4.3", 37 37 "@atproto/xrpc": "0.7.7", 38 - "@atproto/xrpc-server": "0.10.9", 39 - "@conform-to/react": "1.15.1", 40 - "@conform-to/zod": "1.15.1", 38 + "@atproto/xrpc-server": "0.10.10", 39 + "@conform-to/react": "1.16.0", 40 + "@conform-to/zod": "1.16.0", 41 41 "@emoji-mart/data": "1.2.1", 42 42 "@emoji-mart/react": "1.1.1", 43 43 "@heroicons/react": "2.2.0", ··· 52 52 "emoji-mart": "5.6.0", 53 53 "emoji-regex": "10.6.0", 54 54 "express": "5.2.1", 55 - "i18next": "25.7.4", 55 + "i18next": "25.8.0", 56 56 "i18next-browser-languagedetector": "8.2.0", 57 57 "isbot": "5.1.33", 58 58 "jotai": "2.16.2", 59 - "lru-cache": "11.2.4", 59 + "lru-cache": "11.2.5", 60 60 "markdown-it": "14.1.0", 61 61 "markdown-it-link-attributes": "4.0.1", 62 - "pino": "10.2.1", 62 + "pino": "10.3.0", 63 63 "pino-http": "11.0.0", 64 64 "pino-pretty": "13.1.3", 65 65 "prisma": "6.19.2", ··· 74 74 "satori": "0.19.1", 75 75 "tailwind-merge": "3.4.0", 76 76 "ws": "8.19.0", 77 - "zod": "4.3.5", 77 + "zod": "4.3.6", 78 78 "zod-validation-error": "5.0.0" 79 79 }, 80 80 "devDependencies": { ··· 104 104 "msw": "2.12.7", 105 105 "npm-run-all2": "8.0.4", 106 106 "postcss": "8.5.6", 107 - "prettier": "3.8.0", 107 + "prettier": "3.8.1", 108 108 "prettier-plugin-pkg": "0.21.2", 109 109 "tailwindcss": "3.4.19", 110 110 "tailwindcss-animate": "1.0.7", 111 111 "tsx": "4.21.0", 112 112 "typescript": "5.9.3", 113 113 "vite": "7.3.1", 114 - "vite-tsconfig-paths": "6.0.4", 114 + "vite-tsconfig-paths": "6.0.5", 115 115 "vitest": "3.2.4", 116 116 "vitest-environment-vprisma": "1.3.0", 117 117 "vitest-mock-extended": "3.1.0",
+160 -114
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@atproto/api': 12 - specifier: 0.18.16 13 - version: 0.18.16 12 + specifier: 0.18.17 13 + version: 0.18.17 14 14 '@atproto/did': 15 15 specifier: 0.2.4 16 16 version: 0.2.4 ··· 21 21 specifier: 0.1.11 22 22 version: 0.1.11 23 23 '@atproto/lexicon': 24 - specifier: 0.6.0 25 - version: 0.6.0 24 + specifier: 0.6.1 25 + version: 0.6.1 26 26 '@atproto/oauth-client-node': 27 27 specifier: 0.3.15 28 28 version: 0.3.15 ··· 30 30 specifier: 0.8.12 31 31 version: 0.8.12 32 32 '@atproto/syntax': 33 - specifier: 0.4.2 34 - version: 0.4.2 33 + specifier: 0.4.3 34 + version: 0.4.3 35 35 '@atproto/xrpc': 36 36 specifier: 0.7.7 37 37 version: 0.7.7 38 38 '@atproto/xrpc-server': 39 - specifier: 0.10.9 40 - version: 0.10.9 39 + specifier: 0.10.10 40 + version: 0.10.10 41 41 '@conform-to/react': 42 - specifier: 1.15.1 43 - version: 1.15.1(react@19.2.3) 42 + specifier: 1.16.0 43 + version: 1.16.0(react@19.2.3) 44 44 '@conform-to/zod': 45 - specifier: 1.15.1 46 - version: 1.15.1(zod@4.3.5) 45 + specifier: 1.16.0 46 + version: 1.16.0(zod@4.3.6) 47 47 '@emoji-mart/data': 48 48 specifier: 1.2.1 49 49 version: 1.2.1 ··· 73 73 version: 0.2.5 74 74 '@t3-oss/env-core': 75 75 specifier: 0.13.10 76 - version: 0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.2.0(typescript@5.9.3))(zod@4.3.5) 76 + version: 0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.2.0(typescript@5.9.3))(zod@4.3.6) 77 77 clsx: 78 78 specifier: 2.1.1 79 79 version: 2.1.1 ··· 87 87 specifier: 5.2.1 88 88 version: 5.2.1 89 89 i18next: 90 - specifier: 25.7.4 91 - version: 25.7.4(typescript@5.9.3) 90 + specifier: 25.8.0 91 + version: 25.8.0(typescript@5.9.3) 92 92 i18next-browser-languagedetector: 93 93 specifier: 8.2.0 94 94 version: 8.2.0 ··· 99 99 specifier: 2.16.2 100 100 version: 2.16.2(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.9)(react@19.2.3) 101 101 lru-cache: 102 - specifier: 11.2.4 103 - version: 11.2.4 102 + specifier: 11.2.5 103 + version: 11.2.5 104 104 markdown-it: 105 105 specifier: 14.1.0 106 106 version: 14.1.0 ··· 108 108 specifier: 4.0.1 109 109 version: 4.0.1 110 110 pino: 111 - specifier: 10.2.1 112 - version: 10.2.1 111 + specifier: 10.3.0 112 + version: 10.3.0 113 113 pino-http: 114 114 specifier: 11.0.0 115 115 version: 11.0.0 ··· 130 130 version: 1.4.0(react@19.2.3) 131 131 react-i18next: 132 132 specifier: 16.5.3 133 - version: 16.5.3(i18next@25.7.4(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) 133 + version: 16.5.3(i18next@25.8.0(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) 134 134 react-movable: 135 135 specifier: 3.4.1 136 136 version: 3.4.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3) ··· 139 139 version: 7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) 140 140 remix-i18next: 141 141 specifier: 7.4.2 142 - version: 7.4.2(i18next@25.7.4(typescript@5.9.3))(react-i18next@16.5.3(i18next@25.7.4(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) 142 + version: 7.4.2(i18next@25.8.0(typescript@5.9.3))(react-i18next@16.5.3(i18next@25.8.0(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) 143 143 remix-utils: 144 144 specifier: 9.0.0 145 145 version: 9.0.0(@standard-schema/spec@1.0.0)(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) ··· 153 153 specifier: 8.19.0 154 154 version: 8.19.0 155 155 zod: 156 - specifier: 4.3.5 157 - version: 4.3.5 156 + specifier: 4.3.6 157 + version: 4.3.6 158 158 zod-validation-error: 159 159 specifier: 5.0.0 160 - version: 5.0.0(zod@4.3.5) 160 + version: 5.0.0(zod@4.3.6) 161 161 devDependencies: 162 162 '@atproto/lex-cli': 163 163 specifier: 0.9.8 ··· 238 238 specifier: 8.5.6 239 239 version: 8.5.6 240 240 prettier: 241 - specifier: 3.8.0 242 - version: 3.8.0 241 + specifier: 3.8.1 242 + version: 3.8.1 243 243 prettier-plugin-pkg: 244 244 specifier: 0.21.2 245 - version: 0.21.2(prettier@3.8.0) 245 + version: 0.21.2(prettier@3.8.1) 246 246 tailwindcss: 247 247 specifier: 3.4.19 248 248 version: 3.4.19 ··· 259 259 specifier: 7.3.1 260 260 version: 7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 261 261 vite-tsconfig-paths: 262 - specifier: 6.0.4 263 - version: 6.0.4(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 262 + specifier: 6.0.5 263 + version: 6.0.5(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 264 264 vitest: 265 265 specifier: 3.2.4 266 266 version: 3.2.4(@types/node@24.10.9)(jiti@2.5.1)(msw@2.12.7(@types/node@24.10.9)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) ··· 328 328 '@atproto-labs/simple-store@0.3.0': 329 329 resolution: {integrity: sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==} 330 330 331 - '@atproto/api@0.18.16': 332 - resolution: {integrity: sha512-tRGKSWr83pP5CQpSboePU21pE+GqLDYy1XHae4HH4hjaT0pr5V8wNgu70kbKB0B02GVUumeDRpJnlHKD+eMzLg==} 331 + '@atproto/api@0.18.17': 332 + resolution: {integrity: sha512-TeJkLGPkiK3jblwTDSNTH+CnS6WgaOiHDZeVVzywtxomyyF0FpQVSMz5eP3sDhxyHJqpI3E2AOYD7PO/JSbzJw==} 333 333 334 334 '@atproto/common-web@0.4.12': 335 335 resolution: {integrity: sha512-3aCJemqM/fkHQrVPbTCHCdiVstKFI+2LkFLvUhO6XZP0EqUZa/rg/CIZBKTFUWu9I5iYiaEiXL9VwcDRpEevSw==} 336 336 337 + '@atproto/common-web@0.4.14': 338 + resolution: {integrity: sha512-rMU8Q+kpyPpirUS9OqT7aOD1hxKa+diem3vc7BA0lOkj0tU6wcAxegxmbPZ8JaOsR7SSYhP/jCt/5wbT4qqkuQ==} 339 + 337 340 '@atproto/common-web@0.4.7': 338 341 resolution: {integrity: sha512-vjw2+81KPo2/SAbbARGn64Ln+6JTI0FTI4xk8if0ebBfDxFRmHb2oSN1y77hzNq/ybGHqA2mecfhS03pxC5+lg==} 339 342 ··· 341 344 resolution: {integrity: sha512-jMC9ikl8QbJcnh21upe9Gb9mIaSJWsdp8sgaelmntUtChWnxxvCC/pI3TBX11PT7XlHUE6UyuvY+S3hh6WZVEg==} 342 345 engines: {node: '>=18.7.0'} 343 346 344 - '@atproto/common@0.5.8': 345 - resolution: {integrity: sha512-6BS6OJ/eiN/w8cu3xG1NA/waq9jBsYXZ6pfV85WUDegbfZaGS/IVtpJtjdE7LemE8cJys3AqGFDVJzeXDBQgbw==} 347 + '@atproto/common@0.5.9': 348 + resolution: {integrity: sha512-rzl8dB7ErpA/VUgCidahUtbxEph50J4g7j68bZmlwwrHlrtvTe8DjrwH5EUFEcegl9dadIhcVJ3qi0kPKEUr+g==} 346 349 engines: {node: '>=18.7.0'} 347 350 348 351 '@atproto/crypto@0.4.4': ··· 372 375 '@atproto/lex-cbor@0.0.3': 373 376 resolution: {integrity: sha512-N8lCV3kK5ZcjSOWxKLWqzlnaSpK4isjXRZ0EqApl/5y9KB64s78hQ/U3KIE5qnPRlBbW5kSH3YACoU27u9nTOA==} 374 377 375 - '@atproto/lex-cbor@0.0.8': 376 - resolution: {integrity: sha512-WFUkNTLUMunPaA+NkD2INwfhrgo5fAMz7zSk2ncoqbK2AS78X2ith8TJSevY0ynPukbFmaJ9BdauzCpWQ4ZIqQ==} 378 + '@atproto/lex-cbor@0.0.9': 379 + resolution: {integrity: sha512-szkS569j1eZsIxZKh2VZHVq7pSpewy1wHh8c6nVYekHfYcJhFkevQq/DjTeatZ7YZKNReGYthQulgaZq2ytfWQ==} 377 380 378 381 '@atproto/lex-cli@0.9.8': 379 382 resolution: {integrity: sha512-0ebVyp12i3S8oE77+BxahbTmyrXcqeC9GTx2HGa/PA9KjnThapkGkgVQjIWw74DNQprzbg9EkiQsaKU2xFYhmA==} ··· 386 389 '@atproto/lex-data@0.0.8': 387 390 resolution: {integrity: sha512-1Y5tz7BkS7380QuLNXaE8GW8Xba+mRWugt8BKM4BUFYjjUZdmirU8lr72iM4XlEBrzRu8Cfvj+MbsbYaZv+IgA==} 388 391 392 + '@atproto/lex-data@0.0.9': 393 + resolution: {integrity: sha512-1slwe4sG0cyWtsq16+rBoWIxNDqGPkkvN+PV6JuzA7dgUK9bjUmXBGQU4eZlUPSS43X1Nhmr/9VjgKmEzU9vDw==} 394 + 389 395 '@atproto/lex-json@0.0.3': 390 396 resolution: {integrity: sha512-ZVcY7XlRfdPYvQQ2WroKUepee0+NCovrSXgXURM3Xv+n5jflJCoczguROeRr8sN0xvT0ZbzMrDNHCUYKNnxcjw==} 391 397 392 398 '@atproto/lex-json@0.0.8': 393 399 resolution: {integrity: sha512-w1Qmkae1QhmNz+i1Zm3xr3jp0UPPRENmdlpU0qIrdxWDo9W4Mzkeyc3eSoa+Zs+zN8xkRSQw7RLZte/B7Ipdwg==} 394 400 395 - '@atproto/lexicon@0.6.0': 396 - resolution: {integrity: sha512-5veb8aD+J5M0qszLJ+73KSFsFrJBgAY/nM1TSAJvGY7fNc9ZAT+PSUlmIyrdye9YznAZ07yktalls/TwNV7cHQ==} 401 + '@atproto/lex-json@0.0.9': 402 + resolution: {integrity: sha512-Q2v1EVZcnd+ndyZj1r2UlGikA7q6It24CFPLbxokcf5Ba4RBupH8IkkQX7mqUDSRWPgQdmZYIdW9wUln+MKDqw==} 403 + 404 + '@atproto/lexicon@0.6.1': 405 + resolution: {integrity: sha512-/vI1kVlY50Si+5MXpvOucelnYwb0UJ6Qto5mCp+7Q5C+Jtp+SoSykAPVvjVtTnQUH2vrKOFOwpb3C375vSKzXw==} 397 406 398 407 '@atproto/oauth-client-node@0.3.15': 399 408 resolution: {integrity: sha512-iuT7QrLli7IyB4px1+lHvm/YoIRfNRpbNG9seJRtu5eX4N5aLsBP6vpXs9rCygd1+/15LcLRAAGKVEcrLT9tXA==} ··· 412 421 '@atproto/syntax@0.4.2': 413 422 resolution: {integrity: sha512-X9XSRPinBy/0VQ677j8VXlBsYSsUXaiqxWVpGGxJYsAhugdQRb0jqaVKJFtm6RskeNkV6y9xclSUi9UYG/COrA==} 414 423 424 + '@atproto/syntax@0.4.3': 425 + resolution: {integrity: sha512-YoZUz40YAJr5nPwvCDWgodEOlt5IftZqPJvA0JDWjuZKD8yXddTwSzXSaKQAzGOpuM+/A3uXRtPzJJqlScc+iA==} 426 + 415 427 '@atproto/ws-client@0.0.4': 416 428 resolution: {integrity: sha512-dox1XIymuC7/ZRhUqKezIGgooZS45C6vHCfu0PnWjfvsLCK2kAlnvX4IBkA/WpcoijDhQ9ejChnFbo/sLmgvAg==} 417 429 engines: {node: '>=18.7.0'} 418 430 419 - '@atproto/xrpc-server@0.10.9': 420 - resolution: {integrity: sha512-6PVlkbvGitKAAqR9Lt8KzLp/2c8RHjpJdJ3OBM5baHUwpej7nKESyXvO5bk/GZHTvIcp0Vg0b45spn3/F9tsWg==} 431 + '@atproto/xrpc-server@0.10.10': 432 + resolution: {integrity: sha512-USDjOZGiletqzuWHC3Q2fk30hJDk4uYt6KPgvnZidShCouTf3hzwJZ8d2eOKOofSjGXW+GC0QYp7fYJFn6lZ2Q==} 421 433 engines: {node: '>=18.7.0'} 422 434 423 435 '@atproto/xrpc@0.7.7': ··· 650 662 resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} 651 663 engines: {node: '>=18'} 652 664 653 - '@conform-to/dom@1.15.1': 654 - resolution: {integrity: sha512-iqx7Ftp26zygHJq62eXK2Sibc8LVIW28bt7c1uAEsGaa7IsEzjCbNgrWblXcFHohf7vFMDisgF2kv8oS5c9Dmg==} 665 + '@conform-to/dom@1.16.0': 666 + resolution: {integrity: sha512-KkURoALYztq5kli8/Ojqe4PyTcAmc9pHOmIoU5RJzre8poWgmjCsHQt28xhEyDk5XBwo8bkvyKm8oKqwSAAucw==} 655 667 656 - '@conform-to/react@1.15.1': 657 - resolution: {integrity: sha512-cKH5K6MOiuIUPr9b4Z6UU5KYNv3rUmB35OEiY5F0cHvac8uCGFIh7Qjvm2bUrSloh+asAvpK5cZjxTsgYI93yg==} 668 + '@conform-to/react@1.16.0': 669 + resolution: {integrity: sha512-xDPwDCijAMTcQcDD2fgGh76KIOsx8xEbPGdFTbal7RJyHPA4FYL0v4mBp4jPN5ejKkCOF9mVeb1UbZZ3GiZ/AA==} 658 670 peerDependencies: 659 671 react: '>=18' 660 672 661 - '@conform-to/zod@1.15.1': 662 - resolution: {integrity: sha512-zWx92qADl3xWjnI9E9dW8RarS3orUN9ldfCLTQfHgJHd5dtORFNxYoxj2qsAM9aYm0E3gZ+2EJq750sDTRrZSg==} 673 + '@conform-to/zod@1.16.0': 674 + resolution: {integrity: sha512-c976dE2Hqrl5E984NZGQOe1b1+HGfp7jdqjz/1qbpWLTcNHO1MpJo0dCt0x0E2NSOv7BNcjpEPrEholVnt/4rw==} 663 675 peerDependencies: 664 676 zod: ^3.21.0 || ^4.0.0 665 677 ··· 1307 1319 engines: {node: '>= 10'} 1308 1320 cpu: [arm64] 1309 1321 os: [linux] 1322 + libc: [glibc] 1310 1323 1311 1324 '@resvg/resvg-js-linux-arm64-musl@2.6.2': 1312 1325 resolution: {integrity: sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==} 1313 1326 engines: {node: '>= 10'} 1314 1327 cpu: [arm64] 1315 1328 os: [linux] 1329 + libc: [musl] 1316 1330 1317 1331 '@resvg/resvg-js-linux-x64-gnu@2.6.2': 1318 1332 resolution: {integrity: sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==} 1319 1333 engines: {node: '>= 10'} 1320 1334 cpu: [x64] 1321 1335 os: [linux] 1336 + libc: [glibc] 1322 1337 1323 1338 '@resvg/resvg-js-linux-x64-musl@2.6.2': 1324 1339 resolution: {integrity: sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==} 1325 1340 engines: {node: '>= 10'} 1326 1341 cpu: [x64] 1327 1342 os: [linux] 1343 + libc: [musl] 1328 1344 1329 1345 '@resvg/resvg-js-win32-arm64-msvc@2.6.2': 1330 1346 resolution: {integrity: sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==} ··· 1382 1398 resolution: {integrity: sha512-54v4okehwl5TaSIkpp97rAHGp7t3ghinRd/vyC1iXqXMfjYUTm7TfYmCzXDoHUPTTf36L8pr0E7YsD3CfB3ZDg==} 1383 1399 cpu: [arm] 1384 1400 os: [linux] 1401 + libc: [glibc] 1385 1402 1386 1403 '@rollup/rollup-linux-arm-musleabihf@4.50.1': 1387 1404 resolution: {integrity: sha512-p/LaFyajPN/0PUHjv8TNyxLiA7RwmDoVY3flXHPSzqrGcIp/c2FjwPPP5++u87DGHtw+5kSH5bCJz0mvXngYxw==} 1388 1405 cpu: [arm] 1389 1406 os: [linux] 1407 + libc: [musl] 1390 1408 1391 1409 '@rollup/rollup-linux-arm64-gnu@4.50.1': 1392 1410 resolution: {integrity: sha512-2AbMhFFkTo6Ptna1zO7kAXXDLi7H9fGTbVaIq2AAYO7yzcAsuTNWPHhb2aTA6GPiP+JXh85Y8CiS54iZoj4opw==} 1393 1411 cpu: [arm64] 1394 1412 os: [linux] 1413 + libc: [glibc] 1395 1414 1396 1415 '@rollup/rollup-linux-arm64-musl@4.50.1': 1397 1416 resolution: {integrity: sha512-Cgef+5aZwuvesQNw9eX7g19FfKX5/pQRIyhoXLCiBOrWopjo7ycfB292TX9MDcDijiuIJlx1IzJz3IoCPfqs9w==} 1398 1417 cpu: [arm64] 1399 1418 os: [linux] 1419 + libc: [musl] 1400 1420 1401 1421 '@rollup/rollup-linux-loongarch64-gnu@4.50.1': 1402 1422 resolution: {integrity: sha512-RPhTwWMzpYYrHrJAS7CmpdtHNKtt2Ueo+BlLBjfZEhYBhK00OsEqM08/7f+eohiF6poe0YRDDd8nAvwtE/Y62Q==} 1403 1423 cpu: [loong64] 1404 1424 os: [linux] 1425 + libc: [glibc] 1405 1426 1406 1427 '@rollup/rollup-linux-ppc64-gnu@4.50.1': 1407 1428 resolution: {integrity: sha512-eSGMVQw9iekut62O7eBdbiccRguuDgiPMsw++BVUg+1K7WjZXHOg/YOT9SWMzPZA+w98G+Fa1VqJgHZOHHnY0Q==} 1408 1429 cpu: [ppc64] 1409 1430 os: [linux] 1431 + libc: [glibc] 1410 1432 1411 1433 '@rollup/rollup-linux-riscv64-gnu@4.50.1': 1412 1434 resolution: {integrity: sha512-S208ojx8a4ciIPrLgazF6AgdcNJzQE4+S9rsmOmDJkusvctii+ZvEuIC4v/xFqzbuP8yDjn73oBlNDgF6YGSXQ==} 1413 1435 cpu: [riscv64] 1414 1436 os: [linux] 1437 + libc: [glibc] 1415 1438 1416 1439 '@rollup/rollup-linux-riscv64-musl@4.50.1': 1417 1440 resolution: {integrity: sha512-3Ag8Ls1ggqkGUvSZWYcdgFwriy2lWo+0QlYgEFra/5JGtAd6C5Hw59oojx1DeqcA2Wds2ayRgvJ4qxVTzCHgzg==} 1418 1441 cpu: [riscv64] 1419 1442 os: [linux] 1443 + libc: [musl] 1420 1444 1421 1445 '@rollup/rollup-linux-s390x-gnu@4.50.1': 1422 1446 resolution: {integrity: sha512-t9YrKfaxCYe7l7ldFERE1BRg/4TATxIg+YieHQ966jwvo7ddHJxPj9cNFWLAzhkVsbBvNA4qTbPVNsZKBO4NSg==} 1423 1447 cpu: [s390x] 1424 1448 os: [linux] 1449 + libc: [glibc] 1425 1450 1426 1451 '@rollup/rollup-linux-x64-gnu@4.50.1': 1427 1452 resolution: {integrity: sha512-MCgtFB2+SVNuQmmjHf+wfI4CMxy3Tk8XjA5Z//A0AKD7QXUYFMQcns91K6dEHBvZPCnhJSyDWLApk40Iq/H3tA==} 1428 1453 cpu: [x64] 1429 1454 os: [linux] 1455 + libc: [glibc] 1430 1456 1431 1457 '@rollup/rollup-linux-x64-musl@4.50.1': 1432 1458 resolution: {integrity: sha512-nEvqG+0jeRmqaUMuwzlfMKwcIVffy/9KGbAGyoa26iu6eSngAYQ512bMXuqqPrlTyfqdlB9FVINs93j534UJrg==} 1433 1459 cpu: [x64] 1434 1460 os: [linux] 1461 + libc: [musl] 1435 1462 1436 1463 '@rollup/rollup-openharmony-arm64@4.50.1': 1437 1464 resolution: {integrity: sha512-RDsLm+phmT3MJd9SNxA9MNuEAO/J2fhW8GXk62G/B4G7sLVumNFbRwDL6v5NrESb48k+QMqdGbHgEtfU0LCpbA==} ··· 2827 2854 i18next-browser-languagedetector@8.2.0: 2828 2855 resolution: {integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==} 2829 2856 2830 - i18next@25.7.4: 2831 - resolution: {integrity: sha512-hRkpEblXXcXSNbw8mBNq9042OEetgyB/ahc/X17uV/khPwzV+uB8RHceHh3qavyrkPJvmXFKXME2Sy1E0KjAfw==} 2857 + i18next@25.8.0: 2858 + resolution: {integrity: sha512-urrg4HMFFMQZ2bbKRK7IZ8/CTE7D8H4JRlAwqA2ZwDRFfdd0K/4cdbNNLgfn9mo+I/h9wJu61qJzH7jCFAhUZQ==} 2832 2859 peerDependencies: 2833 2860 typescript: ^5 2834 2861 peerDependenciesMeta: ··· 3349 3376 lru-cache@10.4.3: 3350 3377 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 3351 3378 3352 - lru-cache@11.2.4: 3353 - resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} 3379 + lru-cache@11.2.5: 3380 + resolution: {integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==} 3354 3381 engines: {node: 20 || >=22} 3355 3382 3356 3383 lru-cache@5.1.1: ··· 3737 3764 pino-std-serializers@7.0.0: 3738 3765 resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==} 3739 3766 3740 - pino@10.2.1: 3741 - resolution: {integrity: sha512-Tjyv76gdUe2460dEhtcnA4fU/+HhGq2Kr7OWlo2R/Xxbmn/ZNKWavNWTD2k97IE+s755iVU7WcaOEIl+H3cq8w==} 3767 + pino@10.3.0: 3768 + resolution: {integrity: sha512-0GNPNzHXBKw6U/InGe79A3Crzyk9bcSyObF9/Gfo9DLEf5qj5RF50RSjsu0W1rZ6ZqRGdzDFCRBQvi9/rSGPtA==} 3742 3769 hasBin: true 3743 3770 3744 3771 pino@8.21.0: ··· 3828 3855 peerDependencies: 3829 3856 prettier: ^3.0.3 3830 3857 3831 - prettier@3.8.0: 3832 - resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==} 3858 + prettier@3.8.1: 3859 + resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} 3833 3860 engines: {node: '>=14'} 3834 3861 hasBin: true 3835 3862 ··· 4663 4690 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 4664 4691 hasBin: true 4665 4692 4666 - vite-tsconfig-paths@6.0.4: 4667 - resolution: {integrity: sha512-iIsEJ+ek5KqRTK17pmxtgIxXtqr3qDdE6OxrP9mVeGhVDNXRJTKN/l9oMbujTQNzMLe6XZ8qmpztfbkPu2TiFQ==} 4693 + vite-tsconfig-paths@6.0.5: 4694 + resolution: {integrity: sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig==} 4668 4695 peerDependencies: 4669 4696 vite: '*' 4670 - peerDependenciesMeta: 4671 - vite: 4672 - optional: true 4673 4697 4674 4698 vite@7.3.1: 4675 4699 resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} ··· 4882 4906 zod@3.25.76: 4883 4907 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 4884 4908 4885 - zod@4.3.5: 4886 - resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} 4909 + zod@4.3.6: 4910 + resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} 4887 4911 4888 4912 snapshots: 4889 4913 ··· 4962 4986 4963 4987 '@atproto-labs/simple-store@0.3.0': {} 4964 4988 4965 - '@atproto/api@0.18.16': 4989 + '@atproto/api@0.18.17': 4966 4990 dependencies: 4967 - '@atproto/common-web': 0.4.12 4968 - '@atproto/lexicon': 0.6.0 4969 - '@atproto/syntax': 0.4.2 4991 + '@atproto/common-web': 0.4.14 4992 + '@atproto/lexicon': 0.6.1 4993 + '@atproto/syntax': 0.4.3 4970 4994 '@atproto/xrpc': 0.7.7 4971 4995 await-lock: 2.2.2 4972 4996 multiformats: 9.9.0 ··· 4979 5003 '@atproto/lex-json': 0.0.8 4980 5004 zod: 3.25.76 4981 5005 5006 + '@atproto/common-web@0.4.14': 5007 + dependencies: 5008 + '@atproto/lex-data': 0.0.9 5009 + '@atproto/lex-json': 0.0.9 5010 + '@atproto/syntax': 0.4.3 5011 + zod: 3.25.76 5012 + 4982 5013 '@atproto/common-web@0.4.7': 4983 5014 dependencies: 4984 5015 '@atproto/lex-data': 0.0.3 ··· 4994 5025 multiformats: 9.9.0 4995 5026 pino: 8.21.0 4996 5027 4997 - '@atproto/common@0.5.8': 5028 + '@atproto/common@0.5.9': 4998 5029 dependencies: 4999 - '@atproto/common-web': 0.4.12 5000 - '@atproto/lex-cbor': 0.0.8 5001 - '@atproto/lex-data': 0.0.8 5030 + '@atproto/common-web': 0.4.14 5031 + '@atproto/lex-cbor': 0.0.9 5032 + '@atproto/lex-data': 0.0.9 5002 5033 iso-datestring-validator: 2.2.2 5003 5034 multiformats: 9.9.0 5004 5035 pino: 8.21.0 ··· 5046 5077 multiformats: 9.9.0 5047 5078 tslib: 2.8.1 5048 5079 5049 - '@atproto/lex-cbor@0.0.8': 5080 + '@atproto/lex-cbor@0.0.9': 5050 5081 dependencies: 5051 - '@atproto/lex-data': 0.0.8 5082 + '@atproto/lex-data': 0.0.9 5052 5083 tslib: 2.8.1 5053 5084 5054 5085 '@atproto/lex-cli@0.9.8': 5055 5086 dependencies: 5056 - '@atproto/lexicon': 0.6.0 5057 - '@atproto/syntax': 0.4.2 5087 + '@atproto/lexicon': 0.6.1 5088 + '@atproto/syntax': 0.4.3 5058 5089 chalk: 4.1.2 5059 5090 commander: 9.5.0 5060 - prettier: 3.8.0 5091 + prettier: 3.8.1 5061 5092 ts-morph: 24.0.0 5062 5093 yesno: 0.4.0 5063 5094 zod: 3.25.76 ··· 5078 5109 uint8arrays: 3.0.0 5079 5110 unicode-segmenter: 0.14.1 5080 5111 5112 + '@atproto/lex-data@0.0.9': 5113 + dependencies: 5114 + multiformats: 9.9.0 5115 + tslib: 2.8.1 5116 + uint8arrays: 3.0.0 5117 + unicode-segmenter: 0.14.1 5118 + 5081 5119 '@atproto/lex-json@0.0.3': 5082 5120 dependencies: 5083 5121 '@atproto/lex-data': 0.0.3 ··· 5088 5126 '@atproto/lex-data': 0.0.8 5089 5127 tslib: 2.8.1 5090 5128 5091 - '@atproto/lexicon@0.6.0': 5129 + '@atproto/lex-json@0.0.9': 5092 5130 dependencies: 5093 - '@atproto/common-web': 0.4.7 5094 - '@atproto/syntax': 0.4.2 5131 + '@atproto/lex-data': 0.0.9 5132 + tslib: 2.8.1 5133 + 5134 + '@atproto/lexicon@0.6.1': 5135 + dependencies: 5136 + '@atproto/common-web': 0.4.14 5137 + '@atproto/syntax': 0.4.3 5095 5138 iso-datestring-validator: 2.2.2 5096 5139 multiformats: 9.9.0 5097 5140 zod: 3.25.76 ··· 5135 5178 '@atproto/common': 0.5.3 5136 5179 '@atproto/common-web': 0.4.7 5137 5180 '@atproto/crypto': 0.4.5 5138 - '@atproto/lexicon': 0.6.0 5181 + '@atproto/lexicon': 0.6.1 5139 5182 '@ipld/dag-cbor': 7.0.3 5140 5183 multiformats: 9.9.0 5141 5184 uint8arrays: 3.0.0 ··· 5143 5186 zod: 3.25.76 5144 5187 5145 5188 '@atproto/syntax@0.4.2': {} 5189 + 5190 + '@atproto/syntax@0.4.3': 5191 + dependencies: 5192 + tslib: 2.8.1 5146 5193 5147 5194 '@atproto/ws-client@0.0.4': 5148 5195 dependencies: 5149 - '@atproto/common': 0.5.8 5196 + '@atproto/common': 0.5.9 5150 5197 ws: 8.19.0 5151 5198 transitivePeerDependencies: 5152 5199 - bufferutil 5153 5200 - utf-8-validate 5154 5201 5155 - '@atproto/xrpc-server@0.10.9': 5202 + '@atproto/xrpc-server@0.10.10': 5156 5203 dependencies: 5157 - '@atproto/common': 0.5.8 5204 + '@atproto/common': 0.5.9 5158 5205 '@atproto/crypto': 0.4.5 5159 - '@atproto/lex-cbor': 0.0.8 5160 - '@atproto/lex-data': 0.0.8 5161 - '@atproto/lexicon': 0.6.0 5206 + '@atproto/lex-cbor': 0.0.9 5207 + '@atproto/lex-data': 0.0.9 5208 + '@atproto/lexicon': 0.6.1 5162 5209 '@atproto/ws-client': 0.0.4 5163 5210 '@atproto/xrpc': 0.7.7 5164 5211 express: 4.21.2 ··· 5174 5221 5175 5222 '@atproto/xrpc@0.7.7': 5176 5223 dependencies: 5177 - '@atproto/lexicon': 0.6.0 5224 + '@atproto/lexicon': 0.6.1 5178 5225 zod: 3.25.76 5179 5226 5180 5227 '@babel/code-frame@7.27.1': ··· 5451 5498 5452 5499 '@bcoe/v8-coverage@1.0.2': {} 5453 5500 5454 - '@conform-to/dom@1.15.1': {} 5501 + '@conform-to/dom@1.16.0': {} 5455 5502 5456 - '@conform-to/react@1.15.1(react@19.2.3)': 5503 + '@conform-to/react@1.16.0(react@19.2.3)': 5457 5504 dependencies: 5458 - '@conform-to/dom': 1.15.1 5505 + '@conform-to/dom': 1.16.0 5459 5506 react: 19.2.3 5460 5507 5461 - '@conform-to/zod@1.15.1(zod@4.3.5)': 5508 + '@conform-to/zod@1.16.0(zod@4.3.6)': 5462 5509 dependencies: 5463 - '@conform-to/dom': 1.15.1 5464 - zod: 4.3.5 5510 + '@conform-to/dom': 1.16.0 5511 + zod: 4.3.6 5465 5512 5466 5513 '@emoji-mart/data@1.2.1': {} 5467 5514 ··· 6097 6144 pathe: 1.1.2 6098 6145 picocolors: 1.1.1 6099 6146 pkg-types: 2.3.0 6100 - prettier: 3.8.0 6147 + prettier: 3.8.1 6101 6148 react-refresh: 0.14.2 6102 6149 react-router: 7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) 6103 6150 semver: 7.7.2 ··· 6285 6332 6286 6333 '@standard-schema/spec@1.0.0': {} 6287 6334 6288 - '@t3-oss/env-core@0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.2.0(typescript@5.9.3))(zod@4.3.5)': 6335 + '@t3-oss/env-core@0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.2.0(typescript@5.9.3))(zod@4.3.6)': 6289 6336 optionalDependencies: 6290 6337 arktype: 2.1.20 6291 6338 typescript: 5.9.3 6292 6339 valibot: 1.2.0(typescript@5.9.3) 6293 - zod: 4.3.5 6340 + zod: 4.3.6 6294 6341 6295 6342 '@tailwindcss/typography@0.5.19(tailwindcss@3.4.19)': 6296 6343 dependencies: ··· 7391 7438 '@babel/parser': 7.28.4 7392 7439 eslint: 9.39.2(jiti@2.5.1) 7393 7440 hermes-parser: 0.25.1 7394 - zod: 4.3.5 7395 - zod-validation-error: 4.0.2(zod@4.3.5) 7441 + zod: 4.3.6 7442 + zod-validation-error: 4.0.2(zod@4.3.6) 7396 7443 transitivePeerDependencies: 7397 7444 - supports-color 7398 7445 ··· 7911 7958 dependencies: 7912 7959 '@babel/runtime': 7.27.6 7913 7960 7914 - i18next@25.7.4(typescript@5.9.3): 7961 + i18next@25.8.0(typescript@5.9.3): 7915 7962 dependencies: 7916 7963 '@babel/runtime': 7.28.4 7917 7964 optionalDependencies: ··· 8612 8659 8613 8660 lru-cache@10.4.3: {} 8614 8661 8615 - lru-cache@11.2.4: {} 8662 + lru-cache@11.2.5: {} 8616 8663 8617 8664 lru-cache@5.1.1: 8618 8665 dependencies: ··· 8958 9005 pino-http@11.0.0: 8959 9006 dependencies: 8960 9007 get-caller-file: 2.0.5 8961 - pino: 10.2.1 9008 + pino: 10.3.0 8962 9009 pino-std-serializers: 7.0.0 8963 9010 process-warning: 5.0.0 8964 9011 ··· 8982 9029 8983 9030 pino-std-serializers@7.0.0: {} 8984 9031 8985 - pino@10.2.1: 9032 + pino@10.3.0: 8986 9033 dependencies: 8987 9034 '@pinojs/redact': 0.4.0 8988 9035 atomic-sleep: 1.0.0 ··· 9082 9129 9083 9130 prelude-ls@1.2.1: {} 9084 9131 9085 - prettier-plugin-pkg@0.21.2(prettier@3.8.0): 9132 + prettier-plugin-pkg@0.21.2(prettier@3.8.1): 9086 9133 dependencies: 9087 - prettier: 3.8.0 9134 + prettier: 3.8.1 9088 9135 9089 - prettier@3.8.0: {} 9136 + prettier@3.8.1: {} 9090 9137 9091 9138 pretty-format@29.7.0: 9092 9139 dependencies: ··· 9183 9230 github-buttons: 2.29.1 9184 9231 react: 19.2.3 9185 9232 9186 - react-i18next@16.5.3(i18next@25.7.4(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3): 9233 + react-i18next@16.5.3(i18next@25.8.0(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3): 9187 9234 dependencies: 9188 9235 '@babel/runtime': 7.28.4 9189 9236 html-parse-stringify: 3.0.1 9190 - i18next: 25.7.4(typescript@5.9.3) 9237 + i18next: 25.8.0(typescript@5.9.3) 9191 9238 react: 19.2.3 9192 9239 use-sync-external-store: 1.6.0(react@19.2.3) 9193 9240 optionalDependencies: ··· 9260 9307 gopd: 1.2.0 9261 9308 set-function-name: 2.0.2 9262 9309 9263 - remix-i18next@7.4.2(i18next@25.7.4(typescript@5.9.3))(react-i18next@16.5.3(i18next@25.7.4(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): 9310 + remix-i18next@7.4.2(i18next@25.8.0(typescript@5.9.3))(react-i18next@16.5.3(i18next@25.8.0(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): 9264 9311 dependencies: 9265 - i18next: 25.7.4(typescript@5.9.3) 9312 + i18next: 25.8.0(typescript@5.9.3) 9266 9313 react: 19.2.3 9267 - react-i18next: 16.5.3(i18next@25.7.4(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) 9314 + react-i18next: 16.5.3(i18next@25.8.0(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3) 9268 9315 react-router: 7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) 9269 9316 9270 9317 remix-utils@9.0.0(@standard-schema/spec@1.0.0)(react-router@7.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): ··· 9995 10042 - tsx 9996 10043 - yaml 9997 10044 9998 - vite-tsconfig-paths@6.0.4(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 10045 + vite-tsconfig-paths@6.0.5(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 9999 10046 dependencies: 10000 10047 debug: 4.4.3 10001 10048 globrex: 0.1.2 10002 10049 tsconfck: 3.1.5(typescript@5.9.3) 10003 - optionalDependencies: 10004 10050 vite: 7.3.1(@types/node@24.10.9)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10005 10051 transitivePeerDependencies: 10006 10052 - supports-color ··· 10207 10253 10208 10254 yoga-layout@3.2.1: {} 10209 10255 10210 - zod-validation-error@4.0.2(zod@4.3.5): 10256 + zod-validation-error@4.0.2(zod@4.3.6): 10211 10257 dependencies: 10212 - zod: 4.3.5 10258 + zod: 4.3.6 10213 10259 10214 - zod-validation-error@5.0.0(zod@4.3.5): 10260 + zod-validation-error@5.0.0(zod@4.3.6): 10215 10261 dependencies: 10216 - zod: 4.3.5 10262 + zod: 4.3.6 10217 10263 10218 10264 zod@3.25.76: {} 10219 10265 10220 - zod@4.3.5: {} 10266 + zod@4.3.6: {}