chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 0s
Build Docker Images / lint (push) Failing after 6s
Build Docker Images / check (push) Failing after 6s
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 0s
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

This commit is contained in:
Jesse Wierzbinski 2025-05-05 18:03:57 +02:00
parent ddb3cfc978
commit cf08479c48
No known key found for this signature in database
4 changed files with 134 additions and 134 deletions

View file

@ -61,19 +61,19 @@
],
"devDependencies": {
"@biomejs/biome": "^2.0.0-beta.2",
"@types/bun": "^1.2.11",
"@types/bun": "^1.2.12",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4",
"@types/qs": "^6.9.18",
"@types/web-push": "^3.6.4",
"bun-bagel": "^1.2.0",
"drizzle-kit": "^0.31.0",
"drizzle-kit": "^0.31.1",
"markdown-it-image-figures": "^2.1.1",
"ts-prune": "^0.10.3",
"typescript": "^5.8.3",
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.7.0",
"vitepress-plugin-tabs": "^0.7.1",
"vitepress-sidebar": "^1.31.1",
"vue": "^3.5.13",
"zod-to-json-schema": "^3.24.5"
@ -82,8 +82,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.9.2",
"@bull-board/hono": "^6.9.2",
"@bull-board/api": "^6.9.5",
"@bull-board/hono": "^6.9.5",
"@clerc/plugin-completions": "^0.44.0",
"@clerc/plugin-friendly-error": "^0.44.0",
"@clerc/plugin-help": "^0.44.0",
@ -94,14 +94,14 @@
"@inquirer/confirm": "^5.1.9",
"@logtape/file": "^0.9.1",
"@logtape/logtape": "^0.9.1",
"@scalar/hono-api-reference": "^0.8.7",
"@scalar/hono-api-reference": "^0.8.8",
"@sentry/bun": "^9.15.0",
"@versia/client": "workspace:*",
"@versia/kit": "workspace:*",
"@versia/sdk": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.52.0",
"bullmq": "^5.52.1",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.2.2",
@ -114,7 +114,7 @@
"ioredis": "^5.6.1",
"ip-matching": "^2.1.2",
"iso-639-1": "^3.1.5",
"jose": "^6.0.10",
"jose": "^6.0.11",
"linkify-html": "^4.2.0",
"linkify-string": "^4.2.0",
"linkifyjs": "^4.2.0",
@ -137,7 +137,7 @@
"web-push": "^3.6.7",
"xss": "^1.0.15",
"youch": "^4.1.0-beta.7",
"zod": "^3.24.3",
"zod": "^3.24.4",
"zod-openapi": "^4.2.4",
"zod-validation-error": "^3.4.0"
}