From d248109192a52c4b378b2c0558a943cdd2c9b9fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 10:46:04 +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 1a9a514..e9ae4b9 100644 --- a/package.json +++ b/package.json @@ -89,9 +89,9 @@ "tslib": "2.6.2" }, "devDependencies": { - "@commitlint/cli": "17.8.1", - "@commitlint/config-conventional": "17.8.1", - "@commitlint/cz-commitlint": "17.8.1", + "@commitlint/cli": "19.3.0", + "@commitlint/config-conventional": "19.2.2", + "@commitlint/cz-commitlint": "19.2.0", "@softwareventures/eslint-config": "7.1.5", "@softwareventures/precise-commits": "3.0.33", "@softwareventures/prettier-config": "4.0.0",