diff --git a/bun.lockb b/bun.lockb index cf870a6..9637065 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8e2288d..37d48f5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "packageManager": "bun@1.1.20", "devDependencies": { "@anolilab/multi-semantic-release": "^1.1.3", - "@biomejs/biome": "^1.9.2", + "@biomejs/biome": "^1.9.3", "@codedependant/semantic-release-docker": "^5.0.3", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", @@ -39,13 +39,13 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@tsconfig/strictest": "^2.0.5", - "@types/bun": "^1.1.10", + "@types/bun": "^1.1.11", "conventional-changelog-conventionalcommits": "^7.0.2", - "lefthook": "^1.7.15", + "lefthook": "^1.7.21", "portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1", - "semantic-release": "^24.1.1", - "turbo": "^2.1.2", - "typescript": "^5.6.2" + "semantic-release": "^24.1.2", + "turbo": "^2.1.3", + "typescript": "^5.6.3" }, "trustedDependencies": [ "@biomejs/biome", @@ -56,6 +56,6 @@ "patchedDependencies": { "@semantic-release/npm@12.0.1": "patches/@semantic-release%2Fnpm@12.0.1.patch", "drizzle-kit@0.22.8": "patches/drizzle-kit@0.22.8.patch", - "decancer@3.2.3": "patches/decancer@3.2.3.patch" + "decancer@3.2.4": "patches/decancer@3.2.4.patch" } } diff --git a/patches/decancer@3.2.3.patch b/patches/decancer@3.2.4.patch similarity index 100% rename from patches/decancer@3.2.3.patch rename to patches/decancer@3.2.4.patch