From 082f0e412bf12c1fd406b8a4f5a1686494e9ef3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:16:07 +0000 Subject: [PATCH] chore(deps): bump @commitlint/config-conventional from 12.0.0 to 12.1.4 Bumps [@commitlint/config-conventional](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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b29056..00d52a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -621,9 +621,9 @@ "integrity": "sha512-fJWHE8Ey8Li+H4jnnREG/xw5spJSgAg+wKBZwtoGQBzxFZ/DO/g5oo/P07nvXR1q89Ow5+f3a7K2oOJyt0i0hQ==" }, "@commitlint/config-conventional": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.0.0.tgz", - "integrity": "sha512-zjTeCBlHEP0syW6QedRSxOiafYeuOol9vIXZ89uhKMhyejaKxdAnS3SBMN4fYiSFChsZEl+VshJeZDtUFkCd7Q==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", + "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" } diff --git a/package.json b/package.json index e099b4a..c21e8b6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@commitlint/config-angular": "^12.0.0", - "@commitlint/config-conventional": "^12.0.0", + "@commitlint/config-conventional": "^12.1.4", "@commitlint/config-lerna-scopes": "^12.0.0", "@commitlint/config-patternplate": "^12.0.0", "@commitlint/format": "^12.0.0",