diff --git a/deno.json b/deno.json index 13611dbd..145ccf54 100644 --- a/deno.json +++ b/deno.json @@ -42,7 +42,7 @@ ], "imports": { "@commitlint/cli": "npm:@commitlint/cli@^21.2.1", - "@commitlint/config-conventional": "npm:@commitlint/config-conventional@^21.2.0", + "@commitlint/config-conventional": "npm:@commitlint/config-conventional@^21.2.2", "@commitlint/types": "npm:@commitlint/types@^21.2.0", "lint-staged": "npm:lint-staged@^17.3.0" } diff --git a/deno.lock b/deno.lock index d93a987d..c62ef84d 100644 --- a/deno.lock +++ b/deno.lock @@ -14,7 +14,7 @@ "jsr:@std/testing@*": "1.0.15", "jsr:@targetd/api@^10.0.3": "10.0.3", "npm:@commitlint/cli@^21.2.1": "21.2.1_@types+node@26.1.1_typescript@7.0.2", - "npm:@commitlint/config-conventional@^21.2.0": "21.2.0", + "npm:@commitlint/config-conventional@^21.2.2": "21.2.2", "npm:@commitlint/types@^21.2.0": "21.2.0", "npm:@johngw/error@^2.2.2": "2.2.2", "npm:@johngw/fs@^3.0.1": "3.0.1", @@ -116,8 +116,8 @@ ], "bin": true }, - "@commitlint/config-conventional@21.2.0": { - "integrity": "sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==", + "@commitlint/config-conventional@21.2.2": { + "integrity": "sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ==", "dependencies": [ "@commitlint/types", "conventional-changelog-conventionalcommits@10.2.1" @@ -2134,7 +2134,7 @@ "workspace": { "dependencies": [ "npm:@commitlint/cli@^21.2.1", - "npm:@commitlint/config-conventional@^21.2.0", + "npm:@commitlint/config-conventional@^21.2.2", "npm:@commitlint/types@^21.2.0", "npm:lint-staged@^17.3.0" ],