From 59f733ae2d8a94dec8a2ceabf9b785685db548b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:11:22 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli in /template/react-js-less Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.2.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- template/react-js-less/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-js-less/package.json b/template/react-js-less/package.json index 073d267..2874216 100644 --- a/template/react-js-less/package.json +++ b/template/react-js-less/package.json @@ -30,7 +30,7 @@ ] }, "devDependencies": { - "@commitlint/cli": "^18.2.0", + "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.17", "@types/react": "18.2.56",