diff --git a/bun.lockb b/bun.lockb index 5fa9dba..e8f3633 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 903a0f1..3180c96 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "packageManager": "bun@1.1.18", "devDependencies": { "@anolilab/multi-semantic-release": "^1.1.3", - "@biomejs/biome": "^1.8.2", + "@biomejs/biome": "^1.8.3", "@codedependant/semantic-release-docker": "^5.0.3", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", @@ -38,17 +38,22 @@ "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^10.1.0", + "@semantic-release/github": "^10.1.1", "@tsconfig/strictest": "^2.0.5", - "@types/bun": "^1.1.5", - "concurrently": "^8.2.2", + "@types/bun": "^1.1.6", "conventional-changelog-conventionalcommits": "^7.0.2", - "lefthook": "^1.6.18", + "lefthook": "^1.7.4", + "portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1", "semantic-release": "^24.0.0", - "turbo": "2", - "typescript": "^5.5.2" + "turbo": "^2.0.9", + "typescript": "^5.5.3" }, - "trustedDependencies": ["@biomejs/biome", "esbuild", "lefthook"], + "trustedDependencies": [ + "@biomejs/biome", + "@revanced/discord-bot", + "esbuild", + "lefthook" + ], "patchedDependencies": { "@anolilab/multi-semantic-release@1.1.3": "patches/@anolilab%2Fmulti-semantic-release@1.1.3.patch" }