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

This commit is contained in:
Jesse Wierzbinski 2026-03-31 04:36:28 +02:00
parent 5330b6197a
commit 35d285bb2a
No known key found for this signature in database
3 changed files with 422 additions and 204 deletions

View file

@ -40,60 +40,60 @@
"packages/*"
],
"catalog": {
"@biomejs/biome": "2.3.10",
"@types/bun": "~1.3.5",
"@biomejs/biome": "2.4.10",
"@types/bun": "~1.3.11",
"@types/html-to-text": "~9.0.4",
"@types/markdown-it-container": "~2.0.11",
"@types/markdown-it-container": "~4.0.0",
"@types/mime-types": "~3.0.1",
"@types/qs": "~6.14.0",
"@types/qs": "~6.15.0",
"@types/web-push": "~3.6.4",
"bun-bagel": "~1.2.0",
"drizzle-kit": "~0.31.8",
"drizzle-kit": "~0.31.10",
"mitt": "~3.0.1",
"markdown-it-image-figures": "~2.1.1",
"ts-prune": "~0.10.3",
"typescript": "~5.9.3",
"typescript": "~6.0.2",
"vitepress": "~1.6.4",
"vitepress-plugin-tabs": "~0.7.3",
"vitepress-plugin-tabs": "~0.8.0",
"vitepress-sidebar": "~1.33.1",
"vue": "~3.5.26",
"@bull-board/api": "~6.15.0",
"@bull-board/hono": "~6.15.0",
"@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",
"vue": "~3.5.31",
"@bull-board/api": "~6.20.6",
"@bull-board/hono": "~6.20.6",
"@clerc/plugin-completions": "~1.3.1",
"@clerc/plugin-friendly-error": "~1.3.1",
"@clerc/plugin-help": "~1.3.1",
"@clerc/plugin-not-found": "~1.3.1",
"@clerc/plugin-version": "~1.3.1",
"@hackmd/markdown-it-task-lists": "~2.1.4",
"@hono/standard-validator": "~0.2.1",
"@inquirer/confirm": "~6.0.3",
"@inquirer/confirm": "~6.0.10",
"@logtape/file": "~1.3.4",
"@logtape/logtape": "~1.3.4",
"@logtape/hono": "~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",
"@scalar/hono-api-reference": "~0.10.5",
"@sentry/bun": "~10.46.0",
"openid-client": "~6.8.1",
"altcha-lib": "~1.4.1",
"blurhash": "~2.0.5",
"bullmq": "~5.66.1",
"bullmq": "~5.71.1",
"chalk": "~5.6.2",
"@clerc/core": "~1.0.0-beta.30",
"@clerc/core": "~1.3.1",
"confbox": "~0.2.2",
"drizzle-orm": "~0.45.1",
"feed": "~5.1.0",
"hono": "~4.11.1",
"hono-openapi": "~1.1.2",
"drizzle-orm": "~0.45.2",
"feed": "~5.2.0",
"hono": "~4.12.9",
"hono-openapi": "~1.3.0",
"hono-rate-limiter": "~0.5.1",
"html-to-text": "~9.0.5",
"ioredis": "5.9.2",
"ioredis": "5.10.1",
"ip-matching": "~2.1.2",
"iso-639-1": "~3.1.5",
"linkify-html": "~4.3.2",
"linkify-string": "~4.3.2",
"linkifyjs": "~4.3.2",
"magic-regexp": "~0.10.0",
"magic-regexp": "~0.11.0",
"markdown-it": "~14.1.0",
"markdown-it-anchor": "~9.2.0",
"markdown-it-container": "~4.0.0",
@ -101,8 +101,8 @@
"markdown-it-toc-done-right": "~4.2.0",
"mime-types": "~3.0.2",
"mitata": "~1.0.34",
"ora": "~9.0.0",
"qs": "~6.14.0",
"ora": "~9.3.0",
"qs": "~6.15.0",
"sharp": "~0.34.5",
"sonic-channel": "~1.3.1",
"string-comparison": "~1.3.0",
@ -111,8 +111,8 @@
"uqr": "~0.1.2",
"web-push": "~3.6.7",
"xss": "~1.0.15",
"youch": "~4.1.0-beta.13",
"zod": "~4.2.1",
"youch": "~4.1.1",
"zod": "~4.3.6",
"zod-openapi": "~5.4.5",
"zod-validation-error": "~5.0.0"
}