chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 0s
Build Docker Images / lint (push) Failing after 7s
Build Docker Images / check (push) Failing after 6s
Build Docker Images / tests (push) Failing after 7s
Build Docker Images / detect-circular (push) Failing after 7s
Deploy Docs to GitHub Pages / build (push) Failing after 0s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Mirror to Codeberg / Mirror (push) Failing after 0s
Nix Build / check (push) Failing after 0s
Test Publish / build (client) (push) Failing after 0s
Test Publish / build (sdk) (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-12-18 22:11:54 +01:00
parent 6056a6622c
commit a2d7c323f6
No known key found for this signature in database
10 changed files with 287 additions and 212 deletions

View file

@ -40,10 +40,10 @@
"packages/*"
],
"catalog": {
"@biomejs/biome": "2.3.8",
"@types/bun": "~1.3.4",
"@biomejs/biome": "2.3.10",
"@types/bun": "~1.3.5",
"@types/html-to-text": "~9.0.4",
"@types/markdown-it-container": "~2.0.10",
"@types/markdown-it-container": "~2.0.11",
"@types/mime-types": "~3.0.1",
"@types/qs": "~6.14.0",
"@types/web-push": "~3.6.4",
@ -56,35 +56,35 @@
"vitepress": "~1.6.4",
"vitepress-plugin-tabs": "~0.7.3",
"vitepress-sidebar": "~1.33.1",
"vue": "~3.5.25",
"vue": "~3.5.26",
"@bull-board/api": "~6.15.0",
"@bull-board/hono": "~6.15.0",
"@clerc/plugin-completions": "~1.0.0-beta.1",
"@clerc/plugin-friendly-error": "~1.0.0-beta.1",
"@clerc/plugin-help": "~1.0.0-beta.1",
"@clerc/plugin-not-found": "~1.0.0-beta.1",
"@clerc/plugin-version": "~1.0.0-beta.1",
"@clerc/plugin-completions": "~1.0.0-beta.30",
"@clerc/plugin-friendly-error": "~1.0.0-beta.30",
"@clerc/plugin-help": "~1.0.0-beta.30",
"@clerc/plugin-not-found": "~1.0.0-beta.30",
"@clerc/plugin-version": "~1.0.0-beta.30",
"@hackmd/markdown-it-task-lists": "~2.1.4",
"@hono/standard-validator": "~0.2.0",
"@inquirer/confirm": "~6.0.2",
"@logtape/file": "~1.2.2",
"@logtape/logtape": "~1.2.2",
"@logtape/sentry": "~1.2.2",
"@logtape/otel": "~1.2.2",
"@scalar/hono-api-reference": "~0.9.28",
"@sentry/bun": "~10.29.0",
"@hono/standard-validator": "~0.2.1",
"@inquirer/confirm": "~6.0.3",
"@logtape/file": "~1.3.4",
"@logtape/logtape": "~1.3.4",
"@logtape/sentry": "~1.3.4",
"@logtape/otel": "~1.3.4",
"@scalar/hono-api-reference": "~0.9.30",
"@sentry/bun": "~10.32.0",
"openid-client": "~6.8.1",
"altcha-lib": "~1.3.0",
"altcha-lib": "~1.4.1",
"blurhash": "~2.0.5",
"bullmq": "~5.65.1",
"bullmq": "~5.66.1",
"chalk": "~5.6.2",
"@clerc/core": "~1.0.0-beta.1",
"@clerc/core": "~1.0.0-beta.30",
"confbox": "~0.2.2",
"drizzle-orm": "~0.45.1",
"feed": "~5.1.0",
"hono": "~4.10.8",
"hono": "~4.11.1",
"hono-openapi": "~1.1.2",
"hono-rate-limiter": "~0.4.2",
"hono-rate-limiter": "~0.5.1",
"html-to-text": "~9.0.5",
"ioredis": "~5.8.2",
"ip-matching": "~2.1.2",
@ -111,7 +111,7 @@
"web-push": "~3.6.7",
"xss": "~1.0.15",
"youch": "~4.1.0-beta.13",
"zod": "~4.1.13",
"zod": "~4.2.1",
"zod-openapi": "~5.4.5",
"zod-validation-error": "~5.0.0"
}