From 63f96c26ef0cffc68355f8c9f9b5842202f2552f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:15:38 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-patternplate from 12.0.0 to 12.1.4 Bumps [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.1.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.1.4) Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b29056..29f7255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -650,13 +650,28 @@ } }, "@commitlint/config-patternplate": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-12.0.0.tgz", - "integrity": "sha512-k8NNVfmZLj909SydImNfHv5nBqQjGGFtOQMYwkoQLqHgtr0WnV9phQJj189yeQ4hAxCSEWIiRtNp6HlFjLb3XQ==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-12.1.4.tgz", + "integrity": "sha512-DVM3LcZ1O8OYCq9nHJgkdz+7s9ujT+xnQqRCvO4ESTGFkvprCEd96j5rScto854Qb6wNAsmnqGLwOBGw6NNakQ==", "requires": { - "@commitlint/config-angular": "^12.0.0", + "@commitlint/config-angular": "^12.1.4", "globby": "^11.0.0", "lodash": "^4.17.19" + }, + "dependencies": { + "@commitlint/config-angular": { + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz", + "integrity": "sha512-ptJpRjsHe0Cmh6Bm5tnC/RbR9p3/YMsZFhOzLEiv1sn2pBPsTSGIka1eO26XquLcw/0srKCGBNnUFFLO84qGPQ==", + "requires": { + "@commitlint/config-angular-type-enum": "^12.1.4" + } + }, + "@commitlint/config-angular-type-enum": { + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.4.tgz", + "integrity": "sha512-C/F4X0VN56qpVq4HqiY2DuynF3BLtIFxM8Zwf3xvSONHGYVqmYG1cM6qezMxKtTIuy7A5yKK5aeSnaptw+VQgw==" + } } }, "@commitlint/ensure": { diff --git a/package.json b/package.json index e099b4a..55b2db6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@commitlint/config-angular": "^12.0.0", "@commitlint/config-conventional": "^12.0.0", "@commitlint/config-lerna-scopes": "^12.0.0", - "@commitlint/config-patternplate": "^12.0.0", + "@commitlint/config-patternplate": "^12.1.4", "@commitlint/format": "^12.0.0", "@commitlint/lint": "^12.0.0", "@commitlint/load": "^12.0.0",