chore(deps): update dependency @commitlint/cli to v17.0.1

This commit is contained in:
Renovate Bot 2022-05-25 06:26:43 +00:00 committed by renovate[bot]
parent 06934aff10
commit 3f577db491
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@semantic-release/release-notes-generator": "^10.0.3"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/cli": "17.0.1",
"@commitlint/config-conventional": "17.0.0",
"husky": "8.0.1",
"semantic-release": "19.0.2"
@ -68,9 +68,9 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.0.0",
@ -78,6 +78,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
@ -6278,9 +6279,9 @@
"optional": true
},
"@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"requires": {
"@commitlint/format": "^17.0.0",
@ -6288,6 +6289,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",

View file

@ -50,7 +50,7 @@
"semantic-release": ">=19.0.2"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/cli": "17.0.1",
"@commitlint/config-conventional": "17.0.0",
"husky": "8.0.1",
"semantic-release": "19.0.2"