From 14956141246d7e52238fa11540be73b44a3d3d66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:36:03 +0900 Subject: [PATCH] chore(deps): update dependency @commitlint/config-conventional to v19.5.0 (#770) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 334b918a5..cc752866c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "name": "jdsl-commitlint-node-package", "devDependencies": { "@commitlint/cli": "19.5.0", - "@commitlint/config-conventional": "19.4.1" + "@commitlint/config-conventional": "19.5.0" } }