chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-06-04 16:18:49 +02:00
parent 0692aa6efa
commit 85aceb2e48
No known key found for this signature in database
4 changed files with 111 additions and 80 deletions

View file

@ -61,10 +61,10 @@
],
"devDependencies": {
"@biomejs/biome": "2.0.0-beta.5",
"@types/bun": "^1.2.14",
"@types/bun": "^1.2.15",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4",
"@types/mime-types": "^3.0.0",
"@types/qs": "^6.14.0",
"@types/web-push": "^3.6.4",
"bun-bagel": "^1.2.0",
@ -75,7 +75,7 @@
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.7.1",
"vitepress-sidebar": "^1.31.1",
"vue": "^3.5.14",
"vue": "^3.5.16",
"zod-to-json-schema": "^3.24.5"
},
"dependencies": {
@ -87,24 +87,24 @@
"@clerc/plugin-not-found": "^0.44.0",
"@clerc/plugin-version": "^0.44.0",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/zod-validator": "^0.5.0",
"@inquirer/confirm": "^5.1.10",
"@logtape/file": "^0.10.0",
"@logtape/logtape": "^0.10.0",
"@scalar/hono-api-reference": "^0.9.1",
"@sentry/bun": "^9.22.0",
"@hono/zod-validator": "^0.7.0",
"@inquirer/confirm": "^5.1.12",
"@logtape/file": "^0.11.0",
"@logtape/logtape": "^0.11.0",
"@scalar/hono-api-reference": "^0.9.2",
"@sentry/bun": "^9.26.0",
"@versia/client": "workspace:*",
"@versia/kit": "workspace:*",
"@versia/sdk": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.53.0",
"bullmq": "^5.53.2",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.2.2",
"drizzle-orm": "^0.43.1",
"feed": "^5.0.1",
"hono": "^4.7.10",
"drizzle-orm": "^0.44.2",
"feed": "^5.1.0",
"hono": "^4.7.11",
"hono-openapi": "^0.4.8",
"hono-rate-limiter": "^0.4.2",
"html-to-text": "^9.0.5",
@ -135,7 +135,7 @@
"web-push": "^3.6.7",
"xss": "^1.0.15",
"youch": "^4.1.0-beta.7",
"zod": "^3.25.23",
"zod": "^3.25.51",
"zod-openapi": "^4.2.4",
"zod-validation-error": "^3.4.1"
}