From ae6da424492a2a523f33c0bd5d8fd774549646fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 00:34:33 +0300 Subject: [PATCH] fix(deps): update commitlint monorepo to v17.6.1 (#7) Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/commitlint-config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index b41f455..4a7d5b4 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -37,8 +37,8 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "@commitlint/cli": "17.3.0", - "@commitlint/config-conventional": "17.3.0" + "@commitlint/cli": "17.6.1", + "@commitlint/config-conventional": "17.6.1" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" }