From a3bf58b31d55292ba691672324650b55f617db9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:48:14 +0300 Subject: [PATCH] fix(deps): update dependency @commitlint/cli to v19.3.0 (#230) --- packages/commitlint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 490c438..6653377 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -35,7 +35,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@commitlint/cli": "19.2.2", + "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", "@ivuorinen/config-checker": "^1.1.2" },