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

This commit is contained in:
renovate[bot] 2023-01-16 14:59:09 +00:00 committed by GitHub
parent ec9534ca79
commit fc9f414c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.4.0",
"@commitlint/cli": "17.4.1",
"@commitlint/config-conventional": "17.4.0",
"@types/node": "16.18.11",
"@typescript-eslint/eslint-plugin": "5.48.0",

View file

@ -50,14 +50,14 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
"@commitlint/cli@17.4.0":
version "17.4.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.0.tgz#14a5f9b713a5b60ff1a0cfce66b0bb207954c1ad"
integrity sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==
"@commitlint/cli@17.4.1":
version "17.4.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.1.tgz#71086653a42abafe5519c6c5f8ada35b17f1dc53"
integrity sha512-W8OJwz+izY+fVwyUt1HveCDmABMZNRVZHSVPw/Bh9Y62tp11SmmQaycgbsYLMiMy7JGn4mAJqEGlSHS9Uti9ZQ==
dependencies:
"@commitlint/format" "^17.4.0"
"@commitlint/lint" "^17.4.0"
"@commitlint/load" "^17.4.0"
"@commitlint/load" "^17.4.1"
"@commitlint/read" "^17.4.0"
"@commitlint/types" "^17.4.0"
execa "^5.0.0"
@ -124,10 +124,10 @@
"@commitlint/rules" "^17.4.0"
"@commitlint/types" "^17.4.0"
"@commitlint/load@^17.4.0":
version "17.4.1"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.1.tgz#e1073e0264c84b304f5ab22862217152daca5d27"
integrity sha512-6A7/LhIaQpL4ieciIDcVvK2d5z/UI1GBrtDaHm6sQSCL0265clB2/F7XKQNTJHXv9yG4LByT2r+QCpM4GugIfw==
"@commitlint/load@^17.4.1":
version "17.4.2"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.2.tgz#551875c3e1dce6dc0375dc9c8ad551de8ba35de4"
integrity sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==
dependencies:
"@commitlint/config-validator" "^17.4.0"
"@commitlint/execute-rule" "^17.4.0"