From b97ebe43472967b29c6187f088a02f9333f35091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:18:09 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 16.3.0 to 17.3.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 16.3.0 to 17.3.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.3.0/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80ee3ea..1218c62 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular/compiler-cli": "~13.2.0", "@angular/language-service": "~13.2.0", "@commitlint/cli": "^16.2.1", - "@commitlint/config-angular": "^16.2.1", + "@commitlint/config-angular": "^17.3.0", "@commitlint/config-conventional": "^16.2.1", "@commitlint/prompt-cli": "^16.2.1", "@nrwl/cli": "13.8.8",