From cb7763be202813660f30cab0305187e33f696a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:18:06 +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 7ec8696..832f99b 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@commitlint/cli": "17.8.1", - "@commitlint/config-conventional": "17.8.1", - "@commitlint/cz-commitlint": "17.8.1", + "@commitlint/cli": "19.6.1", + "@commitlint/config-conventional": "19.6.0", + "@commitlint/cz-commitlint": "19.6.1", "@softwareventures/eslint-config": "7.9.0", "@softwareventures/precise-commits": "4.0.15", "@softwareventures/prettier-config": "4.0.0",