diff --git a/bun.lockb b/bun.lockb index 0451748..a606d23 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bc3bc9d..09bb462 100644 --- a/package.json +++ b/package.json @@ -28,17 +28,18 @@ "ReVanced (https://github.com/revanced)" ], "devDependencies": { - "@biomejs/biome": "^1.5.2", - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", + "@biomejs/biome": "^1.6.3", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", "@revanced/bot-api": "workspace:*", "@revanced/bot-shared": "workspace:*", - "@tsconfig/strictest": "^2.0.2", - "@types/bun": "latest", + "@tsconfig/strictest": "^2.0.4", + "@types/bun": "^1.0.10", "concurrently": "^8.2.2", "conventional-changelog-conventionalcommits": "^7.0.2", - "lefthook": "^1.5.6", - "turbo": "^1.11.3", - "typescript": "^5.0.0" - } -} \ No newline at end of file + "lefthook": "^1.6.7", + "turbo": "^1.13.0", + "typescript": "^5.4.3" + }, + "trustedDependencies": ["@biomejs/biome", "tesseract.js"] +}