diff --git a/bun.lockb b/bun.lockb index 6fce8675..65b562cb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/index.ts b/index.ts index 03fd6fd2..0467da40 100644 --- a/index.ts +++ b/index.ts @@ -194,9 +194,7 @@ createServer(config, app); await dualServerLogger.log( LogLevel.INFO, "Server", - `Lysand started at ${config.http.bind}:${config.http.bind_port} in ${( - performance.now() - timeAtStart - ).toFixed(0)}ms`, + `Lysand started at ${config.http.bind}:${config.http.bind_port} in ${(performance.now() - timeAtStart).toFixed(0)}ms`, ); await dualServerLogger.log( diff --git a/package.json b/package.json index c4475f74..021098d9 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "flexibleTaxonomy": true }, "devDependencies": { - "@biomejs/biome": "^1.7.3", + "@biomejs/biome": "^1.8.0", "@types/bun": "^1.1.3", "@types/cli-progress": "^3.11.5", "@types/cli-table": "^0.3.4", @@ -86,8 +86,8 @@ "@types/mime-types": "^2.1.4", "@types/pg": "^8.11.6", "@types/qs": "^6.9.15", - "drizzle-kit": "^0.22.1", - "oclif": "^4.12.3", + "drizzle-kit": "^0.22.5", + "oclif": "^4.13.1", "ts-prune": "^0.10.3", "typescript": "^5.4.5" }, @@ -101,16 +101,16 @@ "@inquirer/input": "^2.1.9", "@json2csv/plainjs": "^7.0.6", "@lysand-org/federation": "1.1.9", - "@oclif/core": "^3.26.9", + "@oclif/core": "^4.0.3", "@tufjs/canonical-json": "^2.0.0", "blurhash": "^2.0.5", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "cli-table": "^0.3.11", "config-manager": "workspace:*", - "drizzle-orm": "^0.31.0", + "drizzle-orm": "^0.31.2", "extract-zip": "^2.0.1", - "hono": "^4.4.3", + "hono": "^4.4.4", "html-to-text": "^9.0.5", "husky": "^9.0.11", "ioredis": "^5.4.1", @@ -131,7 +131,7 @@ "mime-types": "^2.1.35", "oauth4webapi": "^2.10.4", "ora": "^8.0.1", - "pg": "^8.11.5", + "pg": "^8.12.0", "qs": "^6.12.1", "sharp": "^0.33.4", "string-comparison": "^1.3.0",