mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/load from 17.1.2 to 17.2.0
Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) from 17.1.2 to 17.2.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.2.0/@commitlint/load) --- updated-dependencies: - dependency-name: "@commitlint/load" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
861b4d9f10
commit
560c1fe898
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -18,7 +18,7 @@
|
|||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/load": "^17.2.0",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
|
|
@ -2048,9 +2048,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz",
|
||||
"integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
|
|
@ -18185,9 +18185,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "17.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.1.2.tgz",
|
||||
"integrity": "sha512-sk2p/jFYAWLChIfOIp/MGSIn/WzZ0vkc3afw+l4X8hGEYkvDe4gQUUAVxjl/6xMRn0HgnSLMZ04xXh5pkTsmgg==",
|
||||
"version": "17.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz",
|
||||
"integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==",
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.1.0",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/load": "^17.2.0",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue