diff --git a/apis/websocket/package.json b/apis/websocket/package.json index 3f73800..3954292 100755 --- a/apis/websocket/package.json +++ b/apis/websocket/package.json @@ -30,7 +30,7 @@ "@revanced/bot-shared": "workspace:*", "@sapphire/async-queue": "^1.5.2", "chalk": "^5.3.0", - "tesseract.js": "^5.0.5" + "tesseract.js": "^5.1.0" }, "devDependencies": { "typed-emitter": "^2.1.0" diff --git a/bots/discord/package.json b/bots/discord/package.json index 2c82215..952dec7 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -30,6 +30,6 @@ "@revanced/bot-api": "workspace:*", "@revanced/bot-shared": "workspace:*", "chalk": "^5.3.0", - "discord.js": "^14.14.1" + "discord.js": "^14.15.3" } } diff --git a/bun.lockb b/bun.lockb index 934c38e..833871b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4b08372..bc73f2c 100644 --- a/package.json +++ b/package.json @@ -28,18 +28,18 @@ "ReVanced (https://github.com/revanced)" ], "devDependencies": { - "@biomejs/biome": "^1.6.3", - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@biomejs/biome": "^1.8.2", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", "@revanced/bot-api": "workspace:*", "@revanced/bot-shared": "workspace:*", "@tsconfig/strictest": "^2.0.5", - "@types/bun": "^1.0.12", + "@types/bun": "^1.1.5", "concurrently": "^8.2.2", "conventional-changelog-conventionalcommits": "^7.0.2", - "lefthook": "^1.6.8", - "turbo": "^1.13.1", - "typescript": "^5.4.3" + "lefthook": "^1.6.18", + "turbo": "^1.13.4", + "typescript": "^5.5.2" }, "trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"] } diff --git a/packages/api/package.json b/packages/api/package.json index 4801219..dbcecce 100755 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/revanced/revanced-helper#readme", "dependencies": { "@revanced/bot-shared": "workspace:*", - "ws": "^8.16.0" + "ws": "^8.17.1" }, "devDependencies": { "typed-emitter": "^2.1.0" diff --git a/packages/shared/package.json b/packages/shared/package.json index 09f222a..a25c89f 100755 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/revanced/revanced-helper#readme", "dependencies": { - "bson": "^6.5.0", + "bson": "^6.7.0", "chalk": "^5.3.0", "tracer": "^1.3.0", "valibot": "^0.30.0"