From 452725eccb272f583efa5992d900eb754df28053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:05:59 +0000 Subject: [PATCH] chore(deps-dev): update @commitlint/cli requirement 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/v19.6.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" 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 52d56aa..a71daf8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@archoleat/eslint-flat-compatibility": "^1.2.1", "@archoleat/prettier-define-config": "^1.1.0", "@archoleat/semantic-release-define-config": "file:", - "@commitlint/cli": "^19.6.0", + "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@commitlint/types": "^19.5.0", "@rollup/plugin-alias": "^5.1.1",