diff --git a/biome.json b/biome.json index 0da1cc47..62ffbf9a 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.9.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.1/schema.json", "organizeImports": { "enabled": true }, diff --git a/bun.lockb b/bun.lockb index 36bbe5b0..542fb7d0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6eb30306..2807d73d 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "flexibleTaxonomy": true }, "devDependencies": { - "@biomejs/biome": "^1.9.0", + "@biomejs/biome": "^1.9.1", "@types/bun": "^1.1.9", "@types/cli-progress": "^3.11.6", "@types/cli-table": "^0.3.4", @@ -87,7 +87,7 @@ "@types/pg": "^8.11.10", "@types/qs": "^6.9.16", "drizzle-kit": "^0.24.2", - "oclif": "^4.14.32", + "oclif": "^4.14.34", "ts-prune": "^0.10.3", "typescript": "^5.6.2", "zod-to-json-schema": "^3.23.3" @@ -103,8 +103,8 @@ "@hono/swagger-ui": "^0.4.1", "@hono/zod-openapi": "^0.16.0", "@hono/zod-validator": "^0.2.2", - "@inquirer/confirm": "^3.2.0", - "@inquirer/input": "^2.3.0", + "@inquirer/confirm": "^4.0.1", + "@inquirer/input": "^3.0.1", "@json2csv/plainjs": "^7.0.6", "@logtape/logtape": "npm:@jsr/logtape__logtape@0.5.1", "@oclif/core": "^4.0.22", @@ -136,7 +136,7 @@ "markdown-it-container": "^4.0.0", "markdown-it-toc-done-right": "^4.2.0", "mime-types": "^2.1.35", - "oauth4webapi": "^2.13.0", + "oauth4webapi": "^2.15.0", "ora": "^8.1.0", "pg": "^8.12.0", "prom-client": "^15.1.3", @@ -151,6 +151,6 @@ "uqr": "^0.1.2", "xss": "^1.0.15", "zod": "^3.23.8", - "zod-validation-error": "^3.3.1" + "zod-validation-error": "^3.4.0" } }