5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-01 05:06:47 +00:00 committed by GitHub
parent b50220da86
commit b52cc72172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View file

@ -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": {

View file

@ -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",