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/config-lerna-scopes from 12.0.0 to 12.1.1

Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.1.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.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-01 05:14:50 +00:00 committed by GitHub
parent 1c603de78c
commit e7b3d285a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -629,20 +629,20 @@
}
},
"@commitlint/config-lerna-scopes": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-12.0.0.tgz",
"integrity": "sha512-hHNkPz3bI0KD9YnyXazvbmFmPj+PFHmD3O6j3AYFrOSL0UgAtriXfiXWlw4Ty5PLnVGLrxnrZFA8z4EID1cgCA==",
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-12.1.1.tgz",
"integrity": "sha512-j5u3UHbd4nccBTz0DVraO5cJDVdMgEh7sfuW9BH9SPxlI2F0LmLUIssrUuyCNL1bk+VIH2pdAWonlIlAAfJ4Nw==",
"requires": {
"globby": "^11.0.1",
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.3.4"
"semver": "7.3.5"
},
"dependencies": {
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"requires": {
"lru-cache": "^6.0.0"
}

View file

@ -25,7 +25,7 @@
"@actions/github": "^4.0.0",
"@commitlint/config-angular": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/config-lerna-scopes": "^12.0.0",
"@commitlint/config-lerna-scopes": "^12.1.1",
"@commitlint/config-patternplate": "^12.0.0",
"@commitlint/format": "^12.0.0",
"@commitlint/lint": "^12.0.0",