Create your Link in Bio for Bluesky

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

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
305a8402 2cd23902

+199 -513
+1 -1
.github/workflows/claude.yml
··· 32 32 33 33 - name: Run Claude Code 34 34 id: claude 35 - uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1 35 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1 36 36 with: 37 37 claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} 38 38
+13 -13
package.json
··· 2 2 "name": "linkat", 3 3 "type": "module", 4 4 "private": true, 5 - "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501", 5 + "packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402", 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.5", 29 + "@atproto/api": "0.18.8", 30 30 "@atproto/did": "0.2.3", 31 31 "@atproto/identity": "0.4.10", 32 32 "@atproto/jwk-jose": "0.1.11", ··· 35 35 "@atproto/repo": "0.8.12", 36 36 "@atproto/syntax": "0.4.2", 37 37 "@atproto/xrpc": "0.7.7", 38 - "@atproto/xrpc-server": "0.10.3", 39 - "@conform-to/react": "1.14.1", 40 - "@conform-to/zod": "1.14.1", 38 + "@atproto/xrpc-server": "0.10.4", 39 + "@conform-to/react": "1.15.0", 40 + "@conform-to/zod": "1.15.0", 41 41 "@emoji-mart/data": "1.2.1", 42 42 "@emoji-mart/react": "1.1.1", 43 43 "@heroicons/react": "2.2.0", ··· 47 47 "@react-router/node": "^7.9.4", 48 48 "@resvg/resvg-js": "2.6.2", 49 49 "@skyware/jetstream": "0.2.5", 50 - "@t3-oss/env-core": "0.13.8", 50 + "@t3-oss/env-core": "0.13.10", 51 51 "clsx": "2.1.1", 52 52 "emoji-mart": "5.6.0", 53 53 "emoji-regex": "10.6.0", 54 54 "express": "5.2.1", 55 - "i18next": "25.7.2", 55 + "i18next": "25.7.3", 56 56 "i18next-browser-languagedetector": "8.2.0", 57 57 "isbot": "5.1.32", 58 - "jotai": "2.15.2", 58 + "jotai": "2.16.0", 59 59 "lru-cache": "11.2.4", 60 60 "markdown-it": "14.1.0", 61 61 "markdown-it-link-attributes": "4.0.1", ··· 66 66 "react": "19.2.1", 67 67 "react-dom": "19.2.1", 68 68 "react-github-btn": "1.4.0", 69 - "react-i18next": "16.4.0", 69 + "react-i18next": "16.5.0", 70 70 "react-movable": "3.4.1", 71 71 "react-router": "^7.9.4", 72 72 "remix-i18next": "7.4.2", ··· 74 74 "satori": "0.18.3", 75 75 "tailwind-merge": "3.4.0", 76 76 "ws": "8.18.3", 77 - "zod": "4.1.13", 77 + "zod": "4.2.0", 78 78 "zod-validation-error": "4.0.2" 79 79 }, 80 80 "devDependencies": { ··· 88 88 "@types/express": "5.0.6", 89 89 "@types/markdown-it": "14.1.2", 90 90 "@types/markdown-it-link-attributes": "3.0.5", 91 - "@types/node": "24.10.2", 91 + "@types/node": "24.10.4", 92 92 "@types/react": "19.2.7", 93 93 "@types/react-dom": "19.2.3", 94 94 "@types/umami": "2.10.1", 95 95 "@types/ws": "8.18.1", 96 96 "@vitest/coverage-v8": "3.2.4", 97 - "autoprefixer": "10.4.22", 97 + "autoprefixer": "10.4.23", 98 98 "daisyui": "4.12.24", 99 99 "esbuild": "0.27.1", 100 100 "eslint": "9.38.0", ··· 110 110 "tailwindcss-animate": "1.0.7", 111 111 "tsx": "4.21.0", 112 112 "typescript": "5.9.3", 113 - "vite": "7.2.7", 113 + "vite": "7.3.0", 114 114 "vite-tsconfig-paths": "5.1.4", 115 115 "vitest": "3.2.4", 116 116 "vitest-environment-vprisma": "1.3.0",
+185 -499
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@atproto/api': 12 - specifier: 0.18.5 13 - version: 0.18.5 12 + specifier: 0.18.8 13 + version: 0.18.8 14 14 '@atproto/did': 15 15 specifier: 0.2.3 16 16 version: 0.2.3 ··· 36 36 specifier: 0.7.7 37 37 version: 0.7.7 38 38 '@atproto/xrpc-server': 39 - specifier: 0.10.3 40 - version: 0.10.3 39 + specifier: 0.10.4 40 + version: 0.10.4 41 41 '@conform-to/react': 42 - specifier: 1.14.1 43 - version: 1.14.1(react@19.2.1) 42 + specifier: 1.15.0 43 + version: 1.15.0(react@19.2.1) 44 44 '@conform-to/zod': 45 - specifier: 1.14.1 46 - version: 1.14.1(zod@4.1.13) 45 + specifier: 1.15.0 46 + version: 1.15.0(zod@4.2.0) 47 47 '@emoji-mart/data': 48 48 specifier: 1.2.1 49 49 version: 1.2.1 ··· 61 61 version: 7.9.4(express@5.2.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(typescript@5.9.3) 62 62 '@react-router/fs-routes': 63 63 specifier: 7.9.5 64 - version: 7.9.5(@react-router/dev@7.9.5(@types/node@24.10.2)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3) 64 + version: 7.9.5(@react-router/dev@7.9.5(@types/node@24.10.4)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3) 65 65 '@react-router/node': 66 66 specifier: ^7.9.4 67 67 version: 7.9.4(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(typescript@5.9.3) ··· 72 72 specifier: 0.2.5 73 73 version: 0.2.5 74 74 '@t3-oss/env-core': 75 - specifier: 0.13.8 76 - version: 0.13.8(arktype@2.1.20)(typescript@5.9.3)(valibot@1.1.0(typescript@5.9.3))(zod@4.1.13) 75 + specifier: 0.13.10 76 + version: 0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.1.0(typescript@5.9.3))(zod@4.2.0) 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.2 91 - version: 25.7.2(typescript@5.9.3) 90 + specifier: 25.7.3 91 + version: 25.7.3(typescript@5.9.3) 92 92 i18next-browser-languagedetector: 93 93 specifier: 8.2.0 94 94 version: 8.2.0 ··· 96 96 specifier: 5.1.32 97 97 version: 5.1.32 98 98 jotai: 99 - specifier: 2.15.2 100 - version: 2.15.2(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.1) 99 + specifier: 2.16.0 100 + version: 2.16.0(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.1) 101 101 lru-cache: 102 102 specifier: 11.2.4 103 103 version: 11.2.4 ··· 129 129 specifier: 1.4.0 130 130 version: 1.4.0(react@19.2.1) 131 131 react-i18next: 132 - specifier: 16.4.0 133 - version: 16.4.0(i18next@25.7.2(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3) 132 + specifier: 16.5.0 133 + version: 16.5.0(i18next@25.7.3(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3) 134 134 react-movable: 135 135 specifier: 3.4.1 136 136 version: 3.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) ··· 139 139 version: 7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) 140 140 remix-i18next: 141 141 specifier: 7.4.2 142 - version: 7.4.2(i18next@25.7.2(typescript@5.9.3))(react-i18next@16.4.0(i18next@25.7.2(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) 142 + version: 7.4.2(i18next@25.7.3(typescript@5.9.3))(react-i18next@16.5.0(i18next@25.7.3(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) 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.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) ··· 153 153 specifier: 8.18.3 154 154 version: 8.18.3 155 155 zod: 156 - specifier: 4.1.13 157 - version: 4.1.13 156 + specifier: 4.2.0 157 + version: 4.2.0 158 158 zod-validation-error: 159 159 specifier: 4.0.2 160 - version: 4.0.2(zod@4.1.13) 160 + version: 4.0.2(zod@4.2.0) 161 161 devDependencies: 162 162 '@atproto/lex-cli': 163 163 specifier: 0.9.8 ··· 176 176 version: 2.3.3(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(magicast@0.3.5)(typescript@5.9.3) 177 177 '@react-router/dev': 178 178 specifier: 7.9.5 179 - version: 7.9.5(@types/node@24.10.2)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1) 179 + version: 7.9.5(@types/node@24.10.4)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1) 180 180 '@tailwindcss/typography': 181 181 specifier: 0.5.19 182 182 version: 0.5.19(tailwindcss@3.4.18) ··· 190 190 specifier: 3.0.5 191 191 version: 3.0.5 192 192 '@types/node': 193 - specifier: 24.10.2 194 - version: 24.10.2 193 + specifier: 24.10.4 194 + version: 24.10.4 195 195 '@types/react': 196 196 specifier: 19.2.7 197 197 version: 19.2.7 ··· 206 206 version: 8.18.1 207 207 '@vitest/coverage-v8': 208 208 specifier: 3.2.4 209 - version: 3.2.4(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 209 + version: 3.2.4(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 210 210 autoprefixer: 211 - specifier: 10.4.22 212 - version: 10.4.22(postcss@8.5.6) 211 + specifier: 10.4.23 212 + version: 10.4.23(postcss@8.5.6) 213 213 daisyui: 214 214 specifier: 4.12.24 215 215 version: 4.12.24(postcss@8.5.6) ··· 230 230 version: 16.2.7 231 231 msw: 232 232 specifier: 2.12.4 233 - version: 2.12.4(@types/node@24.10.2)(typescript@5.9.3) 233 + version: 2.12.4(@types/node@24.10.4)(typescript@5.9.3) 234 234 npm-run-all2: 235 235 specifier: 8.0.4 236 236 version: 8.0.4 ··· 256 256 specifier: 5.9.3 257 257 version: 5.9.3 258 258 vite: 259 - specifier: 7.2.7 260 - version: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 259 + specifier: 7.3.0 260 + version: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 261 261 vite-tsconfig-paths: 262 262 specifier: 5.1.4 263 - version: 5.1.4(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 263 + version: 5.1.4(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 264 264 vitest: 265 265 specifier: 3.2.4 266 - version: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 266 + version: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 267 267 vitest-environment-vprisma: 268 268 specifier: 1.3.0 269 - version: 1.3.0(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(jest@29.7.0(@types/node@24.10.2))(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 269 + version: 1.3.0(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(jest@29.7.0(@types/node@24.10.4))(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 270 270 vitest-mock-extended: 271 271 specifier: 3.1.0 272 - version: 3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 272 + version: 3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)) 273 273 wait-on: 274 274 specifier: 9.0.3 275 275 version: 9.0.3 ··· 328 328 '@atproto-labs/simple-store@0.3.0': 329 329 resolution: {integrity: sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==} 330 330 331 - '@atproto/api@0.18.5': 332 - resolution: {integrity: sha512-MdB+7AUchJM7g76LUjlsPp2SSiE7t+glS6f6wKK9ouvjoda66IV3GUexPbDjLifDdu/C/zuRc7AniKvGvK82tg==} 331 + '@atproto/api@0.18.8': 332 + resolution: {integrity: sha512-Qo3sGd1N5hdHTaEWUBgptvPkULt2SXnMcWRhveSyctSd/IQwTMyaIH6E62A1SU+8xBSN5QLpoUJNE7iSrYM2Zg==} 333 333 334 334 '@atproto/common-web@0.4.7': 335 335 resolution: {integrity: sha512-vjw2+81KPo2/SAbbARGn64Ln+6JTI0FTI4xk8if0ebBfDxFRmHb2oSN1y77hzNq/ybGHqA2mecfhS03pxC5+lg==} ··· 396 396 '@atproto/syntax@0.4.2': 397 397 resolution: {integrity: sha512-X9XSRPinBy/0VQ677j8VXlBsYSsUXaiqxWVpGGxJYsAhugdQRb0jqaVKJFtm6RskeNkV6y9xclSUi9UYG/COrA==} 398 398 399 - '@atproto/ws-client@0.0.3': 400 - resolution: {integrity: sha512-eKqkTWBk6zuMY+6gs02eT7mS8Btewm8/qaL/Dp00NDCqpNC+U59MWvQsOWT3xkNGfd9Eip+V6VI4oyPvAfsfTA==} 399 + '@atproto/ws-client@0.0.4': 400 + resolution: {integrity: sha512-dox1XIymuC7/ZRhUqKezIGgooZS45C6vHCfu0PnWjfvsLCK2kAlnvX4IBkA/WpcoijDhQ9ejChnFbo/sLmgvAg==} 401 401 engines: {node: '>=18.7.0'} 402 402 403 - '@atproto/xrpc-server@0.10.3': 404 - resolution: {integrity: sha512-jcYykZ8dJDGtEsnIM3ExSeoACYgivizHgrfh/WO/b2rr48/epTPVOdupiqs2lSM7RJ6yIqir9/3Az7AD4GaZJg==} 403 + '@atproto/xrpc-server@0.10.4': 404 + resolution: {integrity: sha512-d35X0RrKycfYlPL0M/Oy3Flv3fFD9b1f+ljS664nDJ4pV8zMJ38nk3ZxkJQAsMOVzs6NNQ8W6cepmVPgrHY+8g==} 405 405 engines: {node: '>=18.7.0'} 406 406 407 407 '@atproto/xrpc@0.7.7': ··· 634 634 resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} 635 635 engines: {node: '>=18'} 636 636 637 - '@conform-to/dom@1.14.1': 638 - resolution: {integrity: sha512-5ztGcVOo7KbgLBps/OCaxeXPgWxBQzPhBZ3WV3hKC2EkXGv5uP1mqVQKc6rB3QBDCJFyjWugc7OvwZ1nAks9rA==} 637 + '@conform-to/dom@1.15.0': 638 + resolution: {integrity: sha512-v7sUaObBAgEnWi1AyMJBtfr8FAJ7cjhF9/t0QD0BUhN8JCd7KbZdv/r8TEdvODjEMXpuk2gX2QHV9qniZZLVTw==} 639 639 640 - '@conform-to/react@1.14.1': 641 - resolution: {integrity: sha512-X74XoTiiVyNH4LEU6QX8c+2eqnB1cshAwnjqZsNDjrT9Nvn+b2wMG0QjjMxZ4ARiWt4rY81Vn1R/nliZcTSh4A==} 640 + '@conform-to/react@1.15.0': 641 + resolution: {integrity: sha512-ZdUtpwXGwVpAn1hfsNIgxezzjBT0zJn4paaBEvVT9OYcrAlCvyXG1bKco2b2iZbCn7V93g+8IEXUFFLOdF5FmQ==} 642 642 peerDependencies: 643 643 react: '>=18' 644 644 645 - '@conform-to/zod@1.14.1': 646 - resolution: {integrity: sha512-eGg5Hq97X1iq1SaJL48mIn7bJGfJNf6bHt6TLhCAqVGCYaeSuq+592YMe4hps3aii1dJ3qRDGs75kj3/nsBUgA==} 645 + '@conform-to/zod@1.15.0': 646 + resolution: {integrity: sha512-+SKn73oycr9ITnqNgdazibmLVhYttd4xi7Ssc9auUcDS8whYsYh9dUBSa2IgRaeULtviBQqXNSl90CcDtqfpew==} 647 647 peerDependencies: 648 648 zod: ^3.21.0 || ^4.0.0 649 649 ··· 664 664 emoji-mart: ^5.2 665 665 react: ^16.8 || ^17 || ^18 666 666 667 - '@esbuild/aix-ppc64@0.25.12': 668 - resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 669 - engines: {node: '>=18'} 670 - cpu: [ppc64] 671 - os: [aix] 672 - 673 667 '@esbuild/aix-ppc64@0.27.1': 674 668 resolution: {integrity: sha512-HHB50pdsBX6k47S4u5g/CaLjqS3qwaOVE5ILsq64jyzgMhLuCuZ8rGzM9yhsAjfjkbgUPMzZEPa7DAp7yz6vuA==} 675 669 engines: {node: '>=18'} 676 670 cpu: [ppc64] 677 671 os: [aix] 678 672 679 - '@esbuild/android-arm64@0.25.12': 680 - resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 681 - engines: {node: '>=18'} 682 - cpu: [arm64] 683 - os: [android] 684 - 685 673 '@esbuild/android-arm64@0.27.1': 686 674 resolution: {integrity: sha512-45fuKmAJpxnQWixOGCrS+ro4Uvb4Re9+UTieUY2f8AEc+t7d4AaZ6eUJ3Hva7dtrxAAWHtlEFsXFMAgNnGU9uQ==} 687 675 engines: {node: '>=18'} 688 676 cpu: [arm64] 689 677 os: [android] 690 678 691 - '@esbuild/android-arm@0.25.12': 692 - resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 693 - engines: {node: '>=18'} 694 - cpu: [arm] 695 - os: [android] 696 - 697 679 '@esbuild/android-arm@0.27.1': 698 680 resolution: {integrity: sha512-kFqa6/UcaTbGm/NncN9kzVOODjhZW8e+FRdSeypWe6j33gzclHtwlANs26JrupOntlcWmB0u8+8HZo8s7thHvg==} 699 681 engines: {node: '>=18'} 700 682 cpu: [arm] 701 683 os: [android] 702 684 703 - '@esbuild/android-x64@0.25.12': 704 - resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 705 - engines: {node: '>=18'} 706 - cpu: [x64] 707 - os: [android] 708 - 709 685 '@esbuild/android-x64@0.27.1': 710 686 resolution: {integrity: sha512-LBEpOz0BsgMEeHgenf5aqmn/lLNTFXVfoWMUox8CtWWYK9X4jmQzWjoGoNb8lmAYml/tQ/Ysvm8q7szu7BoxRQ==} 711 687 engines: {node: '>=18'} 712 688 cpu: [x64] 713 689 os: [android] 714 690 715 - '@esbuild/darwin-arm64@0.25.12': 716 - resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} 717 - engines: {node: '>=18'} 718 - cpu: [arm64] 719 - os: [darwin] 720 - 721 691 '@esbuild/darwin-arm64@0.27.1': 722 692 resolution: {integrity: sha512-veg7fL8eMSCVKL7IW4pxb54QERtedFDfY/ASrumK/SbFsXnRazxY4YykN/THYqFnFwJ0aVjiUrVG2PwcdAEqQQ==} 723 693 engines: {node: '>=18'} 724 694 cpu: [arm64] 725 695 os: [darwin] 726 696 727 - '@esbuild/darwin-x64@0.25.12': 728 - resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} 729 - engines: {node: '>=18'} 730 - cpu: [x64] 731 - os: [darwin] 732 - 733 697 '@esbuild/darwin-x64@0.27.1': 734 698 resolution: {integrity: sha512-+3ELd+nTzhfWb07Vol7EZ+5PTbJ/u74nC6iv4/lwIU99Ip5uuY6QoIf0Hn4m2HoV0qcnRivN3KSqc+FyCHjoVQ==} 735 699 engines: {node: '>=18'} 736 700 cpu: [x64] 737 701 os: [darwin] 738 702 739 - '@esbuild/freebsd-arm64@0.25.12': 740 - resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 741 - engines: {node: '>=18'} 742 - cpu: [arm64] 743 - os: [freebsd] 744 - 745 703 '@esbuild/freebsd-arm64@0.27.1': 746 704 resolution: {integrity: sha512-/8Rfgns4XD9XOSXlzUDepG8PX+AVWHliYlUkFI3K3GB6tqbdjYqdhcb4BKRd7C0BhZSoaCxhv8kTcBrcZWP+xg==} 747 705 engines: {node: '>=18'} 748 706 cpu: [arm64] 749 - os: [freebsd] 750 - 751 - '@esbuild/freebsd-x64@0.25.12': 752 - resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 753 - engines: {node: '>=18'} 754 - cpu: [x64] 755 707 os: [freebsd] 756 708 757 709 '@esbuild/freebsd-x64@0.27.1': ··· 760 712 cpu: [x64] 761 713 os: [freebsd] 762 714 763 - '@esbuild/linux-arm64@0.25.12': 764 - resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 765 - engines: {node: '>=18'} 766 - cpu: [arm64] 767 - os: [linux] 768 - 769 715 '@esbuild/linux-arm64@0.27.1': 770 716 resolution: {integrity: sha512-W9//kCrh/6in9rWIBdKaMtuTTzNj6jSeG/haWBADqLLa9P8O5YSRDzgD5y9QBok4AYlzS6ARHifAb75V6G670Q==} 771 717 engines: {node: '>=18'} 772 718 cpu: [arm64] 773 719 os: [linux] 774 720 775 - '@esbuild/linux-arm@0.25.12': 776 - resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 777 - engines: {node: '>=18'} 778 - cpu: [arm] 779 - os: [linux] 780 - 781 721 '@esbuild/linux-arm@0.27.1': 782 722 resolution: {integrity: sha512-ieMID0JRZY/ZeCrsFQ3Y3NlHNCqIhTprJfDgSB3/lv5jJZ8FX3hqPyXWhe+gvS5ARMBJ242PM+VNz/ctNj//eA==} 783 723 engines: {node: '>=18'} 784 724 cpu: [arm] 785 725 os: [linux] 786 726 787 - '@esbuild/linux-ia32@0.25.12': 788 - resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 789 - engines: {node: '>=18'} 790 - cpu: [ia32] 791 - os: [linux] 792 - 793 727 '@esbuild/linux-ia32@0.27.1': 794 728 resolution: {integrity: sha512-VIUV4z8GD8rtSVMfAj1aXFahsi/+tcoXXNYmXgzISL+KB381vbSTNdeZHHHIYqFyXcoEhu9n5cT+05tRv13rlw==} 795 729 engines: {node: '>=18'} 796 730 cpu: [ia32] 797 731 os: [linux] 798 732 799 - '@esbuild/linux-loong64@0.25.12': 800 - resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 801 - engines: {node: '>=18'} 802 - cpu: [loong64] 803 - os: [linux] 804 - 805 733 '@esbuild/linux-loong64@0.27.1': 806 734 resolution: {integrity: sha512-l4rfiiJRN7sTNI//ff65zJ9z8U+k6zcCg0LALU5iEWzY+a1mVZ8iWC1k5EsNKThZ7XCQ6YWtsZ8EWYm7r1UEsg==} 807 735 engines: {node: '>=18'} 808 736 cpu: [loong64] 809 737 os: [linux] 810 738 811 - '@esbuild/linux-mips64el@0.25.12': 812 - resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 813 - engines: {node: '>=18'} 814 - cpu: [mips64el] 815 - os: [linux] 816 - 817 739 '@esbuild/linux-mips64el@0.27.1': 818 740 resolution: {integrity: sha512-U0bEuAOLvO/DWFdygTHWY8C067FXz+UbzKgxYhXC0fDieFa0kDIra1FAhsAARRJbvEyso8aAqvPdNxzWuStBnA==} 819 741 engines: {node: '>=18'} 820 742 cpu: [mips64el] 821 743 os: [linux] 822 744 823 - '@esbuild/linux-ppc64@0.25.12': 824 - resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 825 - engines: {node: '>=18'} 826 - cpu: [ppc64] 827 - os: [linux] 828 - 829 745 '@esbuild/linux-ppc64@0.27.1': 830 746 resolution: {integrity: sha512-NzdQ/Xwu6vPSf/GkdmRNsOfIeSGnh7muundsWItmBsVpMoNPVpM61qNzAVY3pZ1glzzAxLR40UyYM23eaDDbYQ==} 831 747 engines: {node: '>=18'} 832 748 cpu: [ppc64] 833 749 os: [linux] 834 750 835 - '@esbuild/linux-riscv64@0.25.12': 836 - resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 837 - engines: {node: '>=18'} 838 - cpu: [riscv64] 839 - os: [linux] 840 - 841 751 '@esbuild/linux-riscv64@0.27.1': 842 752 resolution: {integrity: sha512-7zlw8p3IApcsN7mFw0O1Z1PyEk6PlKMu18roImfl3iQHTnr/yAfYv6s4hXPidbDoI2Q0pW+5xeoM4eTCC0UdrQ==} 843 753 engines: {node: '>=18'} 844 754 cpu: [riscv64] 845 755 os: [linux] 846 756 847 - '@esbuild/linux-s390x@0.25.12': 848 - resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} 849 - engines: {node: '>=18'} 850 - cpu: [s390x] 851 - os: [linux] 852 - 853 757 '@esbuild/linux-s390x@0.27.1': 854 758 resolution: {integrity: sha512-cGj5wli+G+nkVQdZo3+7FDKC25Uh4ZVwOAK6A06Hsvgr8WqBBuOy/1s+PUEd/6Je+vjfm6stX0kmib5b/O2Ykw==} 855 759 engines: {node: '>=18'} 856 760 cpu: [s390x] 857 761 os: [linux] 858 762 859 - '@esbuild/linux-x64@0.25.12': 860 - resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} 861 - engines: {node: '>=18'} 862 - cpu: [x64] 863 - os: [linux] 864 - 865 763 '@esbuild/linux-x64@0.27.1': 866 764 resolution: {integrity: sha512-z3H/HYI9MM0HTv3hQZ81f+AKb+yEoCRlUby1F80vbQ5XdzEMyY/9iNlAmhqiBKw4MJXwfgsh7ERGEOhrM1niMA==} 867 765 engines: {node: '>=18'} 868 766 cpu: [x64] 869 767 os: [linux] 870 768 871 - '@esbuild/netbsd-arm64@0.25.12': 872 - resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 873 - engines: {node: '>=18'} 874 - cpu: [arm64] 875 - os: [netbsd] 876 - 877 769 '@esbuild/netbsd-arm64@0.27.1': 878 770 resolution: {integrity: sha512-wzC24DxAvk8Em01YmVXyjl96Mr+ecTPyOuADAvjGg+fyBpGmxmcr2E5ttf7Im8D0sXZihpxzO1isus8MdjMCXQ==} 879 771 engines: {node: '>=18'} 880 772 cpu: [arm64] 881 773 os: [netbsd] 882 774 883 - '@esbuild/netbsd-x64@0.25.12': 884 - resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 885 - engines: {node: '>=18'} 886 - cpu: [x64] 887 - os: [netbsd] 888 - 889 775 '@esbuild/netbsd-x64@0.27.1': 890 776 resolution: {integrity: sha512-1YQ8ybGi2yIXswu6eNzJsrYIGFpnlzEWRl6iR5gMgmsrR0FcNoV1m9k9sc3PuP5rUBLshOZylc9nqSgymI+TYg==} 891 777 engines: {node: '>=18'} 892 778 cpu: [x64] 893 779 os: [netbsd] 894 780 895 - '@esbuild/openbsd-arm64@0.25.12': 896 - resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 897 - engines: {node: '>=18'} 898 - cpu: [arm64] 899 - os: [openbsd] 900 - 901 781 '@esbuild/openbsd-arm64@0.27.1': 902 782 resolution: {integrity: sha512-5Z+DzLCrq5wmU7RDaMDe2DVXMRm2tTDvX2KU14JJVBN2CT/qov7XVix85QoJqHltpvAOZUAc3ndU56HSMWrv8g==} 903 783 engines: {node: '>=18'} 904 784 cpu: [arm64] 905 785 os: [openbsd] 906 786 907 - '@esbuild/openbsd-x64@0.25.12': 908 - resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} 909 - engines: {node: '>=18'} 910 - cpu: [x64] 911 - os: [openbsd] 912 - 913 787 '@esbuild/openbsd-x64@0.27.1': 914 788 resolution: {integrity: sha512-Q73ENzIdPF5jap4wqLtsfh8YbYSZ8Q0wnxplOlZUOyZy7B4ZKW8DXGWgTCZmF8VWD7Tciwv5F4NsRf6vYlZtqg==} 915 789 engines: {node: '>=18'} 916 790 cpu: [x64] 917 791 os: [openbsd] 918 792 919 - '@esbuild/openharmony-arm64@0.25.12': 920 - resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 921 - engines: {node: '>=18'} 922 - cpu: [arm64] 923 - os: [openharmony] 924 - 925 793 '@esbuild/openharmony-arm64@0.27.1': 926 794 resolution: {integrity: sha512-ajbHrGM/XiK+sXM0JzEbJAen+0E+JMQZ2l4RR4VFwvV9JEERx+oxtgkpoKv1SevhjavK2z2ReHk32pjzktWbGg==} 927 795 engines: {node: '>=18'} 928 796 cpu: [arm64] 929 797 os: [openharmony] 930 798 931 - '@esbuild/sunos-x64@0.25.12': 932 - resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 933 - engines: {node: '>=18'} 934 - cpu: [x64] 935 - os: [sunos] 936 - 937 799 '@esbuild/sunos-x64@0.27.1': 938 800 resolution: {integrity: sha512-IPUW+y4VIjuDVn+OMzHc5FV4GubIwPnsz6ubkvN8cuhEqH81NovB53IUlrlBkPMEPxvNnf79MGBoz8rZ2iW8HA==} 939 801 engines: {node: '>=18'} 940 802 cpu: [x64] 941 803 os: [sunos] 942 804 943 - '@esbuild/win32-arm64@0.25.12': 944 - resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 945 - engines: {node: '>=18'} 946 - cpu: [arm64] 947 - os: [win32] 948 - 949 805 '@esbuild/win32-arm64@0.27.1': 950 806 resolution: {integrity: sha512-RIVRWiljWA6CdVu8zkWcRmGP7iRRIIwvhDKem8UMBjPql2TXM5PkDVvvrzMtj1V+WFPB4K7zkIGM7VzRtFkjdg==} 951 807 engines: {node: '>=18'} 952 808 cpu: [arm64] 953 809 os: [win32] 954 810 955 - '@esbuild/win32-ia32@0.25.12': 956 - resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 957 - engines: {node: '>=18'} 958 - cpu: [ia32] 959 - os: [win32] 960 - 961 811 '@esbuild/win32-ia32@0.27.1': 962 812 resolution: {integrity: sha512-2BR5M8CPbptC1AK5JbJT1fWrHLvejwZidKx3UMSF0ecHMa+smhi16drIrCEggkgviBwLYd5nwrFLSl5Kho96RQ==} 963 813 engines: {node: '>=18'} 964 814 cpu: [ia32] 965 - os: [win32] 966 - 967 - '@esbuild/win32-x64@0.25.12': 968 - resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 969 - engines: {node: '>=18'} 970 - cpu: [x64] 971 815 os: [win32] 972 816 973 817 '@esbuild/win32-x64@0.27.1': ··· 1633 1477 '@standard-schema/spec@1.0.0': 1634 1478 resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} 1635 1479 1636 - '@t3-oss/env-core@0.13.8': 1637 - resolution: {integrity: sha512-L1inmpzLQyYu4+Q1DyrXsGJYCXbtXjC4cICw1uAKv0ppYPQv656lhZPU91Qd1VS6SO/bou1/q5ufVzBGbNsUpw==} 1480 + '@t3-oss/env-core@0.13.10': 1481 + resolution: {integrity: sha512-NNFfdlJ+HmPHkLi2HKy7nwuat9SIYOxei9K10lO2YlcSObDILY7mHZNSHsieIM3A0/5OOzw/P/b+yLvPdaG52g==} 1638 1482 peerDependencies: 1639 1483 arktype: ^2.1.0 1640 1484 typescript: '>=5.0.0' 1641 1485 valibot: ^1.0.0-beta.7 || ^1.0.0 1642 - zod: ^3.24.0 || ^4.0.0-beta.0 1486 + zod: ^3.24.0 || ^4.0.0 1643 1487 peerDependenciesMeta: 1644 1488 arktype: 1645 1489 optional: true ··· 1724 1568 '@types/mime@1.3.5': 1725 1569 resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} 1726 1570 1727 - '@types/node@24.10.2': 1728 - resolution: {integrity: sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==} 1571 + '@types/node@24.10.4': 1572 + resolution: {integrity: sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==} 1729 1573 1730 1574 '@types/qs@6.14.0': 1731 1575 resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} ··· 1993 1837 resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} 1994 1838 engines: {node: '>=8.0.0'} 1995 1839 1996 - autoprefixer@10.4.22: 1997 - resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==} 1840 + autoprefixer@10.4.23: 1841 + resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==} 1998 1842 engines: {node: ^10 || ^12 || >=14} 1999 1843 hasBin: true 2000 1844 peerDependencies: ··· 2077 1921 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 2078 1922 engines: {node: '>=8'} 2079 1923 2080 - browserslist@4.25.3: 2081 - resolution: {integrity: sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==} 2082 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 2083 - hasBin: true 2084 - 2085 1924 browserslist@4.28.1: 2086 1925 resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} 2087 1926 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} ··· 2143 1982 camelize@1.0.1: 2144 1983 resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} 2145 1984 2146 - caniuse-lite@1.0.30001737: 2147 - resolution: {integrity: sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==} 2148 - 2149 1985 caniuse-lite@1.0.30001760: 2150 1986 resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} 2151 1987 ··· 2472 2308 effect@3.16.12: 2473 2309 resolution: {integrity: sha512-N39iBk0K71F9nb442TLbTkjl24FLUzuvx2i1I2RsEAQsdAdUTuUoW0vlfUXgkMTUOnYqKnWcFfqw4hK4Pw27hg==} 2474 2310 2475 - electron-to-chromium@1.5.209: 2476 - resolution: {integrity: sha512-Xoz0uMrim9ZETCQt8UgM5FxQF9+imA7PBpokoGcZloA1uw2LeHzTlip5cb5KOAsXZLjh/moN2vReN3ZjJmjI9A==} 2477 - 2478 2311 electron-to-chromium@1.5.267: 2479 2312 resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} 2480 2313 ··· 2561 2394 es-to-primitive@1.3.0: 2562 2395 resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} 2563 2396 engines: {node: '>= 0.4'} 2564 - 2565 - esbuild@0.25.12: 2566 - resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 2567 - engines: {node: '>=18'} 2568 - hasBin: true 2569 2397 2570 2398 esbuild@0.27.1: 2571 2399 resolution: {integrity: sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==} ··· 3040 2868 i18next-browser-languagedetector@8.2.0: 3041 2869 resolution: {integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==} 3042 2870 3043 - i18next@25.7.2: 3044 - resolution: {integrity: sha512-58b4kmLpLv1buWUEwegMDUqZVR5J+rT+WTRFaBGL7lxDuJQQ0NrJFrq+eT2N94aYVR1k1Sr13QITNOL88tZCuw==} 2871 + i18next@25.7.3: 2872 + resolution: {integrity: sha512-2XaT+HpYGuc2uTExq9TVRhLsso+Dxym6PWaKpn36wfBmTI779OQ7iP/XaZHzrnGyzU4SHpFrTYLKfVyBfAhVNA==} 3045 2873 peerDependencies: 3046 2874 typescript: ^5 3047 2875 peerDependenciesMeta: ··· 3431 3259 jose@5.10.0: 3432 3260 resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==} 3433 3261 3434 - jotai@2.15.2: 3435 - resolution: {integrity: sha512-El86CCfXNMEOytp20NPfppqGGmcp6H6kIA+tJHdmASEUURJCYW4fh8nTHEnB8rUXEFAY1pm8PdHPwnrcPGwdEg==} 3262 + jotai@2.16.0: 3263 + resolution: {integrity: sha512-NmkwPBet0SHQ28GBfEb10sqnbVOYyn6DL4iazZgGRDUKxSWL0iqcm+IK4TqTSFC2ixGk+XX2e46Wbv364a3cKg==} 3436 3264 engines: {node: '>=12.20.0'} 3437 3265 peerDependencies: 3438 3266 '@babel/core': '>=7.0.0' ··· 3754 3582 node-int64@0.4.0: 3755 3583 resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} 3756 3584 3757 - node-releases@2.0.19: 3758 - resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} 3759 - 3760 3585 node-releases@2.0.27: 3761 3586 resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 3762 3587 ··· 3768 3593 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 3769 3594 engines: {node: '>=0.10.0'} 3770 3595 3771 - normalize-range@0.1.2: 3772 - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 3773 - engines: {node: '>=0.10.0'} 3774 - 3775 3596 npm-install-checks@6.3.0: 3776 3597 resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} 3777 3598 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} ··· 4230 4051 peerDependencies: 4231 4052 react: '>=16.3.0' 4232 4053 4233 - react-i18next@16.4.0: 4234 - resolution: {integrity: sha512-bxVeBA8Ky2UeItNhF4JRxHCFIrpEJHGFG/mOAa4CR0JkqaDEYSLmlEgmC4Os63SBlZ+E5U0YyrNJOSVl2mtVqQ==} 4054 + react-i18next@16.5.0: 4055 + resolution: {integrity: sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw==} 4235 4056 peerDependencies: 4236 4057 i18next: '>= 25.6.2' 4237 4058 react: '>= 16.8.0' ··· 4933 4754 until-async@3.0.2: 4934 4755 resolution: {integrity: sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==} 4935 4756 4936 - update-browserslist-db@1.1.3: 4937 - resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} 4938 - hasBin: true 4939 - peerDependencies: 4940 - browserslist: '>= 4.21.0' 4941 - 4942 4757 update-browserslist-db@1.2.2: 4943 4758 resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} 4944 4759 hasBin: true ··· 5003 4818 vite: 5004 4819 optional: true 5005 4820 5006 - vite@7.2.7: 5007 - resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} 4821 + vite@7.3.0: 4822 + resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} 5008 4823 engines: {node: ^20.19.0 || >=22.12.0} 5009 4824 hasBin: true 5010 4825 peerDependencies: ··· 5224 5039 zod@3.25.76: 5225 5040 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 5226 5041 5227 - zod@4.1.13: 5228 - resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} 5042 + zod@4.2.0: 5043 + resolution: {integrity: sha512-Bd5fw9wlIhtqCCxotZgdTOMwGm1a0u75wARVEY9HMs1X17trvA/lMi4+MGK5EUfYkXVTbX8UDiDKW4OgzHVUZw==} 5229 5044 5230 5045 snapshots: 5231 5046 ··· 5304 5119 5305 5120 '@atproto-labs/simple-store@0.3.0': {} 5306 5121 5307 - '@atproto/api@0.18.5': 5122 + '@atproto/api@0.18.8': 5308 5123 dependencies: 5309 5124 '@atproto/common-web': 0.4.7 5310 5125 '@atproto/lexicon': 0.6.0 ··· 5453 5268 5454 5269 '@atproto/syntax@0.4.2': {} 5455 5270 5456 - '@atproto/ws-client@0.0.3': 5271 + '@atproto/ws-client@0.0.4': 5457 5272 dependencies: 5458 5273 '@atproto/common': 0.5.3 5459 5274 ws: 8.18.3 ··· 5461 5276 - bufferutil 5462 5277 - utf-8-validate 5463 5278 5464 - '@atproto/xrpc-server@0.10.3': 5279 + '@atproto/xrpc-server@0.10.4': 5465 5280 dependencies: 5466 5281 '@atproto/common': 0.5.3 5467 5282 '@atproto/crypto': 0.4.5 5468 5283 '@atproto/lex-cbor': 0.0.3 5469 5284 '@atproto/lex-data': 0.0.3 5470 5285 '@atproto/lexicon': 0.6.0 5471 - '@atproto/ws-client': 0.0.3 5286 + '@atproto/ws-client': 0.0.4 5472 5287 '@atproto/xrpc': 0.7.7 5473 5288 express: 4.21.2 5474 - http-errors: 2.0.0 5289 + http-errors: 2.0.1 5475 5290 mime-types: 2.1.35 5476 5291 rate-limiter-flexible: 2.4.2 5477 5292 ws: 8.18.3 ··· 5507 5322 '@babel/types': 7.28.4 5508 5323 '@jridgewell/remapping': 2.3.5 5509 5324 convert-source-map: 2.0.0 5510 - debug: 4.4.1 5325 + debug: 4.4.3 5511 5326 gensync: 1.0.0-beta.2 5512 5327 json5: 2.2.3 5513 5328 semver: 6.3.1 ··· 5530 5345 dependencies: 5531 5346 '@babel/compat-data': 7.28.0 5532 5347 '@babel/helper-validator-option': 7.27.1 5533 - browserslist: 4.25.3 5348 + browserslist: 4.28.1 5534 5349 lru-cache: 5.1.1 5535 5350 semver: 6.3.1 5536 5351 ··· 5742 5557 '@babel/parser': 7.28.4 5743 5558 '@babel/template': 7.27.2 5744 5559 '@babel/types': 7.28.4 5745 - debug: 4.4.1 5560 + debug: 4.4.3 5746 5561 transitivePeerDependencies: 5747 5562 - supports-color 5748 5563 ··· 5760 5575 5761 5576 '@bcoe/v8-coverage@1.0.2': {} 5762 5577 5763 - '@conform-to/dom@1.14.1': {} 5578 + '@conform-to/dom@1.15.0': {} 5764 5579 5765 - '@conform-to/react@1.14.1(react@19.2.1)': 5580 + '@conform-to/react@1.15.0(react@19.2.1)': 5766 5581 dependencies: 5767 - '@conform-to/dom': 1.14.1 5582 + '@conform-to/dom': 1.15.0 5768 5583 react: 19.2.1 5769 5584 5770 - '@conform-to/zod@1.14.1(zod@4.1.13)': 5585 + '@conform-to/zod@1.15.0(zod@4.2.0)': 5771 5586 dependencies: 5772 - '@conform-to/dom': 1.14.1 5773 - zod: 4.1.13 5587 + '@conform-to/dom': 1.15.0 5588 + zod: 4.2.0 5774 5589 5775 5590 '@dword-design/defu@1.0.3': 5776 5591 dependencies: ··· 5790 5605 dependencies: 5791 5606 emoji-mart: 5.6.0 5792 5607 react: 19.2.1 5793 - 5794 - '@esbuild/aix-ppc64@0.25.12': 5795 - optional: true 5796 5608 5797 5609 '@esbuild/aix-ppc64@0.27.1': 5798 5610 optional: true 5799 5611 5800 - '@esbuild/android-arm64@0.25.12': 5801 - optional: true 5802 - 5803 5612 '@esbuild/android-arm64@0.27.1': 5804 - optional: true 5805 - 5806 - '@esbuild/android-arm@0.25.12': 5807 5613 optional: true 5808 5614 5809 5615 '@esbuild/android-arm@0.27.1': 5810 5616 optional: true 5811 5617 5812 - '@esbuild/android-x64@0.25.12': 5813 - optional: true 5814 - 5815 5618 '@esbuild/android-x64@0.27.1': 5816 5619 optional: true 5817 5620 5818 - '@esbuild/darwin-arm64@0.25.12': 5819 - optional: true 5820 - 5821 5621 '@esbuild/darwin-arm64@0.27.1': 5822 5622 optional: true 5823 5623 5824 - '@esbuild/darwin-x64@0.25.12': 5825 - optional: true 5826 - 5827 5624 '@esbuild/darwin-x64@0.27.1': 5828 5625 optional: true 5829 5626 5830 - '@esbuild/freebsd-arm64@0.25.12': 5831 - optional: true 5832 - 5833 5627 '@esbuild/freebsd-arm64@0.27.1': 5834 5628 optional: true 5835 5629 5836 - '@esbuild/freebsd-x64@0.25.12': 5837 - optional: true 5838 - 5839 5630 '@esbuild/freebsd-x64@0.27.1': 5840 5631 optional: true 5841 5632 5842 - '@esbuild/linux-arm64@0.25.12': 5843 - optional: true 5844 - 5845 5633 '@esbuild/linux-arm64@0.27.1': 5846 5634 optional: true 5847 5635 5848 - '@esbuild/linux-arm@0.25.12': 5849 - optional: true 5850 - 5851 5636 '@esbuild/linux-arm@0.27.1': 5852 5637 optional: true 5853 5638 5854 - '@esbuild/linux-ia32@0.25.12': 5855 - optional: true 5856 - 5857 5639 '@esbuild/linux-ia32@0.27.1': 5858 - optional: true 5859 - 5860 - '@esbuild/linux-loong64@0.25.12': 5861 5640 optional: true 5862 5641 5863 5642 '@esbuild/linux-loong64@0.27.1': 5864 5643 optional: true 5865 5644 5866 - '@esbuild/linux-mips64el@0.25.12': 5867 - optional: true 5868 - 5869 5645 '@esbuild/linux-mips64el@0.27.1': 5870 5646 optional: true 5871 5647 5872 - '@esbuild/linux-ppc64@0.25.12': 5873 - optional: true 5874 - 5875 5648 '@esbuild/linux-ppc64@0.27.1': 5876 5649 optional: true 5877 5650 5878 - '@esbuild/linux-riscv64@0.25.12': 5879 - optional: true 5880 - 5881 5651 '@esbuild/linux-riscv64@0.27.1': 5882 5652 optional: true 5883 5653 5884 - '@esbuild/linux-s390x@0.25.12': 5885 - optional: true 5886 - 5887 5654 '@esbuild/linux-s390x@0.27.1': 5888 5655 optional: true 5889 5656 5890 - '@esbuild/linux-x64@0.25.12': 5891 - optional: true 5892 - 5893 5657 '@esbuild/linux-x64@0.27.1': 5894 5658 optional: true 5895 5659 5896 - '@esbuild/netbsd-arm64@0.25.12': 5897 - optional: true 5898 - 5899 5660 '@esbuild/netbsd-arm64@0.27.1': 5900 - optional: true 5901 - 5902 - '@esbuild/netbsd-x64@0.25.12': 5903 5661 optional: true 5904 5662 5905 5663 '@esbuild/netbsd-x64@0.27.1': 5906 5664 optional: true 5907 5665 5908 - '@esbuild/openbsd-arm64@0.25.12': 5909 - optional: true 5910 - 5911 5666 '@esbuild/openbsd-arm64@0.27.1': 5912 - optional: true 5913 - 5914 - '@esbuild/openbsd-x64@0.25.12': 5915 5667 optional: true 5916 5668 5917 5669 '@esbuild/openbsd-x64@0.27.1': 5918 5670 optional: true 5919 5671 5920 - '@esbuild/openharmony-arm64@0.25.12': 5921 - optional: true 5922 - 5923 5672 '@esbuild/openharmony-arm64@0.27.1': 5924 5673 optional: true 5925 5674 5926 - '@esbuild/sunos-x64@0.25.12': 5927 - optional: true 5928 - 5929 5675 '@esbuild/sunos-x64@0.27.1': 5930 5676 optional: true 5931 5677 5932 - '@esbuild/win32-arm64@0.25.12': 5933 - optional: true 5934 - 5935 5678 '@esbuild/win32-arm64@0.27.1': 5936 5679 optional: true 5937 5680 5938 - '@esbuild/win32-ia32@0.25.12': 5939 - optional: true 5940 - 5941 5681 '@esbuild/win32-ia32@0.27.1': 5942 - optional: true 5943 - 5944 - '@esbuild/win32-x64@0.25.12': 5945 5682 optional: true 5946 5683 5947 5684 '@esbuild/win32-x64@0.27.1': ··· 5961 5698 '@eslint/config-array@0.21.1': 5962 5699 dependencies: 5963 5700 '@eslint/object-schema': 2.1.7 5964 - debug: 4.4.1 5701 + debug: 4.4.3 5965 5702 minimatch: 3.1.2 5966 5703 transitivePeerDependencies: 5967 5704 - supports-color ··· 5977 5714 '@eslint/eslintrc@3.3.1': 5978 5715 dependencies: 5979 5716 ajv: 6.12.6 5980 - debug: 4.4.1 5717 + debug: 4.4.3 5981 5718 espree: 10.4.0 5982 5719 globals: 14.0.0 5983 5720 ignore: 5.3.2 ··· 6028 5765 6029 5766 '@humanwhocodes/retry@0.4.3': {} 6030 5767 6031 - '@inquirer/confirm@5.1.16(@types/node@24.10.2)': 5768 + '@inquirer/confirm@5.1.16(@types/node@24.10.4)': 6032 5769 dependencies: 6033 - '@inquirer/core': 10.2.0(@types/node@24.10.2) 6034 - '@inquirer/type': 3.0.8(@types/node@24.10.2) 5770 + '@inquirer/core': 10.2.0(@types/node@24.10.4) 5771 + '@inquirer/type': 3.0.8(@types/node@24.10.4) 6035 5772 optionalDependencies: 6036 - '@types/node': 24.10.2 5773 + '@types/node': 24.10.4 6037 5774 6038 - '@inquirer/core@10.2.0(@types/node@24.10.2)': 5775 + '@inquirer/core@10.2.0(@types/node@24.10.4)': 6039 5776 dependencies: 6040 5777 '@inquirer/figures': 1.0.13 6041 - '@inquirer/type': 3.0.8(@types/node@24.10.2) 5778 + '@inquirer/type': 3.0.8(@types/node@24.10.4) 6042 5779 ansi-escapes: 4.3.2 6043 5780 cli-width: 4.1.0 6044 5781 mute-stream: 2.0.0 ··· 6046 5783 wrap-ansi: 6.2.0 6047 5784 yoctocolors-cjs: 2.1.3 6048 5785 optionalDependencies: 6049 - '@types/node': 24.10.2 5786 + '@types/node': 24.10.4 6050 5787 6051 5788 '@inquirer/figures@1.0.13': {} 6052 5789 6053 - '@inquirer/type@3.0.8(@types/node@24.10.2)': 5790 + '@inquirer/type@3.0.8(@types/node@24.10.4)': 6054 5791 optionalDependencies: 6055 - '@types/node': 24.10.2 5792 + '@types/node': 24.10.4 6056 5793 6057 5794 '@ipld/dag-cbor@7.0.3': 6058 5795 dependencies: ··· 6081 5818 '@jest/console@29.7.0': 6082 5819 dependencies: 6083 5820 '@jest/types': 29.6.3 6084 - '@types/node': 24.10.2 5821 + '@types/node': 24.10.4 6085 5822 chalk: 4.1.2 6086 5823 jest-message-util: 29.7.0 6087 5824 jest-util: 29.7.0 ··· 6094 5831 '@jest/test-result': 29.7.0 6095 5832 '@jest/transform': 29.7.0 6096 5833 '@jest/types': 29.6.3 6097 - '@types/node': 24.10.2 5834 + '@types/node': 24.10.4 6098 5835 ansi-escapes: 4.3.2 6099 5836 chalk: 4.1.2 6100 5837 ci-info: 3.9.0 6101 5838 exit: 0.1.2 6102 5839 graceful-fs: 4.2.11 6103 5840 jest-changed-files: 29.7.0 6104 - jest-config: 29.7.0(@types/node@24.10.2) 5841 + jest-config: 29.7.0(@types/node@24.10.4) 6105 5842 jest-haste-map: 29.7.0 6106 5843 jest-message-util: 29.7.0 6107 5844 jest-regex-util: 29.6.3 ··· 6126 5863 dependencies: 6127 5864 '@jest/fake-timers': 29.7.0 6128 5865 '@jest/types': 29.6.3 6129 - '@types/node': 24.10.2 5866 + '@types/node': 24.10.4 6130 5867 jest-mock: 29.7.0 6131 5868 6132 5869 '@jest/expect-utils@29.7.0': ··· 6144 5881 dependencies: 6145 5882 '@jest/types': 29.6.3 6146 5883 '@sinonjs/fake-timers': 10.3.0 6147 - '@types/node': 24.10.2 5884 + '@types/node': 24.10.4 6148 5885 jest-message-util: 29.7.0 6149 5886 jest-mock: 29.7.0 6150 5887 jest-util: 29.7.0 ··· 6166 5903 '@jest/transform': 29.7.0 6167 5904 '@jest/types': 29.6.3 6168 5905 '@jridgewell/trace-mapping': 0.3.30 6169 - '@types/node': 24.10.2 5906 + '@types/node': 24.10.4 6170 5907 chalk: 4.1.2 6171 5908 collect-v8-coverage: 1.0.2 6172 5909 exit: 0.1.2 ··· 6236 5973 '@jest/schemas': 29.6.3 6237 5974 '@types/istanbul-lib-coverage': 2.0.6 6238 5975 '@types/istanbul-reports': 3.0.4 6239 - '@types/node': 24.10.2 5976 + '@types/node': 24.10.4 6240 5977 '@types/yargs': 17.0.33 6241 5978 chalk: 4.1.2 6242 5979 ··· 6483 6220 '@prisma/prisma-schema-wasm': 6.14.0-25.717184b7b35ea05dfa71a3236b7af656013e1e49 6484 6221 fs-extra: 11.3.0 6485 6222 6486 - '@quramy/jest-prisma-core@1.8.1(jest@29.7.0(@types/node@24.10.2))': 6223 + '@quramy/jest-prisma-core@1.8.1(jest@29.7.0(@types/node@24.10.4))': 6487 6224 dependencies: 6488 6225 chalk: 4.1.2 6489 - jest: 29.7.0(@types/node@24.10.2) 6226 + jest: 29.7.0(@types/node@24.10.4) 6490 6227 6491 6228 '@quramy/prisma-fabbrica@2.3.3(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(magicast@0.3.5)(typescript@5.9.3)': 6492 6229 dependencies: ··· 6499 6236 transitivePeerDependencies: 6500 6237 - magicast 6501 6238 6502 - '@react-router/dev@7.9.5(@types/node@24.10.2)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1)': 6239 + '@react-router/dev@7.9.5(@types/node@24.10.4)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1)': 6503 6240 dependencies: 6504 6241 '@babel/core': 7.28.4 6505 6242 '@babel/generator': 7.28.3 ··· 6529 6266 semver: 7.7.2 6530 6267 tinyglobby: 0.2.15 6531 6268 valibot: 1.1.0(typescript@5.9.3) 6532 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6533 - vite-node: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6269 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6270 + vite-node: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6534 6271 optionalDependencies: 6535 - '@vitejs/plugin-rsc': 0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 6272 + '@vitejs/plugin-rsc': 0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 6536 6273 typescript: 5.9.3 6537 6274 transitivePeerDependencies: 6538 6275 - '@types/node' ··· 6558 6295 optionalDependencies: 6559 6296 typescript: 5.9.3 6560 6297 6561 - '@react-router/fs-routes@7.9.5(@react-router/dev@7.9.5(@types/node@24.10.2)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3)': 6298 + '@react-router/fs-routes@7.9.5(@react-router/dev@7.9.5(@types/node@24.10.4)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3)': 6562 6299 dependencies: 6563 - '@react-router/dev': 7.9.5(@types/node@24.10.2)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1) 6300 + '@react-router/dev': 7.9.5(@types/node@24.10.4)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(tsx@4.21.0)(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))(yaml@2.8.1) 6564 6301 minimatch: 9.0.5 6565 6302 optionalDependencies: 6566 6303 typescript: 5.9.3 ··· 6720 6457 6721 6458 '@standard-schema/spec@1.0.0': {} 6722 6459 6723 - '@t3-oss/env-core@0.13.8(arktype@2.1.20)(typescript@5.9.3)(valibot@1.1.0(typescript@5.9.3))(zod@4.1.13)': 6460 + '@t3-oss/env-core@0.13.10(arktype@2.1.20)(typescript@5.9.3)(valibot@1.1.0(typescript@5.9.3))(zod@4.2.0)': 6724 6461 optionalDependencies: 6725 6462 arktype: 2.1.20 6726 6463 typescript: 5.9.3 6727 6464 valibot: 1.1.0(typescript@5.9.3) 6728 - zod: 4.1.13 6465 + zod: 4.2.0 6729 6466 6730 6467 '@tailwindcss/typography@0.5.19(tailwindcss@3.4.18)': 6731 6468 dependencies: ··· 6762 6499 '@types/body-parser@1.19.6': 6763 6500 dependencies: 6764 6501 '@types/connect': 3.4.38 6765 - '@types/node': 24.10.2 6502 + '@types/node': 24.10.4 6766 6503 6767 6504 '@types/chai@5.2.2': 6768 6505 dependencies: ··· 6770 6507 6771 6508 '@types/connect@3.4.38': 6772 6509 dependencies: 6773 - '@types/node': 24.10.2 6510 + '@types/node': 24.10.4 6774 6511 6775 6512 '@types/deep-eql@4.0.2': {} 6776 6513 ··· 6778 6515 6779 6516 '@types/express-serve-static-core@5.0.7': 6780 6517 dependencies: 6781 - '@types/node': 24.10.2 6518 + '@types/node': 24.10.4 6782 6519 '@types/qs': 6.14.0 6783 6520 '@types/range-parser': 1.2.7 6784 6521 '@types/send': 0.17.5 ··· 6791 6528 6792 6529 '@types/graceful-fs@4.1.9': 6793 6530 dependencies: 6794 - '@types/node': 24.10.2 6531 + '@types/node': 24.10.4 6795 6532 6796 6533 '@types/http-errors@2.0.5': {} 6797 6534 ··· 6822 6559 6823 6560 '@types/mime@1.3.5': {} 6824 6561 6825 - '@types/node@24.10.2': 6562 + '@types/node@24.10.4': 6826 6563 dependencies: 6827 6564 undici-types: 7.16.0 6828 6565 ··· 6841 6578 '@types/send@0.17.5': 6842 6579 dependencies: 6843 6580 '@types/mime': 1.3.5 6844 - '@types/node': 24.10.2 6581 + '@types/node': 24.10.4 6845 6582 6846 6583 '@types/serve-static@2.2.0': 6847 6584 dependencies: 6848 6585 '@types/http-errors': 2.0.5 6849 - '@types/node': 24.10.2 6586 + '@types/node': 24.10.4 6850 6587 6851 6588 '@types/stack-utils@2.0.3': {} 6852 6589 ··· 6856 6593 6857 6594 '@types/ws@8.18.1': 6858 6595 dependencies: 6859 - '@types/node': 24.10.2 6596 + '@types/node': 24.10.4 6860 6597 6861 6598 '@types/yargs-parser@21.0.3': {} 6862 6599 ··· 6887 6624 '@typescript-eslint/types': 8.39.1 6888 6625 '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.3) 6889 6626 '@typescript-eslint/visitor-keys': 8.39.1 6890 - debug: 4.4.1 6627 + debug: 4.4.3 6891 6628 eslint: 9.38.0(jiti@2.5.1) 6892 6629 typescript: 5.9.3 6893 6630 transitivePeerDependencies: ··· 6897 6634 dependencies: 6898 6635 '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.3) 6899 6636 '@typescript-eslint/types': 8.39.1 6900 - debug: 4.4.1 6637 + debug: 4.4.3 6901 6638 typescript: 5.9.3 6902 6639 transitivePeerDependencies: 6903 6640 - supports-color ··· 6916 6653 '@typescript-eslint/types': 8.39.1 6917 6654 '@typescript-eslint/typescript-estree': 8.39.1(typescript@5.9.3) 6918 6655 '@typescript-eslint/utils': 8.39.1(eslint@9.38.0(jiti@2.5.1))(typescript@5.9.3) 6919 - debug: 4.4.1 6656 + debug: 4.4.3 6920 6657 eslint: 9.38.0(jiti@2.5.1) 6921 6658 ts-api-utils: 2.1.0(typescript@5.9.3) 6922 6659 typescript: 5.9.3 ··· 6931 6668 '@typescript-eslint/tsconfig-utils': 8.39.1(typescript@5.9.3) 6932 6669 '@typescript-eslint/types': 8.39.1 6933 6670 '@typescript-eslint/visitor-keys': 8.39.1 6934 - debug: 4.4.1 6671 + debug: 4.4.3 6935 6672 fast-glob: 3.3.3 6936 6673 is-glob: 4.0.3 6937 6674 minimatch: 9.0.5 ··· 6957 6694 '@typescript-eslint/types': 8.39.1 6958 6695 eslint-visitor-keys: 4.2.1 6959 6696 6960 - '@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))': 6697 + '@vitejs/plugin-rsc@0.4.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))': 6961 6698 dependencies: 6962 6699 '@mjackson/node-fetch-server': 0.7.0 6963 6700 es-module-lexer: 1.7.0 ··· 6967 6704 react: 19.2.1 6968 6705 react-dom: 19.2.1(react@19.2.1) 6969 6706 turbo-stream: 3.1.0 6970 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6971 - vitefu: 1.1.1(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 6707 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6708 + vitefu: 1.1.1(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 6972 6709 optional: true 6973 6710 6974 - '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1))': 6711 + '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1))': 6975 6712 dependencies: 6976 6713 '@ampproject/remapping': 2.3.0 6977 6714 '@bcoe/v8-coverage': 1.0.2 ··· 6986 6723 std-env: 3.9.0 6987 6724 test-exclude: 7.0.1 6988 6725 tinyrainbow: 2.0.0 6989 - vitest: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 6726 + vitest: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 6990 6727 transitivePeerDependencies: 6991 6728 - supports-color 6992 6729 ··· 6998 6735 chai: 5.2.0 6999 6736 tinyrainbow: 2.0.0 7000 6737 7001 - '@vitest/mocker@3.2.4(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))': 6738 + '@vitest/mocker@3.2.4(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1))': 7002 6739 dependencies: 7003 6740 '@vitest/spy': 3.2.4 7004 6741 estree-walker: 3.0.3 7005 6742 magic-string: 0.30.17 7006 6743 optionalDependencies: 7007 - msw: 2.12.4(@types/node@24.10.2)(typescript@5.9.3) 7008 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 6744 + msw: 2.12.4(@types/node@24.10.4)(typescript@5.9.3) 6745 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 7009 6746 7010 6747 '@vitest/pretty-format@3.2.4': 7011 6748 dependencies: ··· 7176 6913 7177 6914 atomic-sleep@1.0.0: {} 7178 6915 7179 - autoprefixer@10.4.22(postcss@8.5.6): 6916 + autoprefixer@10.4.23(postcss@8.5.6): 7180 6917 dependencies: 7181 6918 browserslist: 4.28.1 7182 6919 caniuse-lite: 1.0.30001760 7183 6920 fraction.js: 5.3.4 7184 - normalize-range: 0.1.2 7185 6921 picocolors: 1.1.1 7186 6922 postcss: 8.5.6 7187 6923 postcss-value-parser: 4.2.0 ··· 7304 7040 bytes: 3.1.2 7305 7041 content-type: 1.0.5 7306 7042 debug: 4.4.3 7307 - http-errors: 2.0.0 7043 + http-errors: 2.0.1 7308 7044 iconv-lite: 0.7.1 7309 7045 on-finished: 2.4.1 7310 7046 qs: 6.14.0 ··· 7326 7062 dependencies: 7327 7063 fill-range: 7.1.1 7328 7064 7329 - browserslist@4.25.3: 7330 - dependencies: 7331 - caniuse-lite: 1.0.30001737 7332 - electron-to-chromium: 1.5.209 7333 - node-releases: 2.0.19 7334 - update-browserslist-db: 1.1.3(browserslist@4.25.3) 7335 - 7336 7065 browserslist@4.28.1: 7337 7066 dependencies: 7338 7067 baseline-browser-mapping: 2.9.6 ··· 7399 7128 camelcase@6.3.0: {} 7400 7129 7401 7130 camelize@1.0.1: {} 7402 - 7403 - caniuse-lite@1.0.30001737: {} 7404 7131 7405 7132 caniuse-lite@1.0.30001760: {} 7406 7133 ··· 7522 7249 7523 7250 core-js@3.46.0: {} 7524 7251 7525 - create-jest@29.7.0(@types/node@24.10.2): 7252 + create-jest@29.7.0(@types/node@24.10.4): 7526 7253 dependencies: 7527 7254 '@jest/types': 29.6.3 7528 7255 chalk: 4.1.2 7529 7256 exit: 0.1.2 7530 7257 graceful-fs: 4.2.11 7531 - jest-config: 29.7.0(@types/node@24.10.2) 7258 + jest-config: 29.7.0(@types/node@24.10.4) 7532 7259 jest-util: 29.7.0 7533 7260 prompts: 2.4.2 7534 7261 transitivePeerDependencies: ··· 7674 7401 '@standard-schema/spec': 1.0.0 7675 7402 fast-check: 3.23.2 7676 7403 7677 - electron-to-chromium@1.5.209: {} 7678 - 7679 7404 electron-to-chromium@1.5.267: {} 7680 7405 7681 7406 emittery@0.13.1: {} ··· 7813 7538 is-date-object: 1.1.0 7814 7539 is-symbol: 1.1.1 7815 7540 7816 - esbuild@0.25.12: 7817 - optionalDependencies: 7818 - '@esbuild/aix-ppc64': 0.25.12 7819 - '@esbuild/android-arm': 0.25.12 7820 - '@esbuild/android-arm64': 0.25.12 7821 - '@esbuild/android-x64': 0.25.12 7822 - '@esbuild/darwin-arm64': 0.25.12 7823 - '@esbuild/darwin-x64': 0.25.12 7824 - '@esbuild/freebsd-arm64': 0.25.12 7825 - '@esbuild/freebsd-x64': 0.25.12 7826 - '@esbuild/linux-arm': 0.25.12 7827 - '@esbuild/linux-arm64': 0.25.12 7828 - '@esbuild/linux-ia32': 0.25.12 7829 - '@esbuild/linux-loong64': 0.25.12 7830 - '@esbuild/linux-mips64el': 0.25.12 7831 - '@esbuild/linux-ppc64': 0.25.12 7832 - '@esbuild/linux-riscv64': 0.25.12 7833 - '@esbuild/linux-s390x': 0.25.12 7834 - '@esbuild/linux-x64': 0.25.12 7835 - '@esbuild/netbsd-arm64': 0.25.12 7836 - '@esbuild/netbsd-x64': 0.25.12 7837 - '@esbuild/openbsd-arm64': 0.25.12 7838 - '@esbuild/openbsd-x64': 0.25.12 7839 - '@esbuild/openharmony-arm64': 0.25.12 7840 - '@esbuild/sunos-x64': 0.25.12 7841 - '@esbuild/win32-arm64': 0.25.12 7842 - '@esbuild/win32-ia32': 0.25.12 7843 - '@esbuild/win32-x64': 0.25.12 7844 - 7845 7541 esbuild@0.27.1: 7846 7542 optionalDependencies: 7847 7543 '@esbuild/aix-ppc64': 0.27.1 ··· 7892 7588 '@babel/parser': 7.28.4 7893 7589 eslint: 9.38.0(jiti@2.5.1) 7894 7590 hermes-parser: 0.25.1 7895 - zod: 4.1.13 7896 - zod-validation-error: 4.0.2(zod@4.1.13) 7591 + zod: 4.2.0 7592 + zod-validation-error: 4.0.2(zod@4.2.0) 7897 7593 transitivePeerDependencies: 7898 7594 - supports-color 7899 7595 ··· 8176 7872 8177 7873 finalhandler@2.1.0: 8178 7874 dependencies: 8179 - debug: 4.4.1 7875 + debug: 4.4.3 8180 7876 encodeurl: 2.0.0 8181 7877 escape-html: 1.0.3 8182 7878 on-finished: 2.4.1 ··· 8433 8129 dependencies: 8434 8130 '@babel/runtime': 7.27.6 8435 8131 8436 - i18next@25.7.2(typescript@5.9.3): 8132 + i18next@25.7.3(typescript@5.9.3): 8437 8133 dependencies: 8438 8134 '@babel/runtime': 7.28.4 8439 8135 optionalDependencies: ··· 8654 8350 8655 8351 istanbul-lib-source-maps@4.0.1: 8656 8352 dependencies: 8657 - debug: 4.4.1 8353 + debug: 4.4.3 8658 8354 istanbul-lib-coverage: 3.2.2 8659 8355 source-map: 0.6.1 8660 8356 transitivePeerDependencies: ··· 8663 8359 istanbul-lib-source-maps@5.0.6: 8664 8360 dependencies: 8665 8361 '@jridgewell/trace-mapping': 0.3.25 8666 - debug: 4.4.1 8362 + debug: 4.4.3 8667 8363 istanbul-lib-coverage: 3.2.2 8668 8364 transitivePeerDependencies: 8669 8365 - supports-color ··· 8705 8401 '@jest/expect': 29.7.0 8706 8402 '@jest/test-result': 29.7.0 8707 8403 '@jest/types': 29.6.3 8708 - '@types/node': 24.10.2 8404 + '@types/node': 24.10.4 8709 8405 chalk: 4.1.2 8710 8406 co: 4.6.0 8711 8407 dedent: 1.7.0 ··· 8725 8421 - babel-plugin-macros 8726 8422 - supports-color 8727 8423 8728 - jest-cli@29.7.0(@types/node@24.10.2): 8424 + jest-cli@29.7.0(@types/node@24.10.4): 8729 8425 dependencies: 8730 8426 '@jest/core': 29.7.0 8731 8427 '@jest/test-result': 29.7.0 8732 8428 '@jest/types': 29.6.3 8733 8429 chalk: 4.1.2 8734 - create-jest: 29.7.0(@types/node@24.10.2) 8430 + create-jest: 29.7.0(@types/node@24.10.4) 8735 8431 exit: 0.1.2 8736 8432 import-local: 3.2.0 8737 - jest-config: 29.7.0(@types/node@24.10.2) 8433 + jest-config: 29.7.0(@types/node@24.10.4) 8738 8434 jest-util: 29.7.0 8739 8435 jest-validate: 29.7.0 8740 8436 yargs: 17.7.2 ··· 8744 8440 - supports-color 8745 8441 - ts-node 8746 8442 8747 - jest-config@29.7.0(@types/node@24.10.2): 8443 + jest-config@29.7.0(@types/node@24.10.4): 8748 8444 dependencies: 8749 8445 '@babel/core': 7.28.4 8750 8446 '@jest/test-sequencer': 29.7.0 ··· 8769 8465 slash: 3.0.0 8770 8466 strip-json-comments: 3.1.1 8771 8467 optionalDependencies: 8772 - '@types/node': 24.10.2 8468 + '@types/node': 24.10.4 8773 8469 transitivePeerDependencies: 8774 8470 - babel-plugin-macros 8775 8471 - supports-color ··· 8798 8494 '@jest/environment': 29.7.0 8799 8495 '@jest/fake-timers': 29.7.0 8800 8496 '@jest/types': 29.6.3 8801 - '@types/node': 24.10.2 8497 + '@types/node': 24.10.4 8802 8498 jest-mock: 29.7.0 8803 8499 jest-util: 29.7.0 8804 8500 ··· 8808 8504 dependencies: 8809 8505 '@jest/types': 29.6.3 8810 8506 '@types/graceful-fs': 4.1.9 8811 - '@types/node': 24.10.2 8507 + '@types/node': 24.10.4 8812 8508 anymatch: 3.1.3 8813 8509 fb-watchman: 2.0.2 8814 8510 graceful-fs: 4.2.11 ··· 8847 8543 jest-mock@29.7.0: 8848 8544 dependencies: 8849 8545 '@jest/types': 29.6.3 8850 - '@types/node': 24.10.2 8546 + '@types/node': 24.10.4 8851 8547 jest-util: 29.7.0 8852 8548 8853 8549 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): ··· 8882 8578 '@jest/test-result': 29.7.0 8883 8579 '@jest/transform': 29.7.0 8884 8580 '@jest/types': 29.6.3 8885 - '@types/node': 24.10.2 8581 + '@types/node': 24.10.4 8886 8582 chalk: 4.1.2 8887 8583 emittery: 0.13.1 8888 8584 graceful-fs: 4.2.11 ··· 8910 8606 '@jest/test-result': 29.7.0 8911 8607 '@jest/transform': 29.7.0 8912 8608 '@jest/types': 29.6.3 8913 - '@types/node': 24.10.2 8609 + '@types/node': 24.10.4 8914 8610 chalk: 4.1.2 8915 8611 cjs-module-lexer: 1.4.3 8916 8612 collect-v8-coverage: 1.0.2 ··· 8956 8652 jest-util@29.7.0: 8957 8653 dependencies: 8958 8654 '@jest/types': 29.6.3 8959 - '@types/node': 24.10.2 8655 + '@types/node': 24.10.4 8960 8656 chalk: 4.1.2 8961 8657 ci-info: 3.9.0 8962 8658 graceful-fs: 4.2.11 ··· 8975 8671 dependencies: 8976 8672 '@jest/test-result': 29.7.0 8977 8673 '@jest/types': 29.6.3 8978 - '@types/node': 24.10.2 8674 + '@types/node': 24.10.4 8979 8675 ansi-escapes: 4.3.2 8980 8676 chalk: 4.1.2 8981 8677 emittery: 0.13.1 ··· 8984 8680 8985 8681 jest-worker@29.7.0: 8986 8682 dependencies: 8987 - '@types/node': 24.10.2 8683 + '@types/node': 24.10.4 8988 8684 jest-util: 29.7.0 8989 8685 merge-stream: 2.0.0 8990 8686 supports-color: 8.1.1 8991 8687 8992 - jest@29.7.0(@types/node@24.10.2): 8688 + jest@29.7.0(@types/node@24.10.4): 8993 8689 dependencies: 8994 8690 '@jest/core': 29.7.0 8995 8691 '@jest/types': 29.6.3 8996 8692 import-local: 3.2.0 8997 - jest-cli: 29.7.0(@types/node@24.10.2) 8693 + jest-cli: 29.7.0(@types/node@24.10.4) 8998 8694 transitivePeerDependencies: 8999 8695 - '@types/node' 9000 8696 - babel-plugin-macros ··· 9017 8713 9018 8714 jose@5.10.0: {} 9019 8715 9020 - jotai@2.15.2(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.1): 8716 + jotai@2.16.0(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.7)(react@19.2.1): 9021 8717 optionalDependencies: 9022 8718 '@babel/core': 7.28.4 9023 8719 '@babel/template': 7.27.2 ··· 9255 8951 9256 8952 ms@2.1.3: {} 9257 8953 9258 - msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3): 8954 + msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3): 9259 8955 dependencies: 9260 - '@inquirer/confirm': 5.1.16(@types/node@24.10.2) 8956 + '@inquirer/confirm': 5.1.16(@types/node@24.10.4) 9261 8957 '@mswjs/interceptors': 0.40.0 9262 8958 '@open-draft/deferred-promise': 2.2.0 9263 8959 '@types/statuses': 2.0.6 ··· 9304 9000 9305 9001 node-int64@0.4.0: {} 9306 9002 9307 - node-releases@2.0.19: {} 9308 - 9309 9003 node-releases@2.0.27: {} 9310 9004 9311 9005 normalize-package-data@5.0.0: ··· 9316 9010 validate-npm-package-license: 3.0.4 9317 9011 9318 9012 normalize-path@3.0.0: {} 9319 - 9320 - normalize-range@0.1.2: {} 9321 9013 9322 9014 npm-install-checks@6.3.0: 9323 9015 dependencies: ··· 9793 9485 github-buttons: 2.29.1 9794 9486 react: 19.2.1 9795 9487 9796 - react-i18next@16.4.0(i18next@25.7.2(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3): 9488 + react-i18next@16.5.0(i18next@25.7.3(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3): 9797 9489 dependencies: 9798 9490 '@babel/runtime': 7.28.4 9799 9491 html-parse-stringify: 3.0.1 9800 - i18next: 25.7.2(typescript@5.9.3) 9492 + i18next: 25.7.3(typescript@5.9.3) 9801 9493 react: 19.2.1 9802 9494 use-sync-external-store: 1.6.0(react@19.2.1) 9803 9495 optionalDependencies: ··· 9870 9562 gopd: 1.2.0 9871 9563 set-function-name: 2.0.2 9872 9564 9873 - remix-i18next@7.4.2(i18next@25.7.2(typescript@5.9.3))(react-i18next@16.4.0(i18next@25.7.2(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1): 9565 + remix-i18next@7.4.2(i18next@25.7.3(typescript@5.9.3))(react-i18next@16.5.0(i18next@25.7.3(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1): 9874 9566 dependencies: 9875 - i18next: 25.7.2(typescript@5.9.3) 9567 + i18next: 25.7.3(typescript@5.9.3) 9876 9568 react: 19.2.1 9877 - react-i18next: 16.4.0(i18next@25.7.2(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3) 9569 + react-i18next: 16.5.0(i18next@25.7.3(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3) 9878 9570 react-router: 7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) 9879 9571 9880 9572 remix-utils@9.0.0(@standard-schema/spec@1.0.0)(react-router@7.9.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1): ··· 9955 9647 9956 9648 router@2.2.0: 9957 9649 dependencies: 9958 - debug: 4.4.1 9650 + debug: 4.4.3 9959 9651 depd: 2.0.0 9960 9652 is-promise: 4.0.0 9961 9653 parseurl: 1.3.3 ··· 10038 9730 10039 9731 send@1.2.0: 10040 9732 dependencies: 10041 - debug: 4.4.1 9733 + debug: 4.4.3 10042 9734 encodeurl: 2.0.0 10043 9735 escape-html: 1.0.3 10044 9736 etag: 1.8.1 10045 9737 fresh: 2.0.0 10046 - http-errors: 2.0.0 9738 + http-errors: 2.0.1 10047 9739 mime-types: 3.0.1 10048 9740 ms: 2.1.3 10049 9741 on-finished: 2.4.1 ··· 10569 10261 10570 10262 until-async@3.0.2: {} 10571 10263 10572 - update-browserslist-db@1.1.3(browserslist@4.25.3): 10573 - dependencies: 10574 - browserslist: 4.25.3 10575 - escalade: 3.2.0 10576 - picocolors: 1.1.1 10577 - 10578 10264 update-browserslist-db@1.2.2(browserslist@4.28.1): 10579 10265 dependencies: 10580 10266 browserslist: 4.28.1 ··· 10616 10302 10617 10303 vary@1.1.2: {} 10618 10304 10619 - vite-node@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1): 10305 + vite-node@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1): 10620 10306 dependencies: 10621 10307 cac: 6.7.14 10622 - debug: 4.4.1 10308 + debug: 4.4.3 10623 10309 es-module-lexer: 1.7.0 10624 10310 pathe: 2.0.3 10625 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10311 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10626 10312 transitivePeerDependencies: 10627 10313 - '@types/node' 10628 10314 - jiti ··· 10637 10323 - tsx 10638 10324 - yaml 10639 10325 10640 - vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 10326 + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 10641 10327 dependencies: 10642 10328 debug: 4.4.0 10643 10329 globrex: 0.1.2 10644 10330 tsconfck: 3.1.5(typescript@5.9.3) 10645 10331 optionalDependencies: 10646 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10332 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10647 10333 transitivePeerDependencies: 10648 10334 - supports-color 10649 10335 - typescript 10650 10336 10651 - vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1): 10337 + vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1): 10652 10338 dependencies: 10653 - esbuild: 0.25.12 10339 + esbuild: 0.27.1 10654 10340 fdir: 6.5.0(picomatch@4.0.3) 10655 10341 picomatch: 4.0.3 10656 10342 postcss: 8.5.6 10657 10343 rollup: 4.50.1 10658 10344 tinyglobby: 0.2.15 10659 10345 optionalDependencies: 10660 - '@types/node': 24.10.2 10346 + '@types/node': 24.10.4 10661 10347 fsevents: 2.3.3 10662 10348 jiti: 2.5.1 10663 10349 tsx: 4.21.0 10664 10350 yaml: 2.8.1 10665 10351 10666 - vitefu@1.1.1(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 10352 + vitefu@1.1.1(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)): 10667 10353 optionalDependencies: 10668 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10354 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10669 10355 optional: true 10670 10356 10671 - vitest-environment-vprisma@1.3.0(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(jest@29.7.0(@types/node@24.10.2))(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)): 10357 + vitest-environment-vprisma@1.3.0(@prisma/client@6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3))(jest@29.7.0(@types/node@24.10.4))(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)): 10672 10358 dependencies: 10673 10359 '@prisma/client': 6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3) 10674 - '@quramy/jest-prisma-core': 1.8.1(jest@29.7.0(@types/node@24.10.2)) 10675 - vitest: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 10360 + '@quramy/jest-prisma-core': 1.8.1(jest@29.7.0(@types/node@24.10.4)) 10361 + vitest: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 10676 10362 transitivePeerDependencies: 10677 10363 - jest 10678 10364 10679 - vitest-mock-extended@3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)): 10365 + vitest-mock-extended@3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1)): 10680 10366 dependencies: 10681 10367 ts-essentials: 10.0.4(typescript@5.9.3) 10682 10368 typescript: 5.9.3 10683 - vitest: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 10369 + vitest: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1) 10684 10370 10685 - vitest@3.2.4(@types/node@24.10.2)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1): 10371 + vitest@3.2.4(@types/node@24.10.4)(jiti@2.5.1)(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(tsx@4.21.0)(yaml@2.8.1): 10686 10372 dependencies: 10687 10373 '@types/chai': 5.2.2 10688 10374 '@vitest/expect': 3.2.4 10689 - '@vitest/mocker': 3.2.4(msw@2.12.4(@types/node@24.10.2)(typescript@5.9.3))(vite@7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 10375 + '@vitest/mocker': 3.2.4(msw@2.12.4(@types/node@24.10.4)(typescript@5.9.3))(vite@7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1)) 10690 10376 '@vitest/pretty-format': 3.2.4 10691 10377 '@vitest/runner': 3.2.4 10692 10378 '@vitest/snapshot': 3.2.4 ··· 10704 10390 tinyglobby: 0.2.14 10705 10391 tinypool: 1.1.1 10706 10392 tinyrainbow: 2.0.0 10707 - vite: 7.2.7(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10708 - vite-node: 3.2.4(@types/node@24.10.2)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10393 + vite: 7.3.0(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10394 + vite-node: 3.2.4(@types/node@24.10.4)(jiti@2.5.1)(tsx@4.21.0)(yaml@2.8.1) 10709 10395 why-is-node-running: 2.3.0 10710 10396 optionalDependencies: 10711 - '@types/node': 24.10.2 10397 + '@types/node': 24.10.4 10712 10398 transitivePeerDependencies: 10713 10399 - jiti 10714 10400 - less ··· 10861 10547 zimmerframe@1.1.2: 10862 10548 optional: true 10863 10549 10864 - zod-validation-error@4.0.2(zod@4.1.13): 10550 + zod-validation-error@4.0.2(zod@4.2.0): 10865 10551 dependencies: 10866 - zod: 4.1.13 10552 + zod: 4.2.0 10867 10553 10868 10554 zod@3.25.76: {} 10869 10555 10870 - zod@4.1.13: {} 10556 + zod@4.2.0: {}