From 5f879bd4dd2490a77eb47024e73b66e61f174eab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 08:37:44 +0000 Subject: [PATCH] chore(deps): update commitlint to v17 | datasource | package | from | to | | ---------- | ------------------------------- | ------ | ------ | | npm | @commitlint/cli | 16.2.3 | 17.0.3 | | npm | @commitlint/config-conventional | 16.2.1 | 17.0.3 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af1fa59..483ec5e 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "src/" ], "devDependencies": { - "@commitlint/cli": "16.2.3", - "@commitlint/config-conventional": "16.2.1", + "@commitlint/cli": "17.0.3", + "@commitlint/config-conventional": "17.0.3", "@semantic-release/changelog": "6.0.1", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1",