chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-04-06 20:58:00 +02:00
parent 40b34e4855
commit 52630e7042
No known key found for this signature in database
2 changed files with 67 additions and 65 deletions

View file

@ -65,7 +65,7 @@
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"ts-prune": "^0.10.3",
"typescript": "^5.8.2",
"typescript": "^5.8.3",
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.6.0",
"vitepress-sidebar": "^1.31.1",
@ -76,8 +76,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.7.10",
"@bull-board/hono": "^6.7.10",
"@bull-board/api": "^6.8.2",
"@bull-board/hono": "^6.8.2",
"@clerc/plugin-completions": "^0.44.0",
"@clerc/plugin-friendly-error": "^0.44.0",
"@clerc/plugin-help": "^0.44.0",
@ -86,21 +86,21 @@
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
"@hono/zod-validator": "^0.4.3",
"@inquirer/confirm": "^5.1.8",
"@inquirer/confirm": "^5.1.9",
"@logtape/file": "^0.9.0",
"@logtape/logtape": "^0.9.0",
"@scalar/hono-api-reference": "^0.7.4",
"@sentry/bun": "^9.10.1",
"@scalar/hono-api-reference": "^0.8.0",
"@sentry/bun": "^9.11.0",
"@versia/client": "workspace:*",
"@versia/federation": "^0.2.1",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.45.2",
"c12": "^3.0.2",
"bullmq": "^5.47.2",
"c12": "^3.0.3",
"chalk": "^5.4.1",
"clerc": "^0.44.0",
"confbox": "^0.2.1",
"confbox": "^0.2.2",
"drizzle-orm": "^0.41.0",
"hono": "^4.7.5",
"hono-openapi": "^0.4.6",
@ -120,11 +120,11 @@
"markdown-it-toc-done-right": "^4.2.0",
"mime-types": "^3.0.1",
"mitata": "^1.0.34",
"oauth4webapi": "^3.3.2",
"oauth4webapi": "^3.4.0",
"ora": "^8.2.0",
"pg": "^8.14.1",
"qs": "^6.14.0",
"sharp": "^0.33.5",
"sharp": "^0.34.0",
"sonic-channel": "^1.3.1",
"string-comparison": "^1.3.0",
"stringify-entities": "^4.0.4",
@ -137,7 +137,7 @@
"zod-validation-error": "^3.4.0"
},
"patchedDependencies": {
"@bull-board/api@6.7.10": "patches/@bull-board%2Fapi@6.5.3.patch",
"@bull-board/api@6.8.2": "patches/@bull-board%2Fapi@6.5.3.patch",
"giget@2.0.0": "patches/giget@2.0.0.patch"
}
}