From b3ac8b7b95ec2e4aa6eb1e9a82ef76ccb95ef58c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 09:18:30 +0000 Subject: [PATCH] build(deps): update commitlint to v19 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2727edd..90d4f65 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "unknown": "^0.2.5" }, "devDependencies": { - "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.3", - "@commitlint/cz-commitlint": "18.6.1", + "@commitlint/cli": "19.3.0", + "@commitlint/config-conventional": "19.2.2", + "@commitlint/cz-commitlint": "19.2.0", "@softwareventures/eslint-config": "7.5.0", "@softwareventures/precise-commits": "4.0.9", "@softwareventures/prettier-config": "4.0.0",