From 25bc4ae22b1a055d18d20fd4c793c7ee454e43dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:14:49 +0000 Subject: [PATCH] chore: update commitlint monorepo to v19 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fd7c3408d..aa55c9af0 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ "license": "MIT", "dependencies": {}, "devDependencies": { - "@commitlint/cli": "17.0.1", - "@commitlint/config-conventional": "17.0.0", - "@commitlint/config-lerna-scopes": "17.0.0", - "@commitlint/travis-cli": "17.0.1", + "@commitlint/cli": "19.5.0", + "@commitlint/config-conventional": "19.5.0", + "@commitlint/config-lerna-scopes": "19.5.0", + "@commitlint/travis-cli": "19.5.0", "@loopback/build": "9.0.0", "@loopback/eslint-config": "13.0.0", "@loopback/testlab": "5.0.0",