diff --git a/biome.json b/biome.json index a357740..3d1b807 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json", "formatter": { "enabled": true, "formatWithErrors": false, diff --git a/bun.lockb b/bun.lockb index e83f96d..03261fa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0a5d8db..9575151 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "start": "bun src/index.ts" }, "devDependencies": { - "@biomejs/biome": "2.4.4", + "@biomejs/biome": "2.4.10", "@octokit/types": "14.1.0", - "@types/bun": "1.3.9", + "@types/bun": "1.3.11", "typescript": "5.9.3" }, "dependencies": {