From d4751abc5b1beba3896fb0c2737b962c4c33994f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:56:57 +0000 Subject: [PATCH] build(deps-dev): update @commitlint/config-conventional requirement Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.6.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" 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 9e13c4d..d1f7d81 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "winston": "^3.11.0" }, "devDependencies": { - "@commitlint/config-conventional": "^18.4.4", + "@commitlint/config-conventional": "^18.6.0", "@commitlint/cz-commitlint": "^18.4.4", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.21.0",