From a8eb9dbccb7463b885a1a515bdfd7e252b9b7f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 08:10:13 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 12.1.1 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.1.1...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 6b204904..8a11d2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4066,9 +4066,9 @@ } }, "@commitlint/config-conventional": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz", - "integrity": "sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz", + "integrity": "sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/package.json b/package.json index 01dad4d1..337b90f7 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@babel/preset-react": "=7.13.13", "@babel/register": "=7.13.16", "@commitlint/cli": "^12.1.4", - "@commitlint/config-conventional": "^12.1.1", + "@commitlint/config-conventional": "^12.1.4", "@jest/globals": "=26.6.2", "@release-it/conventional-changelog": "=1.1.4", "autoprefixer": "^10.2.5",