From 104379864677c4cf4b0f98d480f43acf09133cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:27:37 +0000 Subject: [PATCH] build(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.0/@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 6a06700..e5f3d2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@archoleat/commitlint-define-config": "^1.1.0", - "@commitlint/cli": "^19.5.0", + "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/types": "^19.5.0", "editorconfig-checker": "^5.1.6",