chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-02-14 18:09:15 +01:00
parent 416e3009a0
commit 3fe9926fcf
No known key found for this signature in database
2 changed files with 76 additions and 84 deletions

View file

@ -87,12 +87,12 @@
"drizzle-kit": "^0.30.4",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"oclif": "^4.17.25",
"oclif": "^4.17.27",
"ts-prune": "^0.10.3",
"typescript": "^5.7.3",
"vitepress": "^1.6.3",
"vitepress-plugin-tabs": "^0.6.0",
"vitepress-sidebar": "^1.30.2",
"vitepress-sidebar": "^1.31.0",
"vue": "^3.5.13",
"zod-to-json-schema": "^3.24.1"
},
@ -100,8 +100,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.7.4",
"@bull-board/hono": "^6.7.4",
"@bull-board/api": "^6.7.7",
"@bull-board/hono": "^6.7.7",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
"@hono/swagger-ui": "^0.5.0",
@ -109,25 +109,25 @@
"@hono/zod-validator": "^0.4.2",
"@inquirer/confirm": "^5.1.5",
"@inquirer/input": "^4.1.5",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.123+1d41fba8",
"@oclif/core": "^4.2.6",
"@sentry/bun": "^8.54.0",
"@sentry/bun": "^9.1.0",
"@versia/client": "^0.1.5",
"@versia/federation": "^0.1.4",
"@versia/federation": "0.1.4",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.40.0",
"c12": "^2.0.1",
"bullmq": "^5.41.0",
"c12": "^2.0.2",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
"confbox": "^0.1.8",
"drizzle-orm": "^0.39.2",
"drizzle-orm": "^0.39.3",
"extract-zip": "^2.0.1",
"hono": "^4.6.20",
"hono": "^4.7.1",
"html-to-text": "^9.0.5",
"ioredis": "^5.4.2",
"ioredis": "^5.5.0",
"ip-matching": "^2.1.2",
"iso-639-1": "^3.1.5",
"jose": "^5.9.6",
@ -143,7 +143,7 @@
"mitata": "^1.0.34",
"oauth4webapi": "^3.1.4",
"ora": "^8.2.0",
"pg": "^8.13.1",
"pg": "^8.13.3",
"qs": "^6.14.0",
"sharp": "^0.33.5",
"sonic-channel": "^1.3.1",
@ -155,13 +155,13 @@
"uqr": "^0.1.2",
"web-push": "^3.6.7",
"xss": "^1.0.15",
"zod": "^3.24.1",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
},
"overrides": {
"zod": "^3.24.1"
},
"patchedDependencies": {
"@bull-board/api@6.7.4": "patches/@bull-board%2Fapi@6.5.3.patch"
"@bull-board/api@6.7.7": "patches/@bull-board%2Fapi@6.5.3.patch"
}
}