mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
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] <support@github.com>
This commit is contained in:
parent
b50220da86
commit
2147963b30
2 changed files with 15 additions and 8 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue