chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-12-18 20:42:40 +01:00
parent f67fed12e0
commit 1509786090
No known key found for this signature in database
16 changed files with 35 additions and 34 deletions

View file

@ -91,17 +91,17 @@
"@types/mime-types": "^2.1.4",
"@types/pg": "^8.11.10",
"@types/qs": "^6.9.17",
"drizzle-kit": "^0.29.1",
"drizzle-kit": "^0.30.1",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"oclif": "^4.16.0",
"oclif": "^4.17.0",
"ts-prune": "^0.10.3",
"typescript": "^5.7.2",
"vitepress": "^1.5.0",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.30.2",
"vue": "^3.5.13",
"zod-to-json-schema": "^3.23.5"
"zod-to-json-schema": "^3.24.1"
},
"peerDependencies": {
"typescript": "^5.3.2"
@ -111,31 +111,30 @@
"@bull-board/api": "^6.5.3",
"@bull-board/hono": "^6.5.3",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/hono": "npm:@jsr/hono__hono@4.6.13",
"@hono/prometheus": "^1.0.1",
"@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "^0.16.4",
"@hono/zod-openapi": "0.16.3",
"@inquirer/confirm": "^5.1.0",
"@inquirer/input": "^4.1.0",
"@json2csv/plainjs": "^7.0.6",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473",
"@oclif/core": "^4.0.36",
"@sentry/bun": "^8.42.0",
"@oclif/core": "^4.1.0",
"@sentry/bun": "^8.47.0",
"@tufjs/canonical-json": "^2.0.0",
"@versia/client": "^0.1.4",
"@versia/federation": "^0.1.4",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.1.1",
"blurhash": "^2.0.5",
"bullmq": "^5.33.0",
"bullmq": "^5.34.3",
"c12": "^2.0.1",
"chalk": "^5.3.0",
"chalk": "^5.4.0",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",
"confbox": "^0.1.8",
"drizzle-orm": "^0.37.0",
"drizzle-orm": "^0.38.2",
"extract-zip": "^2.0.1",
"hono": "npm:@jsr/hono__hono@4.6.13",
"hono": "^4.6.14",
"html-to-text": "^9.0.5",
"ioredis": "^5.4.1",
"ip-matching": "^2.1.2",
@ -150,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.20",
"mitata": "^1.0.21",
"oauth4webapi": "^3.1.4",
"ora": "^8.1.1",
"pg": "^8.13.1",
@ -165,9 +164,12 @@
"unzipit": "^1.4.3",
"uqr": "^0.1.2",
"xss": "^1.0.15",
"zod": "^3.23.8",
"zod": "^3.24.1",
"zod-validation-error": "^3.4.0"
},
"overrides": {
"zod": "^3.24.1"
},
"patchedDependencies": {
"@bull-board/api@6.5.3": "patches/@bull-board%2Fapi@6.5.3.patch"
}