From 96826ffaccaabefd5194cb19539dc95e4fd38b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:55:23 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 17.7.1 to 17.7.2 (#3036) Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.7.1 to 17.7.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/v17.7.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ee4ab2bd..4085d1c42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "class-validator": "^0.14.0" }, "devDependencies": { - "@commitlint/cli": "^17.7.0", + "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@commitlint/travis-cli": "^17.7.2", "commitizen": "^4.3.0", diff --git a/package.json b/package.json index db11c527f..c9eeff491 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prepare": "husky install" }, "devDependencies": { - "@commitlint/cli": "^17.7.0", + "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@commitlint/travis-cli": "^17.7.2", "commitizen": "^4.3.0",