Openstatus www.openstatus.dev

⬆️ version (#981)

* ⬆️ version

* ⬆️ version

authored by

Thibault Le Ouay and committed by
GitHub
a5808088 e9782461

+229 -221
+1 -1
apps/ingest-worker/package.json
··· 9 9 "@openstatus/tinybird": "workspace:*", 10 10 "detect-browser": "5.3.0", 11 11 "drizzle-orm": "0.32.1", 12 - "hono": "4.3.9", 12 + "hono": "4.5.3", 13 13 "zod": "3.23.8" 14 14 }, 15 15 "devDependencies": {
+2 -2
apps/screenshot-service/Dockerfile
··· 1 - FROM node:20-bookworm as dep 1 + FROM node:22-bookworm as dep 2 2 3 - RUN npx -y playwright@1.43.0 install --with-deps 3 + RUN npx -y playwright@1.46.0 install --with-deps 4 4 5 5 RUN npm install -g bun 6 6
+1 -1
apps/screenshot-service/fly.toml
··· 15 15 [http_service] 16 16 internal_port = 3000 17 17 force_https = true 18 - auto_stop_machines = true 18 + auto_stop_machines = "suspend" 19 19 auto_start_machines = true 20 20 min_machines_running = 0 21 21 processes = ['app']
+3 -3
apps/screenshot-service/package.json
··· 12 12 "@openstatus/db": "workspace:*", 13 13 "@openstatus/utils": "workspace:^", 14 14 "@t3-oss/env-core": "0.7.1", 15 - "@upstash/qstash": "2.1.8", 15 + "@upstash/qstash": "2.6.2", 16 16 "drizzle-orm": "0.32.1", 17 - "hono": "4.2.2", 18 - "playwright": "1.43.0", 17 + "hono": "4.5.3", 18 + "playwright": "1.46.0", 19 19 "zod": "3.23.8" 20 20 }, 21 21 "devDependencies": {
+1 -1
apps/screenshot-worker/package.json
··· 10 10 "@libsql/client": "0.6.2", 11 11 "@openstatus/db": "workspace:*", 12 12 "drizzle-orm": "0.32.1", 13 - "hono": "4.2.2", 13 + "hono": "4.5.3", 14 14 "zod": "3.23.8" 15 15 }, 16 16 "devDependencies": {
+9 -9
apps/server/package.json
··· 10 10 "test": "bun test" 11 11 }, 12 12 "dependencies": { 13 - "@hono/sentry": "1.1.0", 14 - "@hono/zod-openapi": "0.14.2", 13 + "@hono/sentry": "1.2.0", 14 + "@hono/zod-openapi": "0.15.1", 15 15 "@hono/zod-validator": "0.2.2", 16 16 "@openstatus/analytics": "workspace:^", 17 17 "@openstatus/db": "workspace:*", ··· 26 26 "@openstatus/tracker": "workspace:*", 27 27 "@openstatus/upstash": "workspace:*", 28 28 "@openstatus/utils": "workspace:*", 29 - "@scalar/hono-api-reference": "0.5.100", 29 + "@scalar/hono-api-reference": "0.5.131", 30 30 "@t3-oss/env-core": "0.7.1", 31 - "@unkey/api": "0.16.0", 32 - "@upstash/qstash": "2.1.8", 33 - "hono": "4.4.5", 34 - "nanoid": "5.0.2", 35 - "percentile": "^1.6.0", 36 - "validator": "13.11.0", 31 + "@unkey/api": "0.23.0", 32 + "@upstash/qstash": "2.6.2", 33 + "hono": "4.5.3", 34 + "nanoid": "5.0.7", 35 + "percentile": "1.6.0", 36 + "validator": "13.12.0", 37 37 "zod": "3.23.8" 38 38 }, 39 39 "devDependencies": {
+3 -3
apps/web/package.json
··· 48 48 "@trpc/next": "10.45.2", 49 49 "@trpc/react-query": "10.45.2", 50 50 "@trpc/server": "10.45.2", 51 - "@unkey/api": "0.16.0", 52 - "@upstash/qstash": "2.1.8", 51 + "@unkey/api": "0.23.0", 52 + "@upstash/qstash": "2.6.2", 53 53 "@upstash/redis": "1.22.1", 54 54 "@vercel/blob": "0.23.3", 55 55 "class-variance-authority": "0.7.0", ··· 60 60 "date-fns": "2.30.0", 61 61 "date-fns-tz": "2.0.0", 62 62 "lucide-react": "0.279.0", 63 - "nanoid": "5.0.1", 63 + "nanoid": "5.0.7", 64 64 "next": "14.2.4", 65 65 "next-auth": "5.0.0-beta.17", 66 66 "next-contentlayer": "0.3.4",
+1 -1
packages/notifications/pagerduty/package.json
··· 6 6 "@openstatus/db": "workspace:*", 7 7 "@t3-oss/env-core": "0.7.1", 8 8 "@types/validator": "13.11.6", 9 - "validator": "13.11.0", 9 + "validator": "13.12.0", 10 10 "zod": "3.22.4" 11 11 }, 12 12 "devDependencies": {
+2 -2
packages/notifications/twillio-sms/package.json
··· 5 5 "dependencies": { 6 6 "@openstatus/db": "workspace:*", 7 7 "@t3-oss/env-core": "0.7.1", 8 - "@types/validator": "13.11.6", 9 - "validator": "13.11.0", 8 + "validator": "13.12.0", 10 9 "zod": "3.23.8" 11 10 }, 12 11 "devDependencies": { ··· 14 13 "@types/node": "20.8.0", 15 14 "@types/react": "18.3.3", 16 15 "@types/react-dom": "18.3.0", 16 + "@types/validator": "13.12.0", 17 17 "next": "14.2.4", 18 18 "typescript": "5.5.2" 19 19 }
+1 -1
packages/upstash/package.json
··· 5 5 "main": "./src/index.ts", 6 6 "dependencies": { 7 7 "@upstash/kafka": "1.3.3", 8 - "@upstash/qstash": "2.1.8", 8 + "@upstash/qstash": "2.6.2", 9 9 "@upstash/ratelimit": "0.4.4", 10 10 "@upstash/redis": "1.22.1" 11 11 },
+205 -197
pnpm-lock.yaml
··· 41 41 specifier: 0.32.1 42 42 version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.7.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 43 43 hono: 44 - specifier: 4.3.9 45 - version: 4.3.9 44 + specifier: 4.5.3 45 + version: 4.5.3 46 46 zod: 47 47 specifier: 3.23.8 48 48 version: 3.23.8 ··· 67 67 version: 3.550.0 68 68 '@hono/zod-validator': 69 69 specifier: 0.2.1 70 - version: 0.2.1(hono@4.2.2)(zod@3.23.8) 70 + version: 0.2.1(hono@4.5.3)(zod@3.23.8) 71 71 '@libsql/client': 72 72 specifier: 0.6.2 73 73 version: 0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4) ··· 81 81 specifier: 0.7.1 82 82 version: 0.7.1(typescript@5.4.4)(zod@3.23.8) 83 83 '@upstash/qstash': 84 - specifier: 2.1.8 85 - version: 2.1.8 84 + specifier: 2.6.2 85 + version: 2.6.2 86 86 drizzle-orm: 87 87 specifier: 0.32.1 88 88 version: 0.32.1(@cloudflare/workers-types@4.20240512.0)(@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 89 89 hono: 90 - specifier: 4.2.2 91 - version: 4.2.2 90 + specifier: 4.5.3 91 + version: 4.5.3 92 92 playwright: 93 - specifier: 1.43.0 94 - version: 1.43.0 93 + specifier: 1.46.0 94 + version: 1.46.0 95 95 zod: 96 96 specifier: 3.23.8 97 97 version: 3.23.8 ··· 107 107 dependencies: 108 108 '@hono/zod-validator': 109 109 specifier: 0.2.1 110 - version: 0.2.1(hono@4.2.2)(zod@3.23.8) 110 + version: 0.2.1(hono@4.5.3)(zod@3.23.8) 111 111 '@libsql/client': 112 112 specifier: 0.6.2 113 113 version: 0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4) ··· 118 118 specifier: 0.32.1 119 119 version: 0.32.1(@cloudflare/workers-types@4.20240403.0)(@libsql/client@0.6.2(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.1.2)(bun-types@1.1.8)(react@18.3.1) 120 120 hono: 121 - specifier: 4.2.2 122 - version: 4.2.2 121 + specifier: 4.5.3 122 + version: 4.5.3 123 123 zod: 124 124 specifier: 3.23.8 125 125 version: 3.23.8 ··· 143 143 apps/server: 144 144 dependencies: 145 145 '@hono/sentry': 146 - specifier: 1.1.0 147 - version: 1.1.0(hono@4.4.5) 146 + specifier: 1.2.0 147 + version: 1.2.0(hono@4.5.3) 148 148 '@hono/zod-openapi': 149 - specifier: 0.14.2 150 - version: 0.14.2(hono@4.4.5)(zod@3.23.8) 149 + specifier: 0.15.1 150 + version: 0.15.1(hono@4.5.3)(zod@3.23.8) 151 151 '@hono/zod-validator': 152 152 specifier: 0.2.2 153 - version: 0.2.2(hono@4.4.5)(zod@3.23.8) 153 + version: 0.2.2(hono@4.5.3)(zod@3.23.8) 154 154 '@openstatus/analytics': 155 155 specifier: workspace:^ 156 156 version: link:../../packages/analytics ··· 191 191 specifier: workspace:* 192 192 version: link:../../packages/utils 193 193 '@scalar/hono-api-reference': 194 - specifier: 0.5.100 195 - version: 0.5.100(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 194 + specifier: 0.5.131 195 + version: 0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 196 196 '@t3-oss/env-core': 197 197 specifier: 0.7.1 198 198 version: 0.7.1(typescript@5.5.2)(zod@3.23.8) 199 199 '@unkey/api': 200 - specifier: 0.16.0 201 - version: 0.16.0 200 + specifier: 0.23.0 201 + version: 0.23.0 202 202 '@upstash/qstash': 203 - specifier: 2.1.8 204 - version: 2.1.8 203 + specifier: 2.6.2 204 + version: 2.6.2 205 205 hono: 206 - specifier: 4.4.5 207 - version: 4.4.5 206 + specifier: 4.5.3 207 + version: 4.5.3 208 208 nanoid: 209 - specifier: 5.0.2 210 - version: 5.0.2 209 + specifier: 5.0.7 210 + version: 5.0.7 211 211 percentile: 212 - specifier: ^1.6.0 212 + specifier: 1.6.0 213 213 version: 1.6.0 214 214 validator: 215 - specifier: 13.11.0 216 - version: 13.11.0 215 + specifier: 13.12.0 216 + version: 13.12.0 217 217 zod: 218 218 specifier: 3.23.8 219 219 version: 3.23.8 ··· 348 348 specifier: 10.45.2 349 349 version: 10.45.2 350 350 '@unkey/api': 351 - specifier: 0.16.0 352 - version: 0.16.0 351 + specifier: 0.23.0 352 + version: 0.23.0 353 353 '@upstash/qstash': 354 - specifier: 2.1.8 355 - version: 2.1.8 354 + specifier: 2.6.2 355 + version: 2.6.2 356 356 '@upstash/redis': 357 357 specifier: 1.22.1 358 358 version: 1.22.1(encoding@0.1.13) ··· 384 384 specifier: 0.279.0 385 385 version: 0.279.0(react@18.3.1) 386 386 nanoid: 387 - specifier: 5.0.1 388 - version: 5.0.1 387 + specifier: 5.0.7 388 + version: 5.0.7 389 389 next: 390 390 specifier: 14.2.4 391 391 version: 14.2.4(@opentelemetry/api@1.4.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 809 809 specifier: 13.11.6 810 810 version: 13.11.6 811 811 validator: 812 - specifier: 13.11.0 813 - version: 13.11.0 812 + specifier: 13.12.0 813 + version: 13.12.0 814 814 zod: 815 815 specifier: 3.22.4 816 816 version: 3.22.4 ··· 864 864 '@t3-oss/env-core': 865 865 specifier: 0.7.1 866 866 version: 0.7.1(typescript@5.5.2)(zod@3.23.8) 867 - '@types/validator': 868 - specifier: 13.11.6 869 - version: 13.11.6 870 867 validator: 871 - specifier: 13.11.0 872 - version: 13.11.0 868 + specifier: 13.12.0 869 + version: 13.12.0 873 870 zod: 874 871 specifier: 3.23.8 875 872 version: 3.23.8 ··· 886 883 '@types/react-dom': 887 884 specifier: 18.3.0 888 885 version: 18.3.0 886 + '@types/validator': 887 + specifier: 13.12.0 888 + version: 13.12.0 889 889 next: 890 890 specifier: 14.2.4 891 891 version: 14.2.4(@opentelemetry/api@1.8.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 1128 1128 specifier: 1.3.3 1129 1129 version: 1.3.3(encoding@0.1.13) 1130 1130 '@upstash/qstash': 1131 - specifier: 2.1.8 1132 - version: 2.1.8 1131 + specifier: 2.6.2 1132 + version: 2.6.2 1133 1133 '@upstash/ratelimit': 1134 1134 specifier: 0.4.4 1135 1135 version: 0.4.4(encoding@0.1.13) ··· 1196 1196 '@analytics/type-utils@0.6.2': 1197 1197 resolution: {integrity: sha512-TD+xbmsBLyYy/IxFimW/YL/9L2IEnM7/EoV9Aeh56U64Ify8o27HJcKjo38XY9Tcn0uOq1AX3thkKgvtWvwFQg==} 1198 1198 1199 - '@asteasolutions/zod-to-openapi@7.0.0': 1200 - resolution: {integrity: sha512-rJRKHD2m6nUb/9ZheeN8nqOURX24WTzY8Sex1ZKT0Kpx+xfpRcD0fTD6vEeXNHGaDGxzu65Jj/jb2x6nLTjcMw==} 1199 + '@asteasolutions/zod-to-openapi@7.1.1': 1200 + resolution: {integrity: sha512-lF0d1gAc0lYLO9/BAGivwTwE2Sh9h6CHuDcbk5KnGBfIuAsAkDC+Fdat4dkQY3CS/zUWKHRmFEma0B7X132Ymw==} 1201 1201 peerDependencies: 1202 1202 zod: ^3.20.2 1203 1203 ··· 2248 2248 '@codemirror/lang-json@6.0.1': 2249 2249 resolution: {integrity: sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==} 2250 2250 2251 + '@codemirror/lang-xml@6.1.0': 2252 + resolution: {integrity: sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==} 2253 + 2251 2254 '@codemirror/lang-yaml@6.1.1': 2252 2255 resolution: {integrity: sha512-HV2NzbK9bbVnjWxwObuZh5FuPCowx51mEfoFT9y3y+M37fA3+pbxx4I7uePuygFzDsAmCTwQSc/kXh/flab4uw==} 2253 2256 ··· 3154 3157 peerDependencies: 3155 3158 vue: ^3.2.0 3156 3159 3157 - '@hono/sentry@1.1.0': 3158 - resolution: {integrity: sha512-sg0hyn3VhQi2IQtHQgHxdyUWgvy+LMdjne0iVkFf0gW2KM3/uZyvMxdTZBlzOPeMq50q6CIEZrxtZJ8TZt8Vcw==} 3160 + '@hono/sentry@1.2.0': 3161 + resolution: {integrity: sha512-9mS8GrkGtR4YxM1CViL4Ft8LFQ9YhCoXeqKnUA1AUmrvA5PhUU/V+xoo8Autw0nVriin3liX5/lPrwWz3muwiw==} 3159 3162 peerDependencies: 3160 3163 hono: '>=3.*' 3161 3164 3162 - '@hono/zod-openapi@0.14.2': 3163 - resolution: {integrity: sha512-nt4TCMwGebajiJ5QEZ2QOVRp3N7GMLs1P7csNQJSu6Aean4D+8TWgZTaAJSytLvVZWy90qnBbpRlVSS6C6M+0g==} 3165 + '@hono/zod-openapi@0.15.1': 3166 + resolution: {integrity: sha512-2Un3D5xD1j4tIvUwzQ/XkB6xwrEA0Ne23TRjB8UVw0PgUWzsB3xiB8Hl/y2ZEMfcIfrA15/ga4P6Bkct8uYaLg==} 3164 3167 engines: {node: '>=16.0.0'} 3165 3168 peerDependencies: 3166 3169 hono: '>=4.3.6' ··· 3245 3248 3246 3249 '@lezer/lr@1.4.1': 3247 3250 resolution: {integrity: sha512-CHsKq8DMKBf9b3yXPDIU4DbH+ZJd/sJdYOW2llbW/HudP5u0VS6Bfq1hLYfgU7uAYGFIyGGQIsSOXGPEErZiJw==} 3251 + 3252 + '@lezer/xml@1.0.5': 3253 + resolution: {integrity: sha512-VFouqOzmUWfIg+tfmpcdV33ewtK+NSwd4ngSe1aG7HFb4BN0ExyY1b8msp+ndFrnlG4V4iC8yXacjFtrwERnaw==} 3248 3254 3249 3255 '@lezer/yaml@1.0.3': 3250 3256 resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==} ··· 4495 4501 rollup: 4496 4502 optional: true 4497 4503 4498 - '@scalar/api-client@2.0.15': 4499 - resolution: {integrity: sha512-k/DEkS3kWALOM4KacMXrd6v01V086fuyYRsiBIvdzyyUb1GwXXqrYMlPYVU80HDRZCjGUiovObixbTdour8AiQ==} 4504 + '@scalar/api-client@2.0.45': 4505 + resolution: {integrity: sha512-dql7iN2sfnxY44HSXN/z8uyhGR8RCWoSH/BVVUMceh1NHDpMnxIwp2/ynR0GcS0PpuApEP4TGQwoThQwEY/hfA==} 4500 4506 engines: {node: '>=18'} 4501 4507 4502 - '@scalar/api-reference@1.24.39': 4503 - resolution: {integrity: sha512-H2WJVQdT5W9GiEWNCCiBEmjnfZ3nQl1H2zNDJJ3nv8UR3vWcTZ9JfwyX7vqeNCZAio0CNAzamGqau+j19Q4u0g==} 4508 + '@scalar/api-reference@1.24.70': 4509 + resolution: {integrity: sha512-21FPlnVenOOSZprXazCQjoSYyZg5iTh9LIcPGw4ABysFz378t03pi9g9VI00UoY84va9Oabn+Uoc7PqUYV36kQ==} 4504 4510 engines: {node: '>=18'} 4505 4511 4506 4512 '@scalar/code-highlight@0.0.7': 4507 4513 resolution: {integrity: sha512-YUSlnNapSUuLKDFiiQ54ok+gHD9ufCifI2CAU5HtIvt8pS/Ns4r0D/N+RuEWu5HccbBt/S4cLYkwlg4q76ym/A==} 4508 4514 engines: {node: '>=18'} 4509 4515 4510 - '@scalar/components@0.12.12': 4511 - resolution: {integrity: sha512-zer4YrrMo15KW7SE8wkHEYZ5LGSXi47a4DCO5zZAk/V/XPZrRMt/5ZEV4z+m9zpBkYYClcJDpGZUiqT5GqHjOg==} 4516 + '@scalar/components@0.12.28': 4517 + resolution: {integrity: sha512-mBIjfgE5XSY/C6L7B3nXtNhskAI55URi2BNKT7nZ5QAAEJbAlIDQ8Sfaq+GB5pLG2Sv/lW//6qOeetRadTBRdA==} 4512 4518 engines: {node: '>=18'} 4513 4519 4514 - '@scalar/draggable@0.1.3': 4515 - resolution: {integrity: sha512-A6lUgTV8q/zJGkzHerY1T+X3l3GXmCCg09Z7OU7j6yDyyuj2BSTblthncoD5sN3BdwLjHwkm9ecehfvaE0pj5w==} 4520 + '@scalar/draggable@0.1.4': 4521 + resolution: {integrity: sha512-hj8SY6umXcl++rToznM33x/Iow65dYRmUA2nEgppkHml1RvTSR6Smfkio3hp8m4VUOGjQCTjt5gjuMe09pLlPQ==} 4516 4522 engines: {node: '>=18'} 4517 4523 4518 - '@scalar/hono-api-reference@0.5.100': 4519 - resolution: {integrity: sha512-/C/YSCt4ixqHP8Sf4UN1efKnpu4MAjTu3+sBroaOI5tXR5wyMd7c2uIsghcO7c9HCoMMqJr3m9XXCIavXximzg==} 4524 + '@scalar/hono-api-reference@0.5.131': 4525 + resolution: {integrity: sha512-5lXRzfjYxwE2eZfajl3dZBpXN1VZADOQTYe3AzyduS9Kn2z43M1A1FUZUPQo3XDWILfLlf8MZV4s6A11FCxaEg==} 4520 4526 engines: {node: '>=18'} 4521 4527 4522 - '@scalar/oas-utils@0.2.13': 4523 - resolution: {integrity: sha512-wYlOuSE49pD3TQ4wmw1sHdMJMFajuu3x1DYsWzpJtKnJX8ij3UtKi8EaPgjxvH9GZ8sNzIlI9ZddPU1llYjQhg==} 4528 + '@scalar/oas-utils@0.2.26': 4529 + resolution: {integrity: sha512-9l4sJ4Kg7RyaCURCapDWPCSsnlp2h3xg+Dp0vtDMPMdp5y53tINag+yw3wj4+g1/QpzQ95muK0HZD7rgFUkx1Q==} 4524 4530 engines: {node: '>=18'} 4525 4531 4526 - '@scalar/object-utils@1.1.4': 4527 - resolution: {integrity: sha512-9+aPspcxdi7NfcFE/CflbmAVClRbSeiXvxaEtk0At7sYG3tQHyP9OrD3fFGqmlPKruvxX9aWJ2OWeC+5Q9vh0A==} 4532 + '@scalar/object-utils@1.1.5': 4533 + resolution: {integrity: sha512-3uZwlfVU2v8k2Qt5sXLHGSUl0eJMvxZLRsNRzFMXPEwXcCxpgA5/YwhcX/jnQUXI4rjBEVoUVxdInCd/GeoENw==} 4528 4534 engines: {node: '>=18'} 4529 4535 4530 4536 '@scalar/openapi-parser@0.7.2': ··· 4552 4558 '@scalar/snippetz@0.1.6': 4553 4559 resolution: {integrity: sha512-z3DEpT/FIZq9yeHL/tz2v6WvdHIiZ4uvK96RdeTPKUUJ0IXvA5vONG3PF5LE0Q/408PCzWsZpGs9f97ztaeJSQ==} 4554 4560 4555 - '@scalar/themes@0.9.13': 4556 - resolution: {integrity: sha512-ok1hC5ez9cYnVr2F8WF0FyE5P0GWiim12H3aOoPvq1VFI+ASoFjJNgo7rT4nhVbO3htcBh1Le9KfIFTyO7bhYA==} 4561 + '@scalar/themes@0.9.21': 4562 + resolution: {integrity: sha512-IxUSkxyHILScT18SIb5pLFThKbShVC71xyhFDqHxJ9CP8Wjd2UhQBxoMComPE9MVs75tEzENNINyZhi1Lp3fxQ==} 4557 4563 engines: {node: '>=18'} 4558 4564 4559 - '@scalar/use-codemirror@0.11.5': 4560 - resolution: {integrity: sha512-JPAkSukziVpkASpTFejxP0cnopiBrNvTFEbwGCGJXbxklKSyHQ9FQXo0iIv/USRBI6l64x+kSIljFk0SKXiD3Q==} 4565 + '@scalar/use-codemirror@0.11.10': 4566 + resolution: {integrity: sha512-sPY4Qp4Tghtwd89oyJyRuC9SriP8Jak6rEgl6jBhfKesyNC5s8LRztr8mAkZQRUKslFkbAcA9qC+MUnrvSLomQ==} 4561 4567 engines: {node: '>=18'} 4562 4568 4563 4569 '@scalar/use-toasts@0.7.4': ··· 4595 4601 engines: {node: '>= 8'} 4596 4602 hasBin: true 4597 4603 4598 - '@sentry/core@7.112.2': 4599 - resolution: {integrity: sha512-gHPCcJobbMkk0VR18J65WYQTt3ED4qC6X9lHKp27Ddt63E+MDGkG6lvYBU1LS8cV7CdyBGC1XXDCfor61GvLsA==} 4600 - engines: {node: '>=8'} 4601 - 4602 4604 '@sentry/core@7.116.0': 4603 4605 resolution: {integrity: sha512-J6Wmjjx+o7RwST0weTU1KaKUAlzbc8MGkJV1rcHM9xjNTWTva+nrcCM3vFBagnk2Gm/zhwv3h0PvWEqVyp3U1Q==} 4604 4606 engines: {node: '>=8'} 4605 4607 4606 - '@sentry/integrations@7.112.2': 4607 - resolution: {integrity: sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==} 4608 - engines: {node: '>=8'} 4608 + '@sentry/core@8.9.2': 4609 + resolution: {integrity: sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==} 4610 + engines: {node: '>=14.18'} 4609 4611 4610 4612 '@sentry/integrations@7.116.0': 4611 4613 resolution: {integrity: sha512-UZb60gaF+7veh1Yv79RiGvgGYOnU6xA97H+hI6tKgc1uT20YpItO4X56Vhp0lvyEyUGFZzBRRH1jpMDPNGPkqw==} ··· 4636 4638 resolution: {integrity: sha512-OrpDtV54pmwZuKp3g7PDiJg6ruRMJKOCzK08TF7IPsKrr4x4UQn56rzMOiABVuTjuS8lNfAWDar6c6vxXFz5KA==} 4637 4639 engines: {node: '>=12'} 4638 4640 4639 - '@sentry/types@7.112.2': 4640 - resolution: {integrity: sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==} 4641 - engines: {node: '>=8'} 4642 - 4643 4641 '@sentry/types@7.116.0': 4644 4642 resolution: {integrity: sha512-QCCvG5QuQrwgKzV11lolNQPP2k67Q6HHD9vllZ/C4dkxkjoIym8Gy+1OgAN3wjsR0f/kG9o5iZyglgNpUVRapQ==} 4645 4643 engines: {node: '>=8'} 4646 4644 4647 - '@sentry/utils@7.112.2': 4648 - resolution: {integrity: sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==} 4649 - engines: {node: '>=8'} 4645 + '@sentry/types@8.9.2': 4646 + resolution: {integrity: sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==} 4647 + engines: {node: '>=14.18'} 4650 4648 4651 4649 '@sentry/utils@7.116.0': 4652 4650 resolution: {integrity: sha512-Vn9fcvwTq91wJvCd7WTMWozimqMi+dEZ3ie3EICELC2diONcN16ADFdzn65CQQbYwmUzRjN9EjDN2k41pKZWhQ==} 4653 4651 engines: {node: '>=8'} 4652 + 4653 + '@sentry/utils@8.9.2': 4654 + resolution: {integrity: sha512-A4srR9mEBFdVXwSEKjQ94msUbVkMr8JeFiEj9ouOFORw/Y/ux/WV2bWVD/ZI9wq0TcTNK8L1wBgU8UMS5lIq3A==} 4655 + engines: {node: '>=14.18'} 4654 4656 4655 4657 '@sentry/vercel-edge@7.116.0': 4656 4658 resolution: {integrity: sha512-II956v8ch99+DwhkFh7MDcYlnDURIO2rjy7U60Tol+xhlU5RcyySzRt/Ki1Zw2DiKXBuAk7C1JMioTr0FF9mAQ==} ··· 5257 5259 '@types/validator@13.11.6': 5258 5260 resolution: {integrity: sha512-HUgHujPhKuNzgNXBRZKYexwoG+gHKU+tnfPqjWXFghZAnn73JElicMkuSKJyLGr9JgyA8IgK7fj88IyA9rwYeQ==} 5259 5261 5262 + '@types/validator@13.12.0': 5263 + resolution: {integrity: sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==} 5264 + 5260 5265 '@types/web-bluetooth@0.0.20': 5261 5266 resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} 5262 5267 ··· 5287 5292 peerDependencies: 5288 5293 vue: '>=2.7 || >=3' 5289 5294 5290 - '@unkey/api@0.16.0': 5291 - resolution: {integrity: sha512-y7loET+ULNQIxfujwMv39Cu1h5I9eNPh9VBwxarhWWBSsRo6Id7nmb4cUYF6ltbarZ5BMqrVGeBjOyKtPpJPrg==} 5295 + '@unkey/api@0.23.0': 5296 + resolution: {integrity: sha512-N4mFiIQdzBaqDGtBZ70y8d7rNeRgi2iEWac7BgTsiflx12BfMHWd4oMglmUJ4uqHNmNqm3yNVSih7BY24H5K8g==} 5297 + 5298 + '@unkey/error@0.2.0': 5299 + resolution: {integrity: sha512-DFGb4A7SrusZPP0FYuRIF0CO+Gi4etLUAEJ6EKc+TKYmscL0nEJ2Pr38FyX9MvjI4Wx5l35Wc9KsBjMm9Ybh7w==} 5300 + 5301 + '@unkey/rbac@0.3.1': 5302 + resolution: {integrity: sha512-Hj+52XRIlBBl3/qOUq9K71Fwy3PWExBQOpOClVYHdrcmbgqNL6L4EdW/BzliLhqPCdwZTPVSJTnZ3Hw4ZYixsQ==} 5292 5303 5293 5304 '@upstash/core-analytics@0.0.6': 5294 5305 resolution: {integrity: sha512-cpPSR0XJAJs4Ddz9nq3tINlPS5aLfWVCqhhtHnXt4p7qr5+/Znlt1Es736poB/9rnl1hAHrOsOvVj46NEXcVqA==} ··· 5298 5309 resolution: {integrity: sha512-CIr657FZuK+IMuwcxkj3oCB6xKO+LMlHd4BL4J/Lwbpj6+5YHO+5ZcpdMIQhbcemthJcRtE0gDUfZEnrfb3Rjg==} 5299 5310 engines: {node: '>=10'} 5300 5311 5301 - '@upstash/qstash@2.1.8': 5302 - resolution: {integrity: sha512-p8PQ6fE1ljhnrHmP5iQiqZAVf3ljFoC4/i8f2usLQ75Emq1cCiDHvW8u/J/U/N0zCLewxxA1g1W5bGJ7+5iKyQ==} 5312 + '@upstash/qstash@2.6.2': 5313 + resolution: {integrity: sha512-aB/1yqMJTRyOt7Go2Db1ZIVnmTPpsc2KGY5jpLVcegNtjksaPTJF6fmITxos5HVvsQhS8IB3gvF/+gQfRQlPLQ==} 5303 5314 5304 5315 '@upstash/ratelimit@0.4.4': 5305 5316 resolution: {integrity: sha512-y3q6cNDdcRQ2MRPRf5UNWBN36IwnZ4kAEkGoH3i6OqdWwz4qlBxNsw4/Rpqn9h93+Nx1cqg5IOq7O2e2zMJY1w==} ··· 5996 6007 resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 5997 6008 engines: {node: '>= 8'} 5998 6009 5999 - crypto-js@4.1.1: 6000 - resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==} 6010 + crypto-js@4.2.0: 6011 + resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==} 6001 6012 6002 6013 crypto-random-string@4.0.0: 6003 6014 resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} ··· 7030 7041 hoist-non-react-statics@3.3.2: 7031 7042 resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} 7032 7043 7033 - hono@4.2.2: 7034 - resolution: {integrity: sha512-mDmjBHF6uBNN3TASdAbDCFsN9FLbrlgXyFZkhLEkU7hUgk0+T9hcsUrL/nho4qV+Xk0RDHx7gop4Q1gelZZVRw==} 7035 - engines: {node: '>=16.0.0'} 7036 - 7037 - hono@4.3.9: 7038 - resolution: {integrity: sha512-6c5LVE23HnIS8iBhY+XPmYJlPeeClznOi7mBNsAsJCgxo8Ciz75LTjqRUf5wv4RYq8kL+1KPLUZHCtKmbZssNg==} 7039 - engines: {node: '>=16.0.0'} 7040 - 7041 - hono@4.4.5: 7042 - resolution: {integrity: sha512-hyf+1c+gTEo0+xjdYT2e8y4M3HcEy0ARuRZHPRgeRhq/mupkI4j9/qEWVKsyj0se4KhfRnYrld4Tk6z/9veq/Q==} 7044 + hono@4.5.3: 7045 + resolution: {integrity: sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==} 7043 7046 engines: {node: '>=16.0.0'} 7044 7047 7045 7048 hookable@5.5.3: ··· 7385 7388 jju@1.4.0: 7386 7389 resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} 7387 7390 7388 - jose@4.15.4: 7389 - resolution: {integrity: sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==} 7390 - 7391 7391 jose@5.2.4: 7392 7392 resolution: {integrity: sha512-6ScbIk2WWCeXkmzF6bRPmEuaqy1m8SbsRFMa/FLrSCkGIhj8OLVG/IH+XHVmNMx/KUo8cVWEE6oKR4dJ+S0Rkg==} 7393 7393 ··· 8141 8141 nanoid@3.3.7: 8142 8142 resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} 8143 8143 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 8144 - hasBin: true 8145 - 8146 - nanoid@5.0.1: 8147 - resolution: {integrity: sha512-vWeVtV5Cw68aML/QaZvqN/3QQXc6fBfIieAlu05m7FZW2Dgb+3f0xc0TTxuJW+7u30t7iSDTV/j3kVI0oJqIfQ==} 8148 - engines: {node: ^18 || >=20} 8149 - hasBin: true 8150 - 8151 - nanoid@5.0.2: 8152 - resolution: {integrity: sha512-2ustYUX1R2rL/Br5B/FMhi8d5/QzvkJ912rBYxskcpu0myTHzSZfTr1LAS2Sm7jxRUObRrSBFoyzwAhL49aVSg==} 8153 - engines: {node: ^18 || >=20} 8154 8144 hasBin: true 8155 8145 8156 8146 nanoid@5.0.7: ··· 8552 8542 pkg-types@1.1.3: 8553 8543 resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} 8554 8544 8555 - playwright-core@1.43.0: 8556 - resolution: {integrity: sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==} 8557 - engines: {node: '>=16'} 8545 + playwright-core@1.46.0: 8546 + resolution: {integrity: sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==} 8547 + engines: {node: '>=18'} 8558 8548 hasBin: true 8559 8549 8560 - playwright@1.43.0: 8561 - resolution: {integrity: sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==} 8562 - engines: {node: '>=16'} 8550 + playwright@1.46.0: 8551 + resolution: {integrity: sha512-XYJ5WvfefWONh1uPAUAi0H2xXV5S3vrtcnXe6uAOgdGi3aSpqOSXX08IAjXW34xitfuOJsvXU5anXZxPSEQiJw==} 8552 + engines: {node: '>=18'} 8563 8553 hasBin: true 8564 8554 8565 8555 postcss-css-variables@0.18.0: ··· 9616 9606 toml@3.0.0: 9617 9607 resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} 9618 9608 9619 - toucan-js@3.4.0: 9620 - resolution: {integrity: sha512-ifqPB5QIBC07gDGhWyMpSFp6Z6cjRLsjxhQ3wZmE6YGDntJZNCage77AIyrVihQLQM6/6T8TQumEJDuWlBw56w==} 9609 + toucan-js@4.0.0: 9610 + resolution: {integrity: sha512-FkF7uBztiyjs2WxVt54akH3pFWDcu61RwHsdH2oB0KGailstKEB/xmgMHiE6mft4YCnZi88uM2RPWZVZrA5r1w==} 9621 9611 9622 9612 tr46@0.0.3: 9623 9613 resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} ··· 10003 9993 resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} 10004 9994 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 10005 9995 10006 - validator@13.11.0: 10007 - resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} 9996 + validator@13.12.0: 9997 + resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} 10008 9998 engines: {node: '>= 0.10'} 10009 9999 10010 10000 vary@1.1.2: ··· 10100 10090 10101 10091 whatwg-fetch@3.6.19: 10102 10092 resolution: {integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==} 10093 + 10094 + whatwg-mimetype@4.0.0: 10095 + resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} 10096 + engines: {node: '>=18'} 10103 10097 10104 10098 whatwg-url@5.0.0: 10105 10099 resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} ··· 10321 10315 10322 10316 '@analytics/type-utils@0.6.2': {} 10323 10317 10324 - '@asteasolutions/zod-to-openapi@7.0.0(zod@3.23.8)': 10318 + '@asteasolutions/zod-to-openapi@7.1.1(zod@3.23.8)': 10325 10319 dependencies: 10326 10320 openapi3-ts: 4.1.2 10327 10321 zod: 3.23.8 ··· 11881 11875 '@codemirror/language': 6.10.2 11882 11876 '@lezer/json': 1.0.2 11883 11877 11878 + '@codemirror/lang-xml@6.1.0': 11879 + dependencies: 11880 + '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 11881 + '@codemirror/language': 6.10.2 11882 + '@codemirror/state': 6.4.1 11883 + '@codemirror/view': 6.28.4 11884 + '@lezer/common': 1.2.1 11885 + '@lezer/xml': 1.0.5 11886 + 11884 11887 '@codemirror/lang-yaml@6.1.1(@codemirror/view@6.28.4)': 11885 11888 dependencies: 11886 11889 '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) ··· 12577 12580 '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.5.2)) 12578 12581 vue: 3.4.31(typescript@5.5.2) 12579 12582 12580 - '@hono/sentry@1.1.0(hono@4.4.5)': 12583 + '@hono/sentry@1.2.0(hono@4.5.3)': 12581 12584 dependencies: 12582 - hono: 4.4.5 12583 - toucan-js: 3.4.0 12585 + hono: 4.5.3 12586 + toucan-js: 4.0.0 12584 12587 12585 - '@hono/zod-openapi@0.14.2(hono@4.4.5)(zod@3.23.8)': 12588 + '@hono/zod-openapi@0.15.1(hono@4.5.3)(zod@3.23.8)': 12586 12589 dependencies: 12587 - '@asteasolutions/zod-to-openapi': 7.0.0(zod@3.23.8) 12588 - '@hono/zod-validator': 0.2.2(hono@4.4.5)(zod@3.23.8) 12589 - hono: 4.4.5 12590 + '@asteasolutions/zod-to-openapi': 7.1.1(zod@3.23.8) 12591 + '@hono/zod-validator': 0.2.2(hono@4.5.3)(zod@3.23.8) 12592 + hono: 4.5.3 12590 12593 zod: 3.23.8 12591 12594 12592 - '@hono/zod-validator@0.2.1(hono@4.2.2)(zod@3.23.8)': 12595 + '@hono/zod-validator@0.2.1(hono@4.5.3)(zod@3.23.8)': 12593 12596 dependencies: 12594 - hono: 4.2.2 12597 + hono: 4.5.3 12595 12598 zod: 3.23.8 12596 12599 12597 - '@hono/zod-validator@0.2.2(hono@4.4.5)(zod@3.23.8)': 12600 + '@hono/zod-validator@0.2.2(hono@4.5.3)(zod@3.23.8)': 12598 12601 dependencies: 12599 - hono: 4.4.5 12602 + hono: 4.5.3 12600 12603 zod: 3.23.8 12601 12604 12602 12605 '@hookform/resolvers@3.3.1(react-hook-form@7.47.0(react@18.3.1))': ··· 12690 12693 '@lezer/lr@1.4.1': 12691 12694 dependencies: 12692 12695 '@lezer/common': 1.2.1 12696 + 12697 + '@lezer/xml@1.0.5': 12698 + dependencies: 12699 + '@lezer/common': 1.2.1 12700 + '@lezer/highlight': 1.2.0 12701 + '@lezer/lr': 1.4.1 12693 12702 12694 12703 '@lezer/yaml@1.0.3': 12695 12704 dependencies: ··· 14089 14098 optionalDependencies: 14090 14099 rollup: 2.78.0 14091 14100 14092 - '@scalar/api-client@2.0.15(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14101 + '@scalar/api-client@2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14093 14102 dependencies: 14094 14103 '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2))) 14095 14104 '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.5.2)) 14096 - '@scalar/components': 0.12.12(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14097 - '@scalar/draggable': 0.1.3(typescript@5.5.2) 14098 - '@scalar/oas-utils': 0.2.13(typescript@5.5.2) 14099 - '@scalar/object-utils': 1.1.4(vue@3.4.31(typescript@5.5.2)) 14105 + '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14106 + '@scalar/draggable': 0.1.4(typescript@5.5.2) 14107 + '@scalar/oas-utils': 0.2.26(typescript@5.5.2) 14108 + '@scalar/object-utils': 1.1.5(vue@3.4.31(typescript@5.5.2)) 14100 14109 '@scalar/openapi-parser': 0.7.2 14101 - '@scalar/themes': 0.9.13(typescript@5.5.2) 14102 - '@scalar/use-codemirror': 0.11.5(typescript@5.5.2) 14110 + '@scalar/themes': 0.9.21(typescript@5.5.2) 14111 + '@scalar/use-codemirror': 0.11.10(typescript@5.5.2) 14103 14112 '@scalar/use-toasts': 0.7.4(typescript@5.5.2) 14104 14113 '@scalar/use-tooltip': 1.0.2(typescript@5.5.2) 14105 14114 '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.2)) ··· 14112 14121 pretty-ms: 8.0.0 14113 14122 vue: 3.4.31(typescript@5.5.2) 14114 14123 vue-router: 4.4.0(vue@3.4.31(typescript@5.5.2)) 14124 + whatwg-mimetype: 4.0.0 14115 14125 zod: 3.23.8 14116 14126 transitivePeerDependencies: 14117 14127 - '@jest/globals' ··· 14126 14136 - typescript 14127 14137 - vitest 14128 14138 14129 - '@scalar/api-reference@1.24.39(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14139 + '@scalar/api-reference@1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14130 14140 dependencies: 14131 14141 '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.5.2)) 14132 14142 '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.5.2)) 14133 - '@scalar/api-client': 2.0.15(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14134 - '@scalar/components': 0.12.12(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14135 - '@scalar/oas-utils': 0.2.13(typescript@5.5.2) 14143 + '@scalar/api-client': 2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14144 + '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2) 14145 + '@scalar/oas-utils': 0.2.26(typescript@5.5.2) 14136 14146 '@scalar/openapi-parser': 0.7.2 14137 14147 '@scalar/snippetz': 0.1.6 14138 - '@scalar/themes': 0.9.13(typescript@5.5.2) 14148 + '@scalar/themes': 0.9.21(typescript@5.5.2) 14139 14149 '@scalar/use-toasts': 0.7.4(typescript@5.5.2) 14140 14150 '@scalar/use-tooltip': 1.0.2(typescript@5.5.2) 14141 14151 '@unhead/schema': 1.9.15 ··· 14185 14195 transitivePeerDependencies: 14186 14196 - supports-color 14187 14197 14188 - '@scalar/components@0.12.12(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2)': 14198 + '@scalar/components@0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.5.2)': 14189 14199 dependencies: 14190 14200 '@floating-ui/utils': 0.2.4 14191 14201 '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.5.2)) ··· 14209 14219 - typescript 14210 14220 - vitest 14211 14221 14212 - '@scalar/draggable@0.1.3(typescript@5.5.2)': 14222 + '@scalar/draggable@0.1.4(typescript@5.5.2)': 14213 14223 dependencies: 14214 14224 vue: 3.4.31(typescript@5.5.2) 14215 14225 transitivePeerDependencies: 14216 14226 - typescript 14217 14227 14218 - '@scalar/hono-api-reference@0.5.100(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14228 + '@scalar/hono-api-reference@0.5.131(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2)': 14219 14229 dependencies: 14220 - '@scalar/api-reference': 1.24.39(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14221 - hono: 4.4.5 14230 + '@scalar/api-reference': 1.24.70(postcss@8.4.38)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.24.8))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)))(typescript@5.5.2) 14231 + hono: 4.5.3 14222 14232 transitivePeerDependencies: 14223 14233 - '@jest/globals' 14224 14234 - '@types/bun' ··· 14233 14243 - typescript 14234 14244 - vitest 14235 14245 14236 - '@scalar/oas-utils@0.2.13(typescript@5.5.2)': 14246 + '@scalar/oas-utils@0.2.26(typescript@5.5.2)': 14237 14247 dependencies: 14238 - '@scalar/themes': 0.9.13(typescript@5.5.2) 14248 + '@scalar/themes': 0.9.21(typescript@5.5.2) 14239 14249 axios: 1.7.2 14240 14250 nanoid: 5.0.7 14241 14251 yaml: 2.4.5 ··· 14244 14254 - debug 14245 14255 - typescript 14246 14256 14247 - '@scalar/object-utils@1.1.4(vue@3.4.31(typescript@5.5.2))': 14257 + '@scalar/object-utils@1.1.5(vue@3.4.31(typescript@5.5.2))': 14248 14258 dependencies: 14249 14259 '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.2)) 14250 14260 just-clone: 6.2.0 ··· 14294 14304 '@scalar/snippetz-plugin-node-ofetch': 0.1.1 14295 14305 '@scalar/snippetz-plugin-node-undici': 0.1.6 14296 14306 14297 - '@scalar/themes@0.9.13(typescript@5.5.2)': 14307 + '@scalar/themes@0.9.21(typescript@5.5.2)': 14298 14308 dependencies: 14299 14309 vue: 3.4.31(typescript@5.5.2) 14300 14310 transitivePeerDependencies: 14301 14311 - typescript 14302 14312 14303 - '@scalar/use-codemirror@0.11.5(typescript@5.5.2)': 14313 + '@scalar/use-codemirror@0.11.10(typescript@5.5.2)': 14304 14314 dependencies: 14305 14315 '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 14306 14316 '@codemirror/commands': 6.6.0 14307 14317 '@codemirror/lang-css': 6.2.1(@codemirror/view@6.28.4) 14308 14318 '@codemirror/lang-html': 6.4.9 14309 14319 '@codemirror/lang-json': 6.0.1 14320 + '@codemirror/lang-xml': 6.1.0 14310 14321 '@codemirror/lang-yaml': 6.1.1(@codemirror/view@6.28.4) 14311 14322 '@codemirror/language': 6.10.2 14312 14323 '@codemirror/lint': 6.8.1 ··· 14392 14403 - encoding 14393 14404 - supports-color 14394 14405 14395 - '@sentry/core@7.112.2': 14396 - dependencies: 14397 - '@sentry/types': 7.112.2 14398 - '@sentry/utils': 7.112.2 14399 - 14400 14406 '@sentry/core@7.116.0': 14401 14407 dependencies: 14402 14408 '@sentry/types': 7.116.0 14403 14409 '@sentry/utils': 7.116.0 14404 14410 14405 - '@sentry/integrations@7.112.2': 14411 + '@sentry/core@8.9.2': 14406 14412 dependencies: 14407 - '@sentry/core': 7.112.2 14408 - '@sentry/types': 7.112.2 14409 - '@sentry/utils': 7.112.2 14410 - localforage: 1.10.0 14413 + '@sentry/types': 8.9.2 14414 + '@sentry/utils': 8.9.2 14411 14415 14412 14416 '@sentry/integrations@7.116.0': 14413 14417 dependencies: ··· 14461 14465 '@sentry/types': 7.116.0 14462 14466 '@sentry/utils': 7.116.0 14463 14467 14464 - '@sentry/types@7.112.2': {} 14465 - 14466 14468 '@sentry/types@7.116.0': {} 14467 14469 14468 - '@sentry/utils@7.112.2': 14469 - dependencies: 14470 - '@sentry/types': 7.112.2 14470 + '@sentry/types@8.9.2': {} 14471 14471 14472 14472 '@sentry/utils@7.116.0': 14473 14473 dependencies: 14474 14474 '@sentry/types': 7.116.0 14475 + 14476 + '@sentry/utils@8.9.2': 14477 + dependencies: 14478 + '@sentry/types': 8.9.2 14475 14479 14476 14480 '@sentry/vercel-edge@7.116.0': 14477 14481 dependencies: ··· 15287 15291 15288 15292 '@types/validator@13.11.6': {} 15289 15293 15294 + '@types/validator@13.12.0': {} 15295 + 15290 15296 '@types/web-bluetooth@0.0.20': {} 15291 15297 15292 15298 '@types/ws@8.5.10': ··· 15323 15329 unhead: 1.9.15 15324 15330 vue: 3.4.31(typescript@5.5.2) 15325 15331 15326 - '@unkey/api@0.16.0': {} 15332 + '@unkey/api@0.23.0': 15333 + dependencies: 15334 + '@unkey/rbac': 0.3.1 15335 + 15336 + '@unkey/error@0.2.0': 15337 + dependencies: 15338 + zod: 3.23.8 15339 + 15340 + '@unkey/rbac@0.3.1': 15341 + dependencies: 15342 + '@unkey/error': 0.2.0 15343 + zod: 3.23.8 15327 15344 15328 15345 '@upstash/core-analytics@0.0.6(encoding@0.1.13)': 15329 15346 dependencies: ··· 15337 15354 transitivePeerDependencies: 15338 15355 - encoding 15339 15356 15340 - '@upstash/qstash@2.1.8': 15357 + '@upstash/qstash@2.6.2': 15341 15358 dependencies: 15342 - crypto-js: 4.1.1 15343 - jose: 4.15.4 15359 + crypto-js: 4.2.0 15360 + jose: 5.2.4 15344 15361 15345 15362 '@upstash/ratelimit@0.4.4(encoding@0.1.13)': 15346 15363 dependencies: ··· 16130 16147 shebang-command: 2.0.0 16131 16148 which: 2.0.2 16132 16149 16133 - crypto-js@4.1.1: {} 16150 + crypto-js@4.2.0: {} 16134 16151 16135 16152 crypto-random-string@4.0.0: 16136 16153 dependencies: ··· 17414 17431 dependencies: 17415 17432 react-is: 16.13.1 17416 17433 17417 - hono@4.2.2: {} 17418 - 17419 - hono@4.3.9: {} 17420 - 17421 - hono@4.4.5: {} 17434 + hono@4.5.3: {} 17422 17435 17423 17436 hookable@5.5.3: {} 17424 17437 ··· 17758 17771 jiti@1.21.0: {} 17759 17772 17760 17773 jju@1.4.0: {} 17761 - 17762 - jose@4.15.4: {} 17763 17774 17764 17775 jose@5.2.4: {} 17765 17776 ··· 18974 18985 18975 18986 nanoid@3.3.7: {} 18976 18987 18977 - nanoid@5.0.1: {} 18978 - 18979 - nanoid@5.0.2: {} 18980 - 18981 18988 nanoid@5.0.7: {} 18982 18989 18983 18990 napi-build-utils@1.0.2: {} ··· 19232 19239 19233 19240 openapi3-ts@4.1.2: 19234 19241 dependencies: 19235 - yaml: 2.3.3 19242 + yaml: 2.4.5 19236 19243 19237 19244 ora@4.1.1: 19238 19245 dependencies: ··· 19437 19444 mlly: 1.7.1 19438 19445 pathe: 1.1.2 19439 19446 19440 - playwright-core@1.43.0: {} 19447 + playwright-core@1.46.0: {} 19441 19448 19442 - playwright@1.43.0: 19449 + playwright@1.46.0: 19443 19450 dependencies: 19444 - playwright-core: 1.43.0 19451 + playwright-core: 1.46.0 19445 19452 optionalDependencies: 19446 19453 fsevents: 2.3.2 19447 19454 ··· 20813 20820 20814 20821 toml@3.0.0: {} 20815 20822 20816 - toucan-js@3.4.0: 20823 + toucan-js@4.0.0: 20817 20824 dependencies: 20818 - '@sentry/core': 7.112.2 20819 - '@sentry/integrations': 7.112.2 20820 - '@sentry/types': 7.112.2 20821 - '@sentry/utils': 7.112.2 20825 + '@sentry/core': 8.9.2 20826 + '@sentry/types': 8.9.2 20827 + '@sentry/utils': 8.9.2 20822 20828 20823 20829 tr46@0.0.3: {} 20824 20830 ··· 21218 21224 dependencies: 21219 21225 builtins: 5.0.1 21220 21226 21221 - validator@13.11.0: {} 21227 + validator@13.12.0: {} 21222 21228 21223 21229 vary@1.1.2: {} 21224 21230 ··· 21320 21326 webpack-sources@3.2.3: {} 21321 21327 21322 21328 whatwg-fetch@3.6.19: {} 21329 + 21330 + whatwg-mimetype@4.0.0: {} 21323 21331 21324 21332 whatwg-url@5.0.0: 21325 21333 dependencies: