Create your Link in Bio for Bluesky

Update all non-major dependencies (#179)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
5523de96 0f91b910

+311 -301
+1 -1
.node-version
··· 1 - 22.21.0 1 + 22.21.1
+1 -1
Dockerfile
··· 1 1 # syntax = docker/dockerfile:1 2 - FROM node:22.20-slim AS base 2 + FROM node:22.21-slim AS base 3 3 WORKDIR /app 4 4 RUN apt-get update -qq && \ 5 5 apt-get install --no-install-recommends -y curl openssl && \
+14 -14
package.json
··· 2 2 "name": "linkat", 3 3 "type": "module", 4 4 "private": true, 5 - "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d", 5 + "packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd", 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.17.3", 29 + "@atproto/api": "0.17.7", 30 30 "@atproto/did": "0.2.1", 31 31 "@atproto/identity": "0.4.9", 32 32 "@atproto/jwk-jose": "0.1.11", 33 33 "@atproto/lexicon": "0.5.1", 34 - "@atproto/oauth-client-node": "0.3.9", 34 + "@atproto/oauth-client-node": "0.3.10", 35 35 "@atproto/repo": "0.8.10", 36 36 "@atproto/syntax": "0.4.1", 37 37 "@atproto/xrpc": "0.7.5", 38 38 "@atproto/xrpc-server": "0.9.5", 39 - "@conform-to/react": "1.13.0", 40 - "@conform-to/zod": "1.13.0", 39 + "@conform-to/react": "1.13.2", 40 + "@conform-to/zod": "1.13.2", 41 41 "@emoji-mart/data": "1.2.1", 42 42 "@emoji-mart/react": "1.1.1", 43 43 "@heroicons/react": "2.2.0", ··· 54 54 "express": "5.1.0", 55 55 "i18next": "25.6.0", 56 56 "i18next-browser-languagedetector": "8.2.0", 57 - "isbot": "5.1.31", 58 - "jotai": "2.15.0", 57 + "isbot": "5.1.32", 58 + "jotai": "2.15.1", 59 59 "lru-cache": "11.2.2", 60 60 "markdown-it": "14.1.0", 61 61 "markdown-it-link-attributes": "4.0.1", ··· 66 66 "react": "19.2.0", 67 67 "react-dom": "19.2.0", 68 68 "react-github-btn": "1.4.0", 69 - "react-i18next": "16.1.2", 69 + "react-i18next": "16.2.4", 70 70 "react-movable": "3.4.1", 71 71 "react-router": "^7.9.4", 72 72 "remix-i18next": "7.4.2", ··· 78 78 "zod-validation-error": "4.0.2" 79 79 }, 80 80 "devDependencies": { 81 - "@atproto/lex-cli": "0.9.5", 81 + "@atproto/lex-cli": "0.9.6", 82 82 "@mkizka/eslint-config": "7.1.2", 83 83 "@mkizka/eslint-plugin-aaa": "1.0.2", 84 84 "@playwright/test": "1.56.1", 85 85 "@quramy/prisma-fabbrica": "2.3.1", 86 86 "@react-router/dev": "7.9.5", 87 87 "@tailwindcss/typography": "0.5.19", 88 - "@types/express": "5.0.3", 88 + "@types/express": "5.0.5", 89 89 "@types/markdown-it": "14.1.2", 90 90 "@types/markdown-it-link-attributes": "3.0.5", 91 - "@types/node": "24.9.1", 91 + "@types/node": "24.10.0", 92 92 "@types/react": "19.2.2", 93 93 "@types/react-dom": "19.2.2", 94 94 "@types/umami": "2.10.1", ··· 96 96 "@vitest/coverage-v8": "3.2.4", 97 97 "autoprefixer": "10.4.21", 98 98 "daisyui": "4.12.24", 99 - "esbuild": "0.25.11", 99 + "esbuild": "0.25.12", 100 100 "eslint": "9.38.0", 101 101 "giget": "2.0.0", 102 102 "husky": "9.1.7", 103 - "lint-staged": "16.2.5", 103 + "lint-staged": "16.2.6", 104 104 "msw": "2.11.6", 105 105 "npm-run-all2": "8.0.4", 106 106 "postcss": "8.5.6", ··· 110 110 "tailwindcss-animate": "1.0.7", 111 111 "tsx": "4.20.6", 112 112 "typescript": "5.9.3", 113 - "vite": "7.1.11", 113 + "vite": "7.1.12", 114 114 "vite-tsconfig-paths": "5.1.4", 115 115 "vitest": "3.2.4", 116 116 "vitest-environment-vprisma": "1.3.0",
+295 -285
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@atproto/api': 12 - specifier: 0.17.3 13 - version: 0.17.3 12 + specifier: 0.17.7 13 + version: 0.17.7 14 14 '@atproto/did': 15 15 specifier: 0.2.1 16 16 version: 0.2.1 ··· 24 24 specifier: 0.5.1 25 25 version: 0.5.1 26 26 '@atproto/oauth-client-node': 27 - specifier: 0.3.9 28 - version: 0.3.9 27 + specifier: 0.3.10 28 + version: 0.3.10 29 29 '@atproto/repo': 30 30 specifier: 0.8.10 31 31 version: 0.8.10 ··· 39 39 specifier: 0.9.5 40 40 version: 0.9.5 41 41 '@conform-to/react': 42 - specifier: 1.13.0 43 - version: 1.13.0(react@19.2.0) 42 + specifier: 1.13.2 43 + version: 1.13.2(react@19.2.0) 44 44 '@conform-to/zod': 45 - specifier: 1.13.0 46 - version: 1.13.0(zod@4.1.12) 45 + specifier: 1.13.2 46 + version: 1.13.2(zod@4.1.12) 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.1.0)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(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.9.1)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(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.0)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(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.0(react@19.2.0))(react@19.2.0))(typescript@5.9.3) ··· 93 93 specifier: 8.2.0 94 94 version: 8.2.0 95 95 isbot: 96 - specifier: 5.1.31 97 - version: 5.1.31 96 + specifier: 5.1.32 97 + version: 5.1.32 98 98 jotai: 99 - specifier: 2.15.0 100 - version: 2.15.0(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.2)(react@19.2.0) 99 + specifier: 2.15.1 100 + version: 2.15.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.2)(react@19.2.0) 101 101 lru-cache: 102 102 specifier: 11.2.2 103 103 version: 11.2.2 ··· 129 129 specifier: 1.4.0 130 130 version: 1.4.0(react@19.2.0) 131 131 react-i18next: 132 - specifier: 16.1.2 133 - version: 16.1.2(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) 132 + specifier: 16.2.4 133 + version: 16.2.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) 134 134 react-movable: 135 135 specifier: 3.4.1 136 136 version: 3.4.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) ··· 139 139 version: 7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 140 140 remix-i18next: 141 141 specifier: 7.4.2 142 - version: 7.4.2(i18next@25.6.0(typescript@5.9.3))(react-i18next@16.1.2(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 142 + version: 7.4.2(i18next@25.6.0(typescript@5.9.3))(react-i18next@16.2.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 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.0(react@19.2.0))(react@19.2.0))(react@19.2.0) ··· 160 160 version: 4.0.2(zod@4.1.12) 161 161 devDependencies: 162 162 '@atproto/lex-cli': 163 - specifier: 0.9.5 164 - version: 0.9.5 163 + specifier: 0.9.6 164 + version: 0.9.6 165 165 '@mkizka/eslint-config': 166 166 specifier: 7.1.2 167 167 version: 7.1.2(@typescript-eslint/eslint-plugin@8.39.1(@typescript-eslint/parser@8.39.1(eslint@9.38.0(jiti@2.5.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.5.1))(typescript@5.9.3))(eslint@9.38.0(jiti@2.5.1))(typescript@5.9.3) ··· 176 176 version: 2.3.1(@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.9.1)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1) 179 + version: 7.9.5(@types/node@24.10.0)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(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) 183 183 '@types/express': 184 - specifier: 5.0.3 185 - version: 5.0.3 184 + specifier: 5.0.5 185 + version: 5.0.5 186 186 '@types/markdown-it': 187 187 specifier: 14.1.2 188 188 version: 14.1.2 ··· 190 190 specifier: 3.0.5 191 191 version: 3.0.5 192 192 '@types/node': 193 - specifier: 24.9.1 194 - version: 24.9.1 193 + specifier: 24.10.0 194 + version: 24.10.0 195 195 '@types/react': 196 196 specifier: 19.2.2 197 197 version: 19.2.2 ··· 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.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)) 209 + version: 3.2.4(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)) 210 210 autoprefixer: 211 211 specifier: 10.4.21 212 212 version: 10.4.21(postcss@8.5.6) ··· 214 214 specifier: 4.12.24 215 215 version: 4.12.24(postcss@8.5.6) 216 216 esbuild: 217 - specifier: 0.25.11 218 - version: 0.25.11 217 + specifier: 0.25.12 218 + version: 0.25.12 219 219 eslint: 220 220 specifier: 9.38.0 221 221 version: 9.38.0(jiti@2.5.1) ··· 226 226 specifier: 9.1.7 227 227 version: 9.1.7 228 228 lint-staged: 229 - specifier: 16.2.5 230 - version: 16.2.5 229 + specifier: 16.2.6 230 + version: 16.2.6 231 231 msw: 232 232 specifier: 2.11.6 233 - version: 2.11.6(@types/node@24.9.1)(typescript@5.9.3) 233 + version: 2.11.6(@types/node@24.10.0)(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.1.11 260 - version: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 259 + specifier: 7.1.12 260 + version: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(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.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 263 + version: 5.1.4(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 264 264 vitest: 265 265 specifier: 3.2.4 266 - version: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 266 + version: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(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.9.1))(vitest@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(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.0))(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(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.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)) 272 + version: 3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)) 273 273 wait-on: 274 274 specifier: 9.0.1 275 275 version: 9.0.1 ··· 302 302 '@atproto-labs/did-resolver@0.2.2': 303 303 resolution: {integrity: sha512-ca2B7xR43tVoQ8XxBvha58DXwIH8cIyKQl6lpOKGkPUrJuFoO4iCLlDiSDi2Ueh+yE1rMDPP/qveHdajgDX3WQ==} 304 304 305 - '@atproto-labs/fetch-node@0.1.10': 306 - resolution: {integrity: sha512-o7hGaonA71A6p7O107VhM6UBUN/g9tTyYohMp1q0Kf6xQ4npnuZYRSHSf2g6reSfGQJ1GoFNjBObETTT1ge/jQ==} 305 + '@atproto-labs/fetch-node@0.2.0': 306 + resolution: {integrity: sha512-Krq09nH/aeoiU2s9xdHA0FjTEFWG9B5FFenipv1iRixCcPc7V3DhTNDawxG9gI8Ny0k4dBVS9WTRN/IDzBx86Q==} 307 307 engines: {node: '>=18.7.0'} 308 308 309 309 '@atproto-labs/fetch@0.2.3': 310 310 resolution: {integrity: sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==} 311 311 312 - '@atproto-labs/handle-resolver-node@0.1.20': 313 - resolution: {integrity: sha512-094EL61XN9M7vm22cloSOxk/gcTRaCK52vN7BYgXgdoEI8uJJMTFXenQqu+LRGwiCcjvyclcBqbaz0DzJep50Q==} 312 + '@atproto-labs/handle-resolver-node@0.1.21': 313 + resolution: {integrity: sha512-fuJy5Px5pGF3lJX/ATdurbT8tbmaFWtf+PPxAQDFy7ot2no3t+iaAgymhyxYymrssOuWs6BwOP8tyF3VrfdwtQ==} 314 314 engines: {node: '>=18.7.0'} 315 315 316 316 '@atproto-labs/handle-resolver@0.3.2': ··· 328 328 '@atproto-labs/simple-store@0.3.0': 329 329 resolution: {integrity: sha512-nOb6ONKBRJHRlukW1sVawUkBqReLlLx6hT35VS3imaNPwiXDxLnTK7lxw3Lrl9k5yugSBDQAkZAq3MPTEFSUBQ==} 330 330 331 - '@atproto/api@0.17.3': 332 - resolution: {integrity: sha512-pdQXhUAapNPdmN00W0vX5ta/aMkHqfgBHATt20X02XwxQpY2AnrPm2Iog4FyjsZqoHooAtCNV/NWJ4xfddJzsg==} 331 + '@atproto/api@0.17.7': 332 + resolution: {integrity: sha512-V+OJBZq9chcrD21xk1bUa6oc5DSKfQj5DmUPf5rmZncqL1w9ZEbS38H5cMyqqdhfgo2LWeDRdZHD0rvNyJsIaw==} 333 333 334 334 '@atproto/common-web@0.4.3': 335 335 resolution: {integrity: sha512-nRDINmSe4VycJzPo6fP/hEltBcULFxt9Kw7fQk6405FyAWZiTluYHlXOnU7GkQfeUK44OENG1qFTBcmCJ7e8pg==} ··· 358 358 '@atproto/jwk@0.6.0': 359 359 resolution: {integrity: sha512-bDoJPvt7TrQVi/rBfBrSSpGykhtIriKxeYCYQTiPRKFfyRhbgpElF0wPXADjIswnbzZdOwbY63az4E/CFVT3Tw==} 360 360 361 - '@atproto/lex-cli@0.9.5': 362 - resolution: {integrity: sha512-zun4jhD1dbjD7IHtLIjh/1UsMx+6E8+OyOT2GXYAKIj9N6wmLKM/v2OeQBKxcyqUmtRi57lxWnGikWjjU7pplQ==} 361 + '@atproto/lex-cli@0.9.6': 362 + resolution: {integrity: sha512-EedEKmURoSP735YwSDHsFrLOhZ4P2it8goCHv5ApWi/R9DFpOKOpmYfIXJ9MAprK8cw+yBnjDJbzpLJy7UXlTg==} 363 363 engines: {node: '>=18.7.0'} 364 364 hasBin: true 365 365 366 366 '@atproto/lexicon@0.5.1': 367 367 resolution: {integrity: sha512-y8AEtYmfgVl4fqFxqXAeGvhesiGkxiy3CWoJIfsFDDdTlZUC8DFnZrYhcqkIop3OlCkkljvpSJi1hbeC1tbi8A==} 368 368 369 - '@atproto/oauth-client-node@0.3.9': 370 - resolution: {integrity: sha512-JdzwDQ8Gczl0lgfJNm7lG7omkJ4yu99IuGkkRWixpEvKY/jY/mDZaho+3pfd29SrUvwQOOx4Bm4l7DGeYwxxyA==} 369 + '@atproto/oauth-client-node@0.3.10': 370 + resolution: {integrity: sha512-6khKlJqu1Ed5rt3rzcTD5hymB6JUjKdOHWYXwiphw4inkAIo6GxLCighI4eGOqZorYk2j8ueeTNB6KsgH0kcRw==} 371 371 engines: {node: '>=18.7.0'} 372 372 373 - '@atproto/oauth-client@0.5.7': 374 - resolution: {integrity: sha512-pDvbvy9DCxrAJv7bAbBUzWrHZKhFy091HvEMZhr+EyZA6gSCGYmmQJG/coDj0oICSVQeafAZd+IxR0YUCWwmEg==} 373 + '@atproto/oauth-client@0.5.8': 374 + resolution: {integrity: sha512-7YEym6d97+Dd73qGdkQTXi5La8xvCQxwRUDzzlR/NVAARa9a4YP7MCmqBJVeP2anT0By+DSAPyPDLTsxcjIcCg==} 375 375 376 - '@atproto/oauth-types@0.4.2': 377 - resolution: {integrity: sha512-gcfNTyFsPJcYDf79M0iKHykWqzxloscioKoerdIN3MTS3htiNOSgZjm2p8ho7pdrElLzea3qktuhTQI39j1XFQ==} 376 + '@atproto/oauth-types@0.5.0': 377 + resolution: {integrity: sha512-33xz7HcXhbl+XRqbIMVu3GE02iK1nKe2oMWENASsfZEYbCz2b9ZOarOFuwi7g4LKqpGowGp0iRKsQHFcq4SDaQ==} 378 378 379 379 '@atproto/repo@0.8.10': 380 380 resolution: {integrity: sha512-REs6TZGyxNaYsjqLf447u+gSdyzhvMkVbxMBiKt1ouEVRkiho1CY32+omn62UkpCuGK2y6SCf6x3sVMctgmX4g==} ··· 652 652 cpu: [x64] 653 653 os: [win32] 654 654 655 - '@conform-to/dom@1.13.0': 656 - resolution: {integrity: sha512-5EeSBSatdP2aWrb8INBu8nD/kk8A2iQCzzyESGnU/Y9ccFFLzRgtT0MRKnoxQaVRVMzjodIXNb0qxiRx+I9m4A==} 655 + '@conform-to/dom@1.13.2': 656 + resolution: {integrity: sha512-/ys290WZbUbFWGdVX9CiPcfWFdPO7/gUmzpT14lzQ9D37dP8JNLiCC6dCqKfvVkofWMS4XsGF2NqcwH84xsbxQ==} 657 657 658 - '@conform-to/react@1.13.0': 659 - resolution: {integrity: sha512-yxzKCClIEi5rCmQbQFbO76Yy11vcS+7CfKzOISV4M1tWyMoO4Lm1peDS7DSIv47QbY5tCJKLFwBjovmpa6GF+w==} 658 + '@conform-to/react@1.13.2': 659 + resolution: {integrity: sha512-AzM9hnxP05hV/JVjxxsUPgeHA2kVkwhBDy7Mxa3w1b5TahHNQo8Kl+AFgpX45U9ajocw9P7JX3nfnVj0tGSzEQ==} 660 660 peerDependencies: 661 661 react: '>=18' 662 662 663 - '@conform-to/zod@1.13.0': 664 - resolution: {integrity: sha512-WAPzRICdOPmjnwUgXOAVXIfBUwI/TIETbTIPMoGri0X1K6doyNwWhmkKEpKLFk3KOMOHG00NCXJH64WFKgeI8g==} 663 + '@conform-to/zod@1.13.2': 664 + resolution: {integrity: sha512-YyDF3Tqq75xMivhtgNaGvvWUV06KTC9hq0dwEx7r5t7qlcQEuI/QMwDB5HgEGl0xXxpi027tl8WHDPqbLoU7zQ==} 665 665 peerDependencies: 666 666 zod: ^3.21.0 || ^4.0.0 667 667 ··· 682 682 emoji-mart: ^5.2 683 683 react: ^16.8 || ^17 || ^18 684 684 685 - '@esbuild/aix-ppc64@0.25.11': 686 - resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==} 685 + '@esbuild/aix-ppc64@0.25.12': 686 + resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 687 687 engines: {node: '>=18'} 688 688 cpu: [ppc64] 689 689 os: [aix] 690 690 691 - '@esbuild/android-arm64@0.25.11': 692 - resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==} 691 + '@esbuild/android-arm64@0.25.12': 692 + resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 693 693 engines: {node: '>=18'} 694 694 cpu: [arm64] 695 695 os: [android] 696 696 697 - '@esbuild/android-arm@0.25.11': 698 - resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==} 697 + '@esbuild/android-arm@0.25.12': 698 + resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 699 699 engines: {node: '>=18'} 700 700 cpu: [arm] 701 701 os: [android] 702 702 703 - '@esbuild/android-x64@0.25.11': 704 - resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==} 703 + '@esbuild/android-x64@0.25.12': 704 + resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 705 705 engines: {node: '>=18'} 706 706 cpu: [x64] 707 707 os: [android] 708 708 709 - '@esbuild/darwin-arm64@0.25.11': 710 - resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==} 709 + '@esbuild/darwin-arm64@0.25.12': 710 + resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} 711 711 engines: {node: '>=18'} 712 712 cpu: [arm64] 713 713 os: [darwin] 714 714 715 - '@esbuild/darwin-x64@0.25.11': 716 - resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==} 715 + '@esbuild/darwin-x64@0.25.12': 716 + resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} 717 717 engines: {node: '>=18'} 718 718 cpu: [x64] 719 719 os: [darwin] 720 720 721 - '@esbuild/freebsd-arm64@0.25.11': 722 - resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==} 721 + '@esbuild/freebsd-arm64@0.25.12': 722 + resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 723 723 engines: {node: '>=18'} 724 724 cpu: [arm64] 725 725 os: [freebsd] 726 726 727 - '@esbuild/freebsd-x64@0.25.11': 728 - resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==} 727 + '@esbuild/freebsd-x64@0.25.12': 728 + resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 729 729 engines: {node: '>=18'} 730 730 cpu: [x64] 731 731 os: [freebsd] 732 732 733 - '@esbuild/linux-arm64@0.25.11': 734 - resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==} 733 + '@esbuild/linux-arm64@0.25.12': 734 + resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 735 735 engines: {node: '>=18'} 736 736 cpu: [arm64] 737 737 os: [linux] 738 738 739 - '@esbuild/linux-arm@0.25.11': 740 - resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==} 739 + '@esbuild/linux-arm@0.25.12': 740 + resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 741 741 engines: {node: '>=18'} 742 742 cpu: [arm] 743 743 os: [linux] 744 744 745 - '@esbuild/linux-ia32@0.25.11': 746 - resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==} 745 + '@esbuild/linux-ia32@0.25.12': 746 + resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 747 747 engines: {node: '>=18'} 748 748 cpu: [ia32] 749 749 os: [linux] 750 750 751 - '@esbuild/linux-loong64@0.25.11': 752 - resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==} 751 + '@esbuild/linux-loong64@0.25.12': 752 + resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 753 753 engines: {node: '>=18'} 754 754 cpu: [loong64] 755 755 os: [linux] 756 756 757 - '@esbuild/linux-mips64el@0.25.11': 758 - resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==} 757 + '@esbuild/linux-mips64el@0.25.12': 758 + resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 759 759 engines: {node: '>=18'} 760 760 cpu: [mips64el] 761 761 os: [linux] 762 762 763 - '@esbuild/linux-ppc64@0.25.11': 764 - resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==} 763 + '@esbuild/linux-ppc64@0.25.12': 764 + resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 765 765 engines: {node: '>=18'} 766 766 cpu: [ppc64] 767 767 os: [linux] 768 768 769 - '@esbuild/linux-riscv64@0.25.11': 770 - resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==} 769 + '@esbuild/linux-riscv64@0.25.12': 770 + resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 771 771 engines: {node: '>=18'} 772 772 cpu: [riscv64] 773 773 os: [linux] 774 774 775 - '@esbuild/linux-s390x@0.25.11': 776 - resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==} 775 + '@esbuild/linux-s390x@0.25.12': 776 + resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} 777 777 engines: {node: '>=18'} 778 778 cpu: [s390x] 779 779 os: [linux] 780 780 781 - '@esbuild/linux-x64@0.25.11': 782 - resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==} 781 + '@esbuild/linux-x64@0.25.12': 782 + resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} 783 783 engines: {node: '>=18'} 784 784 cpu: [x64] 785 785 os: [linux] 786 786 787 - '@esbuild/netbsd-arm64@0.25.11': 788 - resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==} 787 + '@esbuild/netbsd-arm64@0.25.12': 788 + resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 789 789 engines: {node: '>=18'} 790 790 cpu: [arm64] 791 791 os: [netbsd] 792 792 793 - '@esbuild/netbsd-x64@0.25.11': 794 - resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==} 793 + '@esbuild/netbsd-x64@0.25.12': 794 + resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 795 795 engines: {node: '>=18'} 796 796 cpu: [x64] 797 797 os: [netbsd] 798 798 799 - '@esbuild/openbsd-arm64@0.25.11': 800 - resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==} 799 + '@esbuild/openbsd-arm64@0.25.12': 800 + resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 801 801 engines: {node: '>=18'} 802 802 cpu: [arm64] 803 803 os: [openbsd] 804 804 805 - '@esbuild/openbsd-x64@0.25.11': 806 - resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==} 805 + '@esbuild/openbsd-x64@0.25.12': 806 + resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} 807 807 engines: {node: '>=18'} 808 808 cpu: [x64] 809 809 os: [openbsd] 810 810 811 - '@esbuild/openharmony-arm64@0.25.11': 812 - resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==} 811 + '@esbuild/openharmony-arm64@0.25.12': 812 + resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 813 813 engines: {node: '>=18'} 814 814 cpu: [arm64] 815 815 os: [openharmony] 816 816 817 - '@esbuild/sunos-x64@0.25.11': 818 - resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==} 817 + '@esbuild/sunos-x64@0.25.12': 818 + resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 819 819 engines: {node: '>=18'} 820 820 cpu: [x64] 821 821 os: [sunos] 822 822 823 - '@esbuild/win32-arm64@0.25.11': 824 - resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==} 823 + '@esbuild/win32-arm64@0.25.12': 824 + resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 825 825 engines: {node: '>=18'} 826 826 cpu: [arm64] 827 827 os: [win32] 828 828 829 - '@esbuild/win32-ia32@0.25.11': 830 - resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==} 829 + '@esbuild/win32-ia32@0.25.12': 830 + resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 831 831 engines: {node: '>=18'} 832 832 cpu: [ia32] 833 833 os: [win32] 834 834 835 - '@esbuild/win32-x64@0.25.11': 836 - resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==} 835 + '@esbuild/win32-x64@0.25.12': 836 + resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} 837 837 engines: {node: '>=18'} 838 838 cpu: [x64] 839 839 os: [win32] ··· 1554 1554 '@types/express-serve-static-core@5.0.7': 1555 1555 resolution: {integrity: sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==} 1556 1556 1557 - '@types/express@5.0.3': 1558 - resolution: {integrity: sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==} 1557 + '@types/express@5.0.5': 1558 + resolution: {integrity: sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==} 1559 1559 1560 1560 '@types/graceful-fs@4.1.9': 1561 1561 resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} ··· 1590 1590 '@types/mime@1.3.5': 1591 1591 resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} 1592 1592 1593 - '@types/node@24.9.1': 1594 - resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==} 1593 + '@types/node@24.10.0': 1594 + resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==} 1595 1595 1596 1596 '@types/qs@6.14.0': 1597 1597 resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} ··· 2426 2426 resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} 2427 2427 engines: {node: '>= 0.4'} 2428 2428 2429 - esbuild@0.25.11: 2430 - resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==} 2429 + esbuild@0.25.12: 2430 + resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 2431 2431 engines: {node: '>=18'} 2432 2432 hasBin: true 2433 2433 ··· 3101 3101 isarray@2.0.5: 3102 3102 resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} 3103 3103 3104 - isbot@5.1.31: 3105 - resolution: {integrity: sha512-DPgQshehErHAqSCKDb3rNW03pa2wS/v5evvUqtxt6TTnHRqAG8FdzcSSJs9656pK6Y+NT7K9R4acEYXLHYfpUQ==} 3104 + isbot@5.1.32: 3105 + resolution: {integrity: sha512-VNfjM73zz2IBZmdShMfAUg10prm6t7HFUQmNAEOAVS4YH92ZrZcvkMcGX6cIgBJAzWDzPent/EeAtYEHNPNPBQ==} 3106 3106 engines: {node: '>=18'} 3107 3107 3108 3108 isexe@2.0.0: ··· 3298 3298 jose@5.10.0: 3299 3299 resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==} 3300 3300 3301 - jotai@2.15.0: 3302 - resolution: {integrity: sha512-nbp/6jN2Ftxgw0VwoVnOg0m5qYM1rVcfvij+MZx99Z5IK13eGve9FJoCwGv+17JvVthTjhSmNtT5e1coJnr6aw==} 3301 + jotai@2.15.1: 3302 + resolution: {integrity: sha512-yHT1HAZ3ba2Q8wgaUQ+xfBzEtcS8ie687I8XVCBinfg4bNniyqLIN+utPXWKQE93LMF5fPbQSVRZqgpcN5yd6Q==} 3303 3303 engines: {node: '>=12.20.0'} 3304 3304 peerDependencies: 3305 3305 '@babel/core': '>=7.0.0' ··· 3402 3402 linkify-it@5.0.0: 3403 3403 resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} 3404 3404 3405 - lint-staged@16.2.5: 3406 - resolution: {integrity: sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==} 3405 + lint-staged@16.2.6: 3406 + resolution: {integrity: sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==} 3407 3407 engines: {node: '>=20.17'} 3408 3408 hasBin: true 3409 3409 3410 - listr2@9.0.4: 3411 - resolution: {integrity: sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==} 3410 + listr2@9.0.5: 3411 + resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} 3412 3412 engines: {node: '>=20.0.0'} 3413 3413 3414 3414 locate-path@3.0.0: ··· 4095 4095 peerDependencies: 4096 4096 react: '>=16.3.0' 4097 4097 4098 - react-i18next@16.1.2: 4099 - resolution: {integrity: sha512-AxZAojM6CsP9qWUu8d0XD0KXYBG6yyitcWRRPSRXgGVkJ47hCIy3Mc/sE9deB0k+OK9WcC04vSFoQC9QdMcd6Q==} 4098 + react-i18next@16.2.4: 4099 + resolution: {integrity: sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==} 4100 4100 peerDependencies: 4101 4101 i18next: '>= 25.5.2' 4102 4102 react: '>= 16.8.0' ··· 4800 4800 uri-js@4.4.1: 4801 4801 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 4802 4802 4803 + use-sync-external-store@1.6.0: 4804 + resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} 4805 + peerDependencies: 4806 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 4807 + 4803 4808 util-deprecate@1.0.2: 4804 4809 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 4805 4810 ··· 4850 4855 vite: 4851 4856 optional: true 4852 4857 4853 - vite@7.1.11: 4854 - resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} 4858 + vite@7.1.12: 4859 + resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==} 4855 4860 engines: {node: ^20.19.0 || >=22.12.0} 4856 4861 hasBin: true 4857 4862 peerDependencies: ··· 5121 5126 '@atproto/did': 0.2.1 5122 5127 zod: 3.25.76 5123 5128 5124 - '@atproto-labs/fetch-node@0.1.10': 5129 + '@atproto-labs/fetch-node@0.2.0': 5125 5130 dependencies: 5126 5131 '@atproto-labs/fetch': 0.2.3 5127 5132 '@atproto-labs/pipe': 0.1.1 ··· 5132 5137 dependencies: 5133 5138 '@atproto-labs/pipe': 0.1.1 5134 5139 5135 - '@atproto-labs/handle-resolver-node@0.1.20': 5140 + '@atproto-labs/handle-resolver-node@0.1.21': 5136 5141 dependencies: 5137 - '@atproto-labs/fetch-node': 0.1.10 5142 + '@atproto-labs/fetch-node': 0.2.0 5138 5143 '@atproto-labs/handle-resolver': 0.3.2 5139 5144 '@atproto/did': 0.2.1 5140 5145 ··· 5159 5164 5160 5165 '@atproto-labs/simple-store@0.3.0': {} 5161 5166 5162 - '@atproto/api@0.17.3': 5167 + '@atproto/api@0.17.7': 5163 5168 dependencies: 5164 5169 '@atproto/common-web': 0.4.3 5165 5170 '@atproto/lexicon': 0.5.1 ··· 5217 5222 multiformats: 9.9.0 5218 5223 zod: 3.25.76 5219 5224 5220 - '@atproto/lex-cli@0.9.5': 5225 + '@atproto/lex-cli@0.9.6': 5221 5226 dependencies: 5222 5227 '@atproto/lexicon': 0.5.1 5223 5228 '@atproto/syntax': 0.4.1 ··· 5236 5241 multiformats: 9.9.0 5237 5242 zod: 3.25.76 5238 5243 5239 - '@atproto/oauth-client-node@0.3.9': 5244 + '@atproto/oauth-client-node@0.3.10': 5240 5245 dependencies: 5241 5246 '@atproto-labs/did-resolver': 0.2.2 5242 - '@atproto-labs/handle-resolver-node': 0.1.20 5247 + '@atproto-labs/handle-resolver-node': 0.1.21 5243 5248 '@atproto-labs/simple-store': 0.3.0 5244 5249 '@atproto/did': 0.2.1 5245 5250 '@atproto/jwk': 0.6.0 5246 5251 '@atproto/jwk-jose': 0.1.11 5247 5252 '@atproto/jwk-webcrypto': 0.2.0 5248 - '@atproto/oauth-client': 0.5.7 5249 - '@atproto/oauth-types': 0.4.2 5253 + '@atproto/oauth-client': 0.5.8 5254 + '@atproto/oauth-types': 0.5.0 5250 5255 5251 - '@atproto/oauth-client@0.5.7': 5256 + '@atproto/oauth-client@0.5.8': 5252 5257 dependencies: 5253 5258 '@atproto-labs/did-resolver': 0.2.2 5254 5259 '@atproto-labs/fetch': 0.2.3 ··· 5258 5263 '@atproto-labs/simple-store-memory': 0.1.4 5259 5264 '@atproto/did': 0.2.1 5260 5265 '@atproto/jwk': 0.6.0 5261 - '@atproto/oauth-types': 0.4.2 5266 + '@atproto/oauth-types': 0.5.0 5262 5267 '@atproto/xrpc': 0.7.5 5263 5268 core-js: 3.46.0 5264 5269 multiformats: 9.9.0 5265 5270 zod: 3.25.76 5266 5271 5267 - '@atproto/oauth-types@0.4.2': 5272 + '@atproto/oauth-types@0.5.0': 5268 5273 dependencies: 5269 5274 '@atproto/did': 0.2.1 5270 5275 '@atproto/jwk': 0.6.0 ··· 5604 5609 '@cbor-extract/cbor-extract-win32-x64@2.2.0': 5605 5610 optional: true 5606 5611 5607 - '@conform-to/dom@1.13.0': {} 5612 + '@conform-to/dom@1.13.2': {} 5608 5613 5609 - '@conform-to/react@1.13.0(react@19.2.0)': 5614 + '@conform-to/react@1.13.2(react@19.2.0)': 5610 5615 dependencies: 5611 - '@conform-to/dom': 1.13.0 5616 + '@conform-to/dom': 1.13.2 5612 5617 react: 19.2.0 5613 5618 5614 - '@conform-to/zod@1.13.0(zod@4.1.12)': 5619 + '@conform-to/zod@1.13.2(zod@4.1.12)': 5615 5620 dependencies: 5616 - '@conform-to/dom': 1.13.0 5621 + '@conform-to/dom': 1.13.2 5617 5622 zod: 4.1.12 5618 5623 5619 5624 '@dword-design/defu@1.0.3': ··· 5635 5640 emoji-mart: 5.6.0 5636 5641 react: 19.2.0 5637 5642 5638 - '@esbuild/aix-ppc64@0.25.11': 5643 + '@esbuild/aix-ppc64@0.25.12': 5639 5644 optional: true 5640 5645 5641 - '@esbuild/android-arm64@0.25.11': 5646 + '@esbuild/android-arm64@0.25.12': 5642 5647 optional: true 5643 5648 5644 - '@esbuild/android-arm@0.25.11': 5649 + '@esbuild/android-arm@0.25.12': 5645 5650 optional: true 5646 5651 5647 - '@esbuild/android-x64@0.25.11': 5652 + '@esbuild/android-x64@0.25.12': 5648 5653 optional: true 5649 5654 5650 - '@esbuild/darwin-arm64@0.25.11': 5655 + '@esbuild/darwin-arm64@0.25.12': 5651 5656 optional: true 5652 5657 5653 - '@esbuild/darwin-x64@0.25.11': 5658 + '@esbuild/darwin-x64@0.25.12': 5654 5659 optional: true 5655 5660 5656 - '@esbuild/freebsd-arm64@0.25.11': 5661 + '@esbuild/freebsd-arm64@0.25.12': 5657 5662 optional: true 5658 5663 5659 - '@esbuild/freebsd-x64@0.25.11': 5664 + '@esbuild/freebsd-x64@0.25.12': 5660 5665 optional: true 5661 5666 5662 - '@esbuild/linux-arm64@0.25.11': 5667 + '@esbuild/linux-arm64@0.25.12': 5663 5668 optional: true 5664 5669 5665 - '@esbuild/linux-arm@0.25.11': 5670 + '@esbuild/linux-arm@0.25.12': 5666 5671 optional: true 5667 5672 5668 - '@esbuild/linux-ia32@0.25.11': 5673 + '@esbuild/linux-ia32@0.25.12': 5669 5674 optional: true 5670 5675 5671 - '@esbuild/linux-loong64@0.25.11': 5676 + '@esbuild/linux-loong64@0.25.12': 5672 5677 optional: true 5673 5678 5674 - '@esbuild/linux-mips64el@0.25.11': 5679 + '@esbuild/linux-mips64el@0.25.12': 5675 5680 optional: true 5676 5681 5677 - '@esbuild/linux-ppc64@0.25.11': 5682 + '@esbuild/linux-ppc64@0.25.12': 5678 5683 optional: true 5679 5684 5680 - '@esbuild/linux-riscv64@0.25.11': 5685 + '@esbuild/linux-riscv64@0.25.12': 5681 5686 optional: true 5682 5687 5683 - '@esbuild/linux-s390x@0.25.11': 5688 + '@esbuild/linux-s390x@0.25.12': 5684 5689 optional: true 5685 5690 5686 - '@esbuild/linux-x64@0.25.11': 5691 + '@esbuild/linux-x64@0.25.12': 5687 5692 optional: true 5688 5693 5689 - '@esbuild/netbsd-arm64@0.25.11': 5694 + '@esbuild/netbsd-arm64@0.25.12': 5690 5695 optional: true 5691 5696 5692 - '@esbuild/netbsd-x64@0.25.11': 5697 + '@esbuild/netbsd-x64@0.25.12': 5693 5698 optional: true 5694 5699 5695 - '@esbuild/openbsd-arm64@0.25.11': 5700 + '@esbuild/openbsd-arm64@0.25.12': 5696 5701 optional: true 5697 5702 5698 - '@esbuild/openbsd-x64@0.25.11': 5703 + '@esbuild/openbsd-x64@0.25.12': 5699 5704 optional: true 5700 5705 5701 - '@esbuild/openharmony-arm64@0.25.11': 5706 + '@esbuild/openharmony-arm64@0.25.12': 5702 5707 optional: true 5703 5708 5704 - '@esbuild/sunos-x64@0.25.11': 5709 + '@esbuild/sunos-x64@0.25.12': 5705 5710 optional: true 5706 5711 5707 - '@esbuild/win32-arm64@0.25.11': 5712 + '@esbuild/win32-arm64@0.25.12': 5708 5713 optional: true 5709 5714 5710 - '@esbuild/win32-ia32@0.25.11': 5715 + '@esbuild/win32-ia32@0.25.12': 5711 5716 optional: true 5712 5717 5713 - '@esbuild/win32-x64@0.25.11': 5718 + '@esbuild/win32-x64@0.25.12': 5714 5719 optional: true 5715 5720 5716 5721 '@eslint-community/eslint-utils@4.9.0(eslint@9.38.0(jiti@2.5.1))': ··· 5796 5801 5797 5802 '@humanwhocodes/retry@0.4.3': {} 5798 5803 5799 - '@inquirer/confirm@5.1.16(@types/node@24.9.1)': 5804 + '@inquirer/confirm@5.1.16(@types/node@24.10.0)': 5800 5805 dependencies: 5801 - '@inquirer/core': 10.2.0(@types/node@24.9.1) 5802 - '@inquirer/type': 3.0.8(@types/node@24.9.1) 5806 + '@inquirer/core': 10.2.0(@types/node@24.10.0) 5807 + '@inquirer/type': 3.0.8(@types/node@24.10.0) 5803 5808 optionalDependencies: 5804 - '@types/node': 24.9.1 5809 + '@types/node': 24.10.0 5805 5810 5806 - '@inquirer/core@10.2.0(@types/node@24.9.1)': 5811 + '@inquirer/core@10.2.0(@types/node@24.10.0)': 5807 5812 dependencies: 5808 5813 '@inquirer/figures': 1.0.13 5809 - '@inquirer/type': 3.0.8(@types/node@24.9.1) 5814 + '@inquirer/type': 3.0.8(@types/node@24.10.0) 5810 5815 ansi-escapes: 4.3.2 5811 5816 cli-width: 4.1.0 5812 5817 mute-stream: 2.0.0 ··· 5814 5819 wrap-ansi: 6.2.0 5815 5820 yoctocolors-cjs: 2.1.3 5816 5821 optionalDependencies: 5817 - '@types/node': 24.9.1 5822 + '@types/node': 24.10.0 5818 5823 5819 5824 '@inquirer/figures@1.0.13': {} 5820 5825 5821 - '@inquirer/type@3.0.8(@types/node@24.9.1)': 5826 + '@inquirer/type@3.0.8(@types/node@24.10.0)': 5822 5827 optionalDependencies: 5823 - '@types/node': 24.9.1 5828 + '@types/node': 24.10.0 5824 5829 5825 5830 '@ipld/dag-cbor@7.0.3': 5826 5831 dependencies: ··· 5849 5854 '@jest/console@29.7.0': 5850 5855 dependencies: 5851 5856 '@jest/types': 29.6.3 5852 - '@types/node': 24.9.1 5857 + '@types/node': 24.10.0 5853 5858 chalk: 4.1.2 5854 5859 jest-message-util: 29.7.0 5855 5860 jest-util: 29.7.0 ··· 5862 5867 '@jest/test-result': 29.7.0 5863 5868 '@jest/transform': 29.7.0 5864 5869 '@jest/types': 29.6.3 5865 - '@types/node': 24.9.1 5870 + '@types/node': 24.10.0 5866 5871 ansi-escapes: 4.3.2 5867 5872 chalk: 4.1.2 5868 5873 ci-info: 3.9.0 5869 5874 exit: 0.1.2 5870 5875 graceful-fs: 4.2.11 5871 5876 jest-changed-files: 29.7.0 5872 - jest-config: 29.7.0(@types/node@24.9.1) 5877 + jest-config: 29.7.0(@types/node@24.10.0) 5873 5878 jest-haste-map: 29.7.0 5874 5879 jest-message-util: 29.7.0 5875 5880 jest-regex-util: 29.6.3 ··· 5894 5899 dependencies: 5895 5900 '@jest/fake-timers': 29.7.0 5896 5901 '@jest/types': 29.6.3 5897 - '@types/node': 24.9.1 5902 + '@types/node': 24.10.0 5898 5903 jest-mock: 29.7.0 5899 5904 5900 5905 '@jest/expect-utils@29.7.0': ··· 5912 5917 dependencies: 5913 5918 '@jest/types': 29.6.3 5914 5919 '@sinonjs/fake-timers': 10.3.0 5915 - '@types/node': 24.9.1 5920 + '@types/node': 24.10.0 5916 5921 jest-message-util: 29.7.0 5917 5922 jest-mock: 29.7.0 5918 5923 jest-util: 29.7.0 ··· 5934 5939 '@jest/transform': 29.7.0 5935 5940 '@jest/types': 29.6.3 5936 5941 '@jridgewell/trace-mapping': 0.3.30 5937 - '@types/node': 24.9.1 5942 + '@types/node': 24.10.0 5938 5943 chalk: 4.1.2 5939 5944 collect-v8-coverage: 1.0.2 5940 5945 exit: 0.1.2 ··· 6004 6009 '@jest/schemas': 29.6.3 6005 6010 '@types/istanbul-lib-coverage': 2.0.6 6006 6011 '@types/istanbul-reports': 3.0.4 6007 - '@types/node': 24.9.1 6012 + '@types/node': 24.10.0 6008 6013 '@types/yargs': 17.0.33 6009 6014 chalk: 4.1.2 6010 6015 ··· 6251 6256 '@prisma/prisma-schema-wasm': 6.14.0-25.717184b7b35ea05dfa71a3236b7af656013e1e49 6252 6257 fs-extra: 11.3.0 6253 6258 6254 - '@quramy/jest-prisma-core@1.8.1(jest@29.7.0(@types/node@24.9.1))': 6259 + '@quramy/jest-prisma-core@1.8.1(jest@29.7.0(@types/node@24.10.0))': 6255 6260 dependencies: 6256 6261 chalk: 4.1.2 6257 - jest: 29.7.0(@types/node@24.9.1) 6262 + jest: 29.7.0(@types/node@24.10.0) 6258 6263 6259 6264 '@quramy/prisma-fabbrica@2.3.1(@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)': 6260 6265 dependencies: ··· 6267 6272 transitivePeerDependencies: 6268 6273 - magicast 6269 6274 6270 - '@react-router/dev@7.9.5(@types/node@24.9.1)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1)': 6275 + '@react-router/dev@7.9.5(@types/node@24.10.0)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1)': 6271 6276 dependencies: 6272 6277 '@babel/core': 7.28.4 6273 6278 '@babel/generator': 7.28.3 ··· 6285 6290 dedent: 1.7.0 6286 6291 es-module-lexer: 1.7.0 6287 6292 exit-hook: 2.2.1 6288 - isbot: 5.1.31 6293 + isbot: 5.1.32 6289 6294 jsesc: 3.0.2 6290 6295 lodash: 4.17.21 6291 6296 p-map: 7.0.3 ··· 6297 6302 semver: 7.7.2 6298 6303 tinyglobby: 0.2.15 6299 6304 valibot: 1.1.0(typescript@5.9.3) 6300 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6301 - vite-node: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6305 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6306 + vite-node: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6302 6307 optionalDependencies: 6303 - '@vitejs/plugin-rsc': 0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 6308 + '@vitejs/plugin-rsc': 0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 6304 6309 typescript: 5.9.3 6305 6310 transitivePeerDependencies: 6306 6311 - '@types/node' ··· 6326 6331 optionalDependencies: 6327 6332 typescript: 5.9.3 6328 6333 6329 - '@react-router/fs-routes@7.9.5(@react-router/dev@7.9.5(@types/node@24.9.1)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3)': 6334 + '@react-router/fs-routes@7.9.5(@react-router/dev@7.9.5(@types/node@24.10.0)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1))(typescript@5.9.3)': 6330 6335 dependencies: 6331 - '@react-router/dev': 7.9.5(@types/node@24.9.1)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1) 6336 + '@react-router/dev': 7.9.5(@types/node@24.10.0)(@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)))(jiti@2.5.1)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(tsx@4.20.6)(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))(yaml@2.8.1) 6332 6337 minimatch: 9.0.5 6333 6338 optionalDependencies: 6334 6339 typescript: 5.9.3 ··· 6530 6535 '@types/body-parser@1.19.6': 6531 6536 dependencies: 6532 6537 '@types/connect': 3.4.38 6533 - '@types/node': 24.9.1 6538 + '@types/node': 24.10.0 6534 6539 6535 6540 '@types/chai@5.2.2': 6536 6541 dependencies: ··· 6538 6543 6539 6544 '@types/connect@3.4.38': 6540 6545 dependencies: 6541 - '@types/node': 24.9.1 6546 + '@types/node': 24.10.0 6542 6547 6543 6548 '@types/deep-eql@4.0.2': {} 6544 6549 ··· 6546 6551 6547 6552 '@types/express-serve-static-core@5.0.7': 6548 6553 dependencies: 6549 - '@types/node': 24.9.1 6554 + '@types/node': 24.10.0 6550 6555 '@types/qs': 6.14.0 6551 6556 '@types/range-parser': 1.2.7 6552 6557 '@types/send': 0.17.5 6553 6558 6554 - '@types/express@5.0.3': 6559 + '@types/express@5.0.5': 6555 6560 dependencies: 6556 6561 '@types/body-parser': 1.19.6 6557 6562 '@types/express-serve-static-core': 5.0.7 ··· 6559 6564 6560 6565 '@types/graceful-fs@4.1.9': 6561 6566 dependencies: 6562 - '@types/node': 24.9.1 6567 + '@types/node': 24.10.0 6563 6568 6564 6569 '@types/http-errors@2.0.5': {} 6565 6570 ··· 6590 6595 6591 6596 '@types/mime@1.3.5': {} 6592 6597 6593 - '@types/node@24.9.1': 6598 + '@types/node@24.10.0': 6594 6599 dependencies: 6595 6600 undici-types: 7.16.0 6596 6601 ··· 6609 6614 '@types/send@0.17.5': 6610 6615 dependencies: 6611 6616 '@types/mime': 1.3.5 6612 - '@types/node': 24.9.1 6617 + '@types/node': 24.10.0 6613 6618 6614 6619 '@types/serve-static@1.15.8': 6615 6620 dependencies: 6616 6621 '@types/http-errors': 2.0.5 6617 - '@types/node': 24.9.1 6622 + '@types/node': 24.10.0 6618 6623 '@types/send': 0.17.5 6619 6624 6620 6625 '@types/stack-utils@2.0.3': {} ··· 6625 6630 6626 6631 '@types/ws@8.18.1': 6627 6632 dependencies: 6628 - '@types/node': 24.9.1 6633 + '@types/node': 24.10.0 6629 6634 6630 6635 '@types/yargs-parser@21.0.3': {} 6631 6636 ··· 6726 6731 '@typescript-eslint/types': 8.39.1 6727 6732 eslint-visitor-keys: 4.2.1 6728 6733 6729 - '@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))': 6734 + '@vitejs/plugin-rsc@0.4.11(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))': 6730 6735 dependencies: 6731 6736 '@mjackson/node-fetch-server': 0.7.0 6732 6737 es-module-lexer: 1.7.0 ··· 6736 6741 react: 19.2.0 6737 6742 react-dom: 19.2.0(react@19.2.0) 6738 6743 turbo-stream: 3.1.0 6739 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6740 - vitefu: 1.1.1(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 6744 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6745 + vitefu: 1.1.1(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 6741 6746 optional: true 6742 6747 6743 - '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1))': 6748 + '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1))': 6744 6749 dependencies: 6745 6750 '@ampproject/remapping': 2.3.0 6746 6751 '@bcoe/v8-coverage': 1.0.2 ··· 6755 6760 std-env: 3.9.0 6756 6761 test-exclude: 7.0.1 6757 6762 tinyrainbow: 2.0.0 6758 - vitest: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 6763 + vitest: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 6759 6764 transitivePeerDependencies: 6760 6765 - supports-color 6761 6766 ··· 6767 6772 chai: 5.2.0 6768 6773 tinyrainbow: 2.0.0 6769 6774 6770 - '@vitest/mocker@3.2.4(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))': 6775 + '@vitest/mocker@3.2.4(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1))': 6771 6776 dependencies: 6772 6777 '@vitest/spy': 3.2.4 6773 6778 estree-walker: 3.0.3 6774 6779 magic-string: 0.30.17 6775 6780 optionalDependencies: 6776 - msw: 2.11.6(@types/node@24.9.1)(typescript@5.9.3) 6777 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6781 + msw: 2.11.6(@types/node@24.10.0)(typescript@5.9.3) 6782 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 6778 6783 6779 6784 '@vitest/pretty-format@3.2.4': 6780 6785 dependencies: ··· 7304 7309 7305 7310 core-js@3.46.0: {} 7306 7311 7307 - create-jest@29.7.0(@types/node@24.9.1): 7312 + create-jest@29.7.0(@types/node@24.10.0): 7308 7313 dependencies: 7309 7314 '@jest/types': 29.6.3 7310 7315 chalk: 4.1.2 7311 7316 exit: 0.1.2 7312 7317 graceful-fs: 4.2.11 7313 - jest-config: 29.7.0(@types/node@24.9.1) 7318 + jest-config: 29.7.0(@types/node@24.10.0) 7314 7319 jest-util: 29.7.0 7315 7320 prompts: 2.4.2 7316 7321 transitivePeerDependencies: ··· 7594 7599 is-date-object: 1.1.0 7595 7600 is-symbol: 1.1.1 7596 7601 7597 - esbuild@0.25.11: 7602 + esbuild@0.25.12: 7598 7603 optionalDependencies: 7599 - '@esbuild/aix-ppc64': 0.25.11 7600 - '@esbuild/android-arm': 0.25.11 7601 - '@esbuild/android-arm64': 0.25.11 7602 - '@esbuild/android-x64': 0.25.11 7603 - '@esbuild/darwin-arm64': 0.25.11 7604 - '@esbuild/darwin-x64': 0.25.11 7605 - '@esbuild/freebsd-arm64': 0.25.11 7606 - '@esbuild/freebsd-x64': 0.25.11 7607 - '@esbuild/linux-arm': 0.25.11 7608 - '@esbuild/linux-arm64': 0.25.11 7609 - '@esbuild/linux-ia32': 0.25.11 7610 - '@esbuild/linux-loong64': 0.25.11 7611 - '@esbuild/linux-mips64el': 0.25.11 7612 - '@esbuild/linux-ppc64': 0.25.11 7613 - '@esbuild/linux-riscv64': 0.25.11 7614 - '@esbuild/linux-s390x': 0.25.11 7615 - '@esbuild/linux-x64': 0.25.11 7616 - '@esbuild/netbsd-arm64': 0.25.11 7617 - '@esbuild/netbsd-x64': 0.25.11 7618 - '@esbuild/openbsd-arm64': 0.25.11 7619 - '@esbuild/openbsd-x64': 0.25.11 7620 - '@esbuild/openharmony-arm64': 0.25.11 7621 - '@esbuild/sunos-x64': 0.25.11 7622 - '@esbuild/win32-arm64': 0.25.11 7623 - '@esbuild/win32-ia32': 0.25.11 7624 - '@esbuild/win32-x64': 0.25.11 7604 + '@esbuild/aix-ppc64': 0.25.12 7605 + '@esbuild/android-arm': 0.25.12 7606 + '@esbuild/android-arm64': 0.25.12 7607 + '@esbuild/android-x64': 0.25.12 7608 + '@esbuild/darwin-arm64': 0.25.12 7609 + '@esbuild/darwin-x64': 0.25.12 7610 + '@esbuild/freebsd-arm64': 0.25.12 7611 + '@esbuild/freebsd-x64': 0.25.12 7612 + '@esbuild/linux-arm': 0.25.12 7613 + '@esbuild/linux-arm64': 0.25.12 7614 + '@esbuild/linux-ia32': 0.25.12 7615 + '@esbuild/linux-loong64': 0.25.12 7616 + '@esbuild/linux-mips64el': 0.25.12 7617 + '@esbuild/linux-ppc64': 0.25.12 7618 + '@esbuild/linux-riscv64': 0.25.12 7619 + '@esbuild/linux-s390x': 0.25.12 7620 + '@esbuild/linux-x64': 0.25.12 7621 + '@esbuild/netbsd-arm64': 0.25.12 7622 + '@esbuild/netbsd-x64': 0.25.12 7623 + '@esbuild/openbsd-arm64': 0.25.12 7624 + '@esbuild/openbsd-x64': 0.25.12 7625 + '@esbuild/openharmony-arm64': 0.25.12 7626 + '@esbuild/sunos-x64': 0.25.12 7627 + '@esbuild/win32-arm64': 0.25.12 7628 + '@esbuild/win32-ia32': 0.25.12 7629 + '@esbuild/win32-x64': 0.25.12 7625 7630 7626 7631 escalade@3.2.0: {} 7627 7632 ··· 8366 8371 8367 8372 isarray@2.0.5: {} 8368 8373 8369 - isbot@5.1.31: {} 8374 + isbot@5.1.32: {} 8370 8375 8371 8376 isexe@2.0.0: {} 8372 8377 ··· 8455 8460 '@jest/expect': 29.7.0 8456 8461 '@jest/test-result': 29.7.0 8457 8462 '@jest/types': 29.6.3 8458 - '@types/node': 24.9.1 8463 + '@types/node': 24.10.0 8459 8464 chalk: 4.1.2 8460 8465 co: 4.6.0 8461 8466 dedent: 1.7.0 ··· 8475 8480 - babel-plugin-macros 8476 8481 - supports-color 8477 8482 8478 - jest-cli@29.7.0(@types/node@24.9.1): 8483 + jest-cli@29.7.0(@types/node@24.10.0): 8479 8484 dependencies: 8480 8485 '@jest/core': 29.7.0 8481 8486 '@jest/test-result': 29.7.0 8482 8487 '@jest/types': 29.6.3 8483 8488 chalk: 4.1.2 8484 - create-jest: 29.7.0(@types/node@24.9.1) 8489 + create-jest: 29.7.0(@types/node@24.10.0) 8485 8490 exit: 0.1.2 8486 8491 import-local: 3.2.0 8487 - jest-config: 29.7.0(@types/node@24.9.1) 8492 + jest-config: 29.7.0(@types/node@24.10.0) 8488 8493 jest-util: 29.7.0 8489 8494 jest-validate: 29.7.0 8490 8495 yargs: 17.7.2 ··· 8494 8499 - supports-color 8495 8500 - ts-node 8496 8501 8497 - jest-config@29.7.0(@types/node@24.9.1): 8502 + jest-config@29.7.0(@types/node@24.10.0): 8498 8503 dependencies: 8499 8504 '@babel/core': 7.28.4 8500 8505 '@jest/test-sequencer': 29.7.0 ··· 8519 8524 slash: 3.0.0 8520 8525 strip-json-comments: 3.1.1 8521 8526 optionalDependencies: 8522 - '@types/node': 24.9.1 8527 + '@types/node': 24.10.0 8523 8528 transitivePeerDependencies: 8524 8529 - babel-plugin-macros 8525 8530 - supports-color ··· 8548 8553 '@jest/environment': 29.7.0 8549 8554 '@jest/fake-timers': 29.7.0 8550 8555 '@jest/types': 29.6.3 8551 - '@types/node': 24.9.1 8556 + '@types/node': 24.10.0 8552 8557 jest-mock: 29.7.0 8553 8558 jest-util: 29.7.0 8554 8559 ··· 8558 8563 dependencies: 8559 8564 '@jest/types': 29.6.3 8560 8565 '@types/graceful-fs': 4.1.9 8561 - '@types/node': 24.9.1 8566 + '@types/node': 24.10.0 8562 8567 anymatch: 3.1.3 8563 8568 fb-watchman: 2.0.2 8564 8569 graceful-fs: 4.2.11 ··· 8597 8602 jest-mock@29.7.0: 8598 8603 dependencies: 8599 8604 '@jest/types': 29.6.3 8600 - '@types/node': 24.9.1 8605 + '@types/node': 24.10.0 8601 8606 jest-util: 29.7.0 8602 8607 8603 8608 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): ··· 8632 8637 '@jest/test-result': 29.7.0 8633 8638 '@jest/transform': 29.7.0 8634 8639 '@jest/types': 29.6.3 8635 - '@types/node': 24.9.1 8640 + '@types/node': 24.10.0 8636 8641 chalk: 4.1.2 8637 8642 emittery: 0.13.1 8638 8643 graceful-fs: 4.2.11 ··· 8660 8665 '@jest/test-result': 29.7.0 8661 8666 '@jest/transform': 29.7.0 8662 8667 '@jest/types': 29.6.3 8663 - '@types/node': 24.9.1 8668 + '@types/node': 24.10.0 8664 8669 chalk: 4.1.2 8665 8670 cjs-module-lexer: 1.4.3 8666 8671 collect-v8-coverage: 1.0.2 ··· 8706 8711 jest-util@29.7.0: 8707 8712 dependencies: 8708 8713 '@jest/types': 29.6.3 8709 - '@types/node': 24.9.1 8714 + '@types/node': 24.10.0 8710 8715 chalk: 4.1.2 8711 8716 ci-info: 3.9.0 8712 8717 graceful-fs: 4.2.11 ··· 8725 8730 dependencies: 8726 8731 '@jest/test-result': 29.7.0 8727 8732 '@jest/types': 29.6.3 8728 - '@types/node': 24.9.1 8733 + '@types/node': 24.10.0 8729 8734 ansi-escapes: 4.3.2 8730 8735 chalk: 4.1.2 8731 8736 emittery: 0.13.1 ··· 8734 8739 8735 8740 jest-worker@29.7.0: 8736 8741 dependencies: 8737 - '@types/node': 24.9.1 8742 + '@types/node': 24.10.0 8738 8743 jest-util: 29.7.0 8739 8744 merge-stream: 2.0.0 8740 8745 supports-color: 8.1.1 8741 8746 8742 - jest@29.7.0(@types/node@24.9.1): 8747 + jest@29.7.0(@types/node@24.10.0): 8743 8748 dependencies: 8744 8749 '@jest/core': 29.7.0 8745 8750 '@jest/types': 29.6.3 8746 8751 import-local: 3.2.0 8747 - jest-cli: 29.7.0(@types/node@24.9.1) 8752 + jest-cli: 29.7.0(@types/node@24.10.0) 8748 8753 transitivePeerDependencies: 8749 8754 - '@types/node' 8750 8755 - babel-plugin-macros ··· 8767 8772 8768 8773 jose@5.10.0: {} 8769 8774 8770 - jotai@2.15.0(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.2)(react@19.2.0): 8775 + jotai@2.15.1(@babel/core@7.28.4)(@babel/template@7.27.2)(@types/react@19.2.2)(react@19.2.0): 8771 8776 optionalDependencies: 8772 8777 '@babel/core': 7.28.4 8773 8778 '@babel/template': 7.27.2 ··· 8846 8851 dependencies: 8847 8852 uc.micro: 2.1.0 8848 8853 8849 - lint-staged@16.2.5: 8854 + lint-staged@16.2.6: 8850 8855 dependencies: 8851 8856 commander: 14.0.1 8852 - listr2: 9.0.4 8857 + listr2: 9.0.5 8853 8858 micromatch: 4.0.8 8854 8859 nano-spawn: 2.0.0 8855 8860 pidtree: 0.6.0 8856 8861 string-argv: 0.3.2 8857 8862 yaml: 2.8.1 8858 8863 8859 - listr2@9.0.4: 8864 + listr2@9.0.5: 8860 8865 dependencies: 8861 8866 cli-truncate: 5.1.0 8862 8867 colorette: 2.0.20 ··· 9005 9010 9006 9011 ms@2.1.3: {} 9007 9012 9008 - msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3): 9013 + msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3): 9009 9014 dependencies: 9010 - '@inquirer/confirm': 5.1.16(@types/node@24.9.1) 9015 + '@inquirer/confirm': 5.1.16(@types/node@24.10.0) 9011 9016 '@mswjs/interceptors': 0.40.0 9012 9017 '@open-draft/deferred-promise': 2.2.0 9013 9018 '@types/statuses': 2.0.6 ··· 9542 9547 github-buttons: 2.29.1 9543 9548 react: 19.2.0 9544 9549 9545 - react-i18next@16.1.2(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3): 9550 + react-i18next@16.2.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3): 9546 9551 dependencies: 9547 9552 '@babel/runtime': 7.28.4 9548 9553 html-parse-stringify: 3.0.1 9549 9554 i18next: 25.6.0(typescript@5.9.3) 9550 9555 react: 19.2.0 9556 + use-sync-external-store: 1.6.0(react@19.2.0) 9551 9557 optionalDependencies: 9552 9558 react-dom: 19.2.0(react@19.2.0) 9553 9559 typescript: 5.9.3 ··· 9628 9634 gopd: 1.2.0 9629 9635 set-function-name: 2.0.2 9630 9636 9631 - remix-i18next@7.4.2(i18next@25.6.0(typescript@5.9.3))(react-i18next@16.1.2(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 9637 + remix-i18next@7.4.2(i18next@25.6.0(typescript@5.9.3))(react-i18next@16.2.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3))(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 9632 9638 dependencies: 9633 9639 i18next: 25.6.0(typescript@5.9.3) 9634 9640 react: 19.2.0 9635 - react-i18next: 16.1.2(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) 9641 + react-i18next: 16.2.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) 9636 9642 react-router: 7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 9637 9643 9638 9644 remix-utils@9.0.0(@standard-schema/spec@1.0.0)(react-router@7.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): ··· 10216 10222 10217 10223 tsx@4.20.6: 10218 10224 dependencies: 10219 - esbuild: 0.25.11 10225 + esbuild: 0.25.12 10220 10226 get-tsconfig: 4.10.1 10221 10227 optionalDependencies: 10222 10228 fsevents: 2.3.3 ··· 10335 10341 dependencies: 10336 10342 punycode: 2.3.1 10337 10343 10344 + use-sync-external-store@1.6.0(react@19.2.0): 10345 + dependencies: 10346 + react: 19.2.0 10347 + 10338 10348 util-deprecate@1.0.2: {} 10339 10349 10340 10350 utils-merge@1.0.1: {} ··· 10362 10372 10363 10373 vary@1.1.2: {} 10364 10374 10365 - vite-node@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1): 10375 + vite-node@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1): 10366 10376 dependencies: 10367 10377 cac: 6.7.14 10368 10378 debug: 4.4.1 10369 10379 es-module-lexer: 1.7.0 10370 10380 pathe: 2.0.3 10371 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10381 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10372 10382 transitivePeerDependencies: 10373 10383 - '@types/node' 10374 10384 - jiti ··· 10383 10393 - tsx 10384 10394 - yaml 10385 10395 10386 - vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)): 10396 + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)): 10387 10397 dependencies: 10388 10398 debug: 4.4.0 10389 10399 globrex: 0.1.2 10390 10400 tsconfck: 3.1.5(typescript@5.9.3) 10391 10401 optionalDependencies: 10392 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10402 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10393 10403 transitivePeerDependencies: 10394 10404 - supports-color 10395 10405 - typescript 10396 10406 10397 - vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1): 10407 + vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1): 10398 10408 dependencies: 10399 - esbuild: 0.25.11 10409 + esbuild: 0.25.12 10400 10410 fdir: 6.5.0(picomatch@4.0.3) 10401 10411 picomatch: 4.0.3 10402 10412 postcss: 8.5.6 10403 10413 rollup: 4.50.1 10404 10414 tinyglobby: 0.2.15 10405 10415 optionalDependencies: 10406 - '@types/node': 24.9.1 10416 + '@types/node': 24.10.0 10407 10417 fsevents: 2.3.3 10408 10418 jiti: 2.5.1 10409 10419 tsx: 4.20.6 10410 10420 yaml: 2.8.1 10411 10421 10412 - vitefu@1.1.1(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)): 10422 + vitefu@1.1.1(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)): 10413 10423 optionalDependencies: 10414 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10424 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10415 10425 optional: true 10416 10426 10417 - 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.9.1))(vitest@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)): 10427 + 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.0))(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)): 10418 10428 dependencies: 10419 10429 '@prisma/client': 6.17.1(prisma@6.17.1(magicast@0.3.5)(typescript@5.9.3))(typescript@5.9.3) 10420 - '@quramy/jest-prisma-core': 1.8.1(jest@29.7.0(@types/node@24.9.1)) 10421 - vitest: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 10430 + '@quramy/jest-prisma-core': 1.8.1(jest@29.7.0(@types/node@24.10.0)) 10431 + vitest: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 10422 10432 transitivePeerDependencies: 10423 10433 - jest 10424 10434 10425 - vitest-mock-extended@3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)): 10435 + vitest-mock-extended@3.1.0(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1)): 10426 10436 dependencies: 10427 10437 ts-essentials: 10.0.4(typescript@5.9.3) 10428 10438 typescript: 5.9.3 10429 - vitest: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 10439 + vitest: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1) 10430 10440 10431 - vitest@3.2.4(@types/node@24.9.1)(jiti@2.5.1)(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1): 10441 + vitest@3.2.4(@types/node@24.10.0)(jiti@2.5.1)(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(tsx@4.20.6)(yaml@2.8.1): 10432 10442 dependencies: 10433 10443 '@types/chai': 5.2.2 10434 10444 '@vitest/expect': 3.2.4 10435 - '@vitest/mocker': 3.2.4(msw@2.11.6(@types/node@24.9.1)(typescript@5.9.3))(vite@7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 10445 + '@vitest/mocker': 3.2.4(msw@2.11.6(@types/node@24.10.0)(typescript@5.9.3))(vite@7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1)) 10436 10446 '@vitest/pretty-format': 3.2.4 10437 10447 '@vitest/runner': 3.2.4 10438 10448 '@vitest/snapshot': 3.2.4 ··· 10450 10460 tinyglobby: 0.2.14 10451 10461 tinypool: 1.1.1 10452 10462 tinyrainbow: 2.0.0 10453 - vite: 7.1.11(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10454 - vite-node: 3.2.4(@types/node@24.9.1)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10463 + vite: 7.1.12(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10464 + vite-node: 3.2.4(@types/node@24.10.0)(jiti@2.5.1)(tsx@4.20.6)(yaml@2.8.1) 10455 10465 why-is-node-running: 2.3.0 10456 10466 optionalDependencies: 10457 - '@types/node': 24.9.1 10467 + '@types/node': 24.10.0 10458 10468 transitivePeerDependencies: 10459 10469 - jiti 10460 10470 - less