From 162f6897cf02f3b6d34a0e8a3849aee0a0035454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:16:58 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-patternplate from 12.0.0 to 12.0.1 Bumps [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.0.1. - [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.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++-------- package.json | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01e1b00..87ed434 100644 --- a/package-lock.json +++ b/package-lock.json @@ -650,19 +650,27 @@ } }, "@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.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-12.0.1.tgz", + "integrity": "sha512-e+ZuiikA4+PCAUE5OVK0nZ/bJ2SH9pPjb8Q6MsYpE9+KctT0AGKuNXreIAI+1NBKUGsVYf2m8sNwz8oP2Sdm/w==", "requires": { - "@commitlint/config-angular": "^12.0.0", + "@commitlint/config-angular": "^12.0.1", "globby": "^11.0.0", "lodash": "^4.17.19" }, "dependencies": { - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "@commitlint/config-angular": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.0.1.tgz", + "integrity": "sha512-LuhglC8lh+5zdl+hjNunhH1b4Uj70w/TbdWna6CTvpuR59WSZSFZhIxutN2Fjuf1jlHGkx2bC9ZiOQW01YQNTA==", + "requires": { + "@commitlint/config-angular-type-enum": "^12.0.1" + } + }, + "@commitlint/config-angular-type-enum": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.1.tgz", + "integrity": "sha512-0qETLi7f7BineQruIBjyzHFfvDfh9FTEbMs+oTAfl+cDKTLJYI5W6eKGjI3MPg5+8sxUtzh6pJ+Dp3LFOpawTQ==" } } }, diff --git a/package.json b/package.json index 1fc660e..2bedfa7 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.0.1", "@commitlint/format": "^12.0.0", "@commitlint/lint": "^12.0.0", "@commitlint/load": "^12.0.0",