From 5ffa4ec67e69b2dc81994ab8957309d82b55ecb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:27:54 +0000 Subject: [PATCH] Update @commitlint/cli requirement from ^20.1.0 to ^20.5.0 Updates the requirements on [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec1f8ac..6ee93af 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@archoleat/commitlint-define-config": "^1.1.1", "@archoleat/prettier-define-config": "^1.2.1", "@archoleat/semantic-release-define-config": "^1.3.1", - "@commitlint/cli": "^20.1.0", + "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "^20.0.0", "@commitlint/types": "^20.2.0", "@semantic-release/changelog": "^6.0.3",