From ad693deec2467a973c91464071d9b47488c54283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:14:11 +0000 Subject: [PATCH] Bump @commitlint/config-angular from 11.0.0 to 15.0.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 11.0.0 to 15.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/v15.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..2aa9e95 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": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-15.0.0.tgz", + "integrity": "sha512-1gpyAZkGB+v9hTvw4G8AGU7vzq49/pANifShUsoyuSLAmHzxC3YgE+ZyqlVoB+T6gjE90NXjUQbLmNpi/7ZFYg==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^11.0.0" + "@commitlint/config-angular-type-enum": "^15.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": "15.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-15.0.0.tgz", + "integrity": "sha512-KBGoII2yo76KtbKbeCym5PxCt5CZvti7YbCEGOF5GiyZd/9AaJur/UhbzX3pcoLMgXd9u3Ru+qydm79TlRLuJA==", "dev": true }, "@commitlint/ensure": { diff --git a/package.json b/package.json index 9ebf07e..155a098 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": "^15.0.0", "@types/columnify": "^1.5.0", "@types/express": "^4.17.11", "@types/node": "^15.0.1",