chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 56s
Build Docker Images / lint (push) Failing after 10s
Build Docker Images / check (push) Failing after 11s
Build Docker Images / tests (push) Failing after 6s
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 / build (push) Failing after 5s
Mirror to Codeberg / Mirror (push) Failing after 1s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 5s

This commit is contained in:
Jesse Wierzbinski 2025-03-16 17:01:07 +01:00
parent 956a5fd2b3
commit 52602c3da7
No known key found for this signature in database
6 changed files with 111 additions and 110 deletions

View file

@ -54,7 +54,7 @@
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.3",
"@types/bun": "^1.2.5",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4",
@ -65,19 +65,19 @@
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"ts-prune": "^0.10.3",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.6.0",
"vitepress-sidebar": "^1.31.0",
"vitepress-sidebar": "^1.31.1",
"vue": "^3.5.13",
"zod-to-json-schema": "^3.24.3"
"zod-to-json-schema": "^3.24.4"
},
"peerDependencies": {
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.7.9",
"@bull-board/hono": "^6.7.9",
"@bull-board/api": "^6.7.10",
"@bull-board/hono": "^6.7.10",
"@clerc/plugin-completions": "^0.44.0",
"@clerc/plugin-friendly-error": "^0.44.0",
"@clerc/plugin-help": "^0.44.0",
@ -85,30 +85,30 @@
"@clerc/plugin-version": "^0.44.0",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "0.18.4",
"@hono/swagger-ui": "^0.5.1",
"@hono/zod-openapi": "0.19.2",
"@hono/zod-validator": "^0.4.3",
"@inquirer/confirm": "^5.1.6",
"@logtape/file": "^0.9.0-dev.134+9f8d1ac0",
"@logtape/logtape": "^0.9.0-dev.134",
"@sentry/bun": "^9.2.0",
"@inquirer/confirm": "^5.1.8",
"@logtape/file": "^0.9.0",
"@logtape/logtape": "^0.9.0",
"@sentry/bun": "^9.5.0",
"@versia/client": "^0.1.5",
"@versia/federation": "^0.2.1",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.41.5",
"c12": "^3.0.0",
"bullmq": "^5.43.1",
"c12": "^3.0.2",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.1.8",
"confbox": "^0.2.1",
"drizzle-orm": "^0.40.0",
"hono": "^4.7.2",
"hono": "^4.7.4",
"html-to-text": "^9.0.5",
"ioredis": "^5.5.0",
"ioredis": "^5.6.0",
"ip-matching": "^2.1.2",
"iso-639-1": "^3.1.5",
"jose": "^6.0.7",
"jose": "^6.0.10",
"linkify-html": "^4.2.0",
"linkify-string": "^4.2.0",
"linkifyjs": "^4.2.0",
@ -119,9 +119,9 @@
"markdown-it-toc-done-right": "^4.2.0",
"mime-types": "^2.1.35",
"mitata": "^1.0.34",
"oauth4webapi": "^3.3.0",
"oauth4webapi": "^3.3.1",
"ora": "^8.2.0",
"pg": "^8.13.3",
"pg": "^8.14.0",
"qs": "^6.14.0",
"sharp": "^0.33.5",
"sonic-channel": "^1.3.1",
@ -137,6 +137,6 @@
"zod": "^3.24.1"
},
"patchedDependencies": {
"@bull-board/api@6.7.9": "patches/@bull-board%2Fapi@6.5.3.patch"
"@bull-board/api@6.7.10": "patches/@bull-board%2Fapi@6.5.3.patch"
}
}