mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/config-angular from 12.0.0 to 12.0.1
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51eac66567
commit
fefc2cd7a3
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -608,17 +608,17 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-angular": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.0.0.tgz",
|
||||
"integrity": "sha512-V3PngSVvDV7bHdETptwuY5J+FBo48UGDjmztWPp4Mb63msW/Og5DR6+CHOPsjF0WDrtKFgi+PWD48sOQL1xPQw==",
|
||||
"version": "12.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.0.1.tgz",
|
||||
"integrity": "sha512-LuhglC8lh+5zdl+hjNunhH1b4Uj70w/TbdWna6CTvpuR59WSZSFZhIxutN2Fjuf1jlHGkx2bC9ZiOQW01YQNTA==",
|
||||
"requires": {
|
||||
"@commitlint/config-angular-type-enum": "^12.0.0"
|
||||
"@commitlint/config-angular-type-enum": "^12.0.1"
|
||||
}
|
||||
},
|
||||
"@commitlint/config-angular-type-enum": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.0.tgz",
|
||||
"integrity": "sha512-fJWHE8Ey8Li+H4jnnREG/xw5spJSgAg+wKBZwtoGQBzxFZ/DO/g5oo/P07nvXR1q89Ow5+f3a7K2oOJyt0i0hQ=="
|
||||
"version": "12.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.1.tgz",
|
||||
"integrity": "sha512-0qETLi7f7BineQruIBjyzHFfvDfh9FTEbMs+oTAfl+cDKTLJYI5W6eKGjI3MPg5+8sxUtzh6pJ+Dp3LFOpawTQ=="
|
||||
},
|
||||
"@commitlint/config-conventional": {
|
||||
"version": "12.0.0",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@commitlint/config-angular": "^12.0.0",
|
||||
"@commitlint/config-angular": "^12.0.1",
|
||||
"@commitlint/config-conventional": "^12.0.0",
|
||||
"@commitlint/config-lerna-scopes": "^12.0.0",
|
||||
"@commitlint/config-patternplate": "^12.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue