From 2147963b30723f202d7ab5649bf6633e264e9003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:10:21 +0000 Subject: [PATCH] chore(deps): bump commitlint-config-jira from 1.4.1 to 1.5.1 Bumps [commitlint-config-jira](https://github.com/Gherciu/commitlint-jira) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/Gherciu/commitlint-jira/releases) - [Commits](https://github.com/Gherciu/commitlint-jira/compare/commitlint-config-jira@1.4.1...commitlint-config-jira@1.5.1) Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 305400b..1dffdf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4910,12 +4910,19 @@ "optional": true }, "commitlint-config-jira": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/commitlint-config-jira/-/commitlint-config-jira-1.4.1.tgz", - "integrity": "sha512-YwoMlr2WEryoXgj4vO5jbpLuaSlbJMtOcFiTtsEwAaXT77C1aVaImAtzV/9TwUVXT3tloiJW+mjpyrDAsPrT2w==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/commitlint-config-jira/-/commitlint-config-jira-1.5.1.tgz", + "integrity": "sha512-gur4a041adr85zaDAe3IT84NsOdSpTAYF6+4X6Cb4qASdY3rubBwJnSC08PELX6BJBRs7eNe6PdCywSx9+tWXQ==", "requires": { - "commitlint-jira-utils": "^1.4.0", + "commitlint-jira-utils": "^1.5.1", "opencollective-postinstall": "^2.0.2" + }, + "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==" + } } }, "commitlint-jira-utils": { @@ -14250,9 +14257,9 @@ } }, "opencollective-postinstall": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz", - "integrity": "sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", + "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==" }, "optionator": { "version": "0.8.3", diff --git a/package.json b/package.json index e54f46c..172caa1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@commitlint/format": "^12.0.0", "@commitlint/lint": "^12.0.0", "@commitlint/load": "^12.0.0", - "commitlint-config-jira": "^1.4.1", + "commitlint-config-jira": "^1.5.1", "commitlint-plugin-jira-rules": "^1.4.0", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^7.0.0",