From e08960c4c8b1b57855acd9f94aa80f4bb37a0886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 23:14:54 +0000 Subject: [PATCH] Bump @commitlint/config-angular from 11.0.0 to 14.1.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 11.0.0 to 14.1.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/v14.1.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..f6b3f86 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": "14.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-14.1.0.tgz", + "integrity": "sha512-LuI3W0uUR12LAqL9AEtbf+AfvkUzRkzkp/C1//Q7t0nC4+BXrN4MtF0V8B5VHeEqBdVqDzL1w0B1G446OrZmCA==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^11.0.0" + "@commitlint/config-angular-type-enum": "^14.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": "14.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-14.0.0.tgz", + "integrity": "sha512-c4MX+h4+8TmqELehb6IJfGQ7v/Wp07OfJQpnSnUPksHskjCkojrVnX3JI9Z5BtK7KQHCzJlI6j1CcvehnLSzWw==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index 9ebf07e..4470521 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": "^14.1.0", "@types/columnify": "^1.5.0", "@types/express": "^4.17.11", "@types/node": "^15.0.1",