diff --git a/bun.lockb b/bun.lockb index 36980e77..c8252644 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3fab0c7e..2b790e97 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", - "@types/bun": "^1.1.13", + "@types/bun": "^1.1.14", "@types/cli-progress": "^3.11.6", "@types/cli-table": "^0.3.4", "@types/html-to-text": "^9.0.4", @@ -111,16 +111,16 @@ "@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.11", + "@hono/hono": "npm:@jsr/hono__hono@4.6.12", "@hono/prometheus": "^1.0.1", - "@hono/swagger-ui": "^0.4.1", + "@hono/swagger-ui": "^0.5.0", "@hono/zod-openapi": "^0.16.4", "@inquirer/confirm": "^5.0.2", "@inquirer/input": "^4.0.2", "@json2csv/plainjs": "^7.0.6", - "@logtape/logtape": "npm:@jsr/logtape__logtape@0.8.0-dev.112+24252bf9", + "@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473", "@oclif/core": "^4.0.33", - "@sentry/bun": "^8.40.0", + "@sentry/bun": "^8.41.0", "@tufjs/canonical-json": "^2.0.0", "@versia/client": "^0.1.0", "@versia/federation": "^0.1.4", @@ -135,7 +135,7 @@ "confbox": "^0.1.8", "drizzle-orm": "^0.36.4", "extract-zip": "^2.0.1", - "hono": "npm:@jsr/hono__hono@4.6.11", + "hono": "npm:@jsr/hono__hono@4.6.12", "html-to-text": "^9.0.5", "ioredis": "^5.4.1", "ip-matching": "^2.1.2", @@ -150,7 +150,7 @@ "markdown-it-container": "^4.0.0", "markdown-it-toc-done-right": "^4.2.0", "mime-types": "^2.1.35", - "mitata": "^1.0.16", + "mitata": "^1.0.19", "oauth4webapi": "^3.1.3", "ora": "^8.1.1", "pg": "^8.13.1", diff --git a/utils/bull-board.ts b/utils/bull-board.ts index 83f6ab46..36154856 100644 --- a/utils/bull-board.ts +++ b/utils/bull-board.ts @@ -37,5 +37,6 @@ export const applyToHono = (app: OpenAPIHono): void => { }); serverAdapter.setBasePath("/admin/queues"); + // @ts-expect-error idk why this is not working app.route("/admin/queues", serverAdapter.registerPlugin()); }; diff --git a/utils/loggers.ts b/utils/loggers.ts index 471797fb..4589cec8 100644 --- a/utils/loggers.ts +++ b/utils/loggers.ts @@ -216,7 +216,7 @@ export const configureLoggers = (silent = false): Promise => }, { category: ["logtape", "meta"], - level: "error", + lowestLevel: "error", }, { category: "plugin",