chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-04-10 18:50:41 +02:00
parent 7e44e55b3f
commit dbde49b9bd
No known key found for this signature in database
3 changed files with 50 additions and 46 deletions

View file

@ -54,7 +54,7 @@
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.8",
"@types/bun": "^1.2.9",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4",
@ -76,8 +76,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.8.3",
"@bull-board/hono": "^6.8.3",
"@bull-board/api": "^6.9.0",
"@bull-board/hono": "^6.9.0",
"@clerc/plugin-completions": "^0.44.0",
"@clerc/plugin-friendly-error": "^0.44.0",
"@clerc/plugin-help": "^0.44.0",
@ -90,19 +90,19 @@
"@logtape/file": "^0.9.0",
"@logtape/logtape": "^0.9.0",
"@scalar/hono-api-reference": "^0.8.0",
"@sentry/bun": "^9.11.0",
"@sentry/bun": "^9.12.0",
"@versia/client": "workspace:*",
"@versia/kit": "workspace:*",
"@versia/sdk": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.47.2",
"bullmq": "^5.48.1",
"c12": "^3.0.3",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.2.2",
"drizzle-orm": "^0.41.0",
"hono": "^4.7.5",
"hono": "^4.7.6",
"hono-openapi": "^0.4.6",
"hono-rate-limiter": "^0.4.2",
"html-to-text": "^9.0.5",
@ -113,7 +113,7 @@
"linkify-html": "^4.2.0",
"linkify-string": "^4.2.0",
"linkifyjs": "^4.2.0",
"magic-regexp": "^0.8.0",
"magic-regexp": "^0.9.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
@ -124,14 +124,14 @@
"ora": "^8.2.0",
"pg": "^8.14.1",
"qs": "^6.14.0",
"sharp": "^0.34.0",
"sharp": "^0.34.1",
"sonic-channel": "^1.3.1",
"string-comparison": "^1.3.0",
"stringify-entities": "^4.0.4",
"uqr": "^0.1.2",
"web-push": "^3.6.7",
"xss": "^1.0.15",
"youch": "^4.1.0-beta.6",
"youch": "4.1.0-beta.7",
"zod": "^3.24.2",
"zod-openapi": "^4.2.4",
"zod-validation-error": "^3.4.0"