From 5f9cc945cf308a76e4767ed59fd163fcf47bad8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:11:25 +0000 Subject: [PATCH] Bump @commitlint/config-angular from 11.0.0 to 16.0.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 11.0.0 to 16.0.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/v16.0.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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b79c541..001570c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,18 +125,18 @@ } }, "@commitlint/config-angular": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz", - "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-16.0.0.tgz", + "integrity": "sha512-UmH3D/BjqhIueM29w9G8mR8wHI0ncUrNFqX6OgDhsIgLS1Sgf6L3ad+oasTWfJ+KjKl544cjoayyWY0eX3wrIg==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^11.0.0" + "@commitlint/config-angular-type-enum": "^16.0.0" } }, "@commitlint/config-angular-type-enum": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz", - "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-16.0.0.tgz", + "integrity": "sha512-6Gn/Wh7tFiVHUK+bxiVMUZg6X7N6ArJLgaH39/23qK3/PkC0Y4FSJZf63YIS+EA/n5USHaBgBV88iduSTJU9rQ==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index 9ebf07e..cb45687 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^11.0.0", - "@commitlint/config-angular": "^11.0.0", + "@commitlint/config-angular": "^16.0.0", "@types/columnify": "^1.5.0", "@types/express": "^4.17.11", "@types/node": "^15.0.1",