chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-02-01 11:07:36 +01:00
parent 450058213d
commit ff7b11440d
No known key found for this signature in database
2 changed files with 230 additions and 118 deletions

View file

@ -81,7 +81,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.1",
"@types/bun": "^1.2.2",
"@types/cli-progress": "^3.11.6",
"@types/cli-table": "^0.3.4",
"@types/html-to-text": "^9.0.4",
@ -91,10 +91,10 @@
"@types/pg": "^8.11.11",
"@types/qs": "^6.9.18",
"@types/web-push": "^3.6.4",
"drizzle-kit": "^0.30.3",
"drizzle-kit": "^0.30.4",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"oclif": "^4.17.20",
"oclif": "^4.17.21",
"ts-prune": "^0.10.3",
"typescript": "^5.7.3",
"vitepress": "^1.6.3",
@ -107,34 +107,34 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@bull-board/api": "^6.7.1",
"@bull-board/hono": "^6.7.1",
"@bull-board/api": "^6.7.4",
"@bull-board/hono": "^6.7.4",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "0.18.3",
"@hono/zod-validator": "^0.4.2",
"@inquirer/confirm": "^5.1.3",
"@inquirer/input": "^4.1.3",
"@inquirer/confirm": "^5.1.4",
"@inquirer/input": "^4.1.4",
"@json2csv/plainjs": "^7.0.6",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473",
"@oclif/core": "^4.2.4",
"@sentry/bun": "^8.52.0",
"@oclif/core": "^4.2.5",
"@sentry/bun": "^8.53.0",
"@tufjs/canonical-json": "^2.0.0",
"@versia/client": "^0.1.5",
"@versia/federation": "^0.1.4",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.2.0",
"blurhash": "^2.0.5",
"bullmq": "^5.38.0",
"bullmq": "^5.39.1",
"c12": "^2.0.1",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
"confbox": "^0.1.8",
"drizzle-orm": "^0.39.0",
"drizzle-orm": "^0.39.1",
"extract-zip": "^2.0.1",
"hono": "^4.6.19",
"hono": "^4.6.20",
"html-to-text": "^9.0.5",
"ioredis": "^5.4.2",
"ip-matching": "^2.1.2",
@ -149,7 +149,7 @@
"markdown-it-container": "^4.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"mime-types": "^2.1.35",
"mitata": "^1.0.32",
"mitata": "^1.0.33",
"oauth4webapi": "^3.1.4",
"ora": "^8.1.1",
"pg": "^8.13.1",
@ -172,6 +172,6 @@
"zod": "^3.24.1"
},
"patchedDependencies": {
"@bull-board/api@6.7.1": "patches/@bull-board%2Fapi@6.5.3.patch"
"@bull-board/api@6.7.4": "patches/@bull-board%2Fapi@6.5.3.patch"
}
}