From b52cc721720af132e8050afa9b1d3edc74f47b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:06:47 +0000 Subject: [PATCH] chore(deps): bump commitlint-plugin-jira-rules from 1.4.0 to 1.5.1 Bumps [commitlint-plugin-jira-rules](https://github.com/Gherciu/commitlint-jira) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/Gherciu/commitlint-jira/releases) - [Commits](https://github.com/Gherciu/commitlint-jira/compare/commitlint-plugin-jira-rules@1.4.0...commitlint-plugin-jira-rules@1.5.1) Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 305400b..eaeb4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4930,11 +4930,18 @@ "dev": true }, "commitlint-plugin-jira-rules": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/commitlint-plugin-jira-rules/-/commitlint-plugin-jira-rules-1.4.0.tgz", - "integrity": "sha512-Mzf99SQm0y1bDsPT9kXlo9lGsbETEtnIA3WVZWUBXrWYqesrMXs9b/UcPLfTgyPGLJxWPVwiQa1BOoPvFkc5TA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/commitlint-plugin-jira-rules/-/commitlint-plugin-jira-rules-1.5.1.tgz", + "integrity": "sha512-fEiSw+Xl5njq6lXxhPU7T7y7r0GviTFGAB2xsjTO19YG6RR12e0pOpPfO+Tpt3d5BO4b3Ry/uL8HuKx3h7p71w==", "requires": { - "commitlint-jira-utils": "^1.4.0" + "commitlint-jira-utils": "^1.5.1" + }, + "dependencies": { + "commitlint-jira-utils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/commitlint-jira-utils/-/commitlint-jira-utils-1.5.1.tgz", + "integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g==" + } } }, "compare-func": { diff --git a/package.json b/package.json index e54f46c..1d31bc5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@commitlint/lint": "^12.0.0", "@commitlint/load": "^12.0.0", "commitlint-config-jira": "^1.4.1", - "commitlint-plugin-jira-rules": "^1.4.0", + "commitlint-plugin-jira-rules": "^1.5.1", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^7.0.0", "execa": "^5.0.0",