From fc9f414c55cd7b550af2a78117d0e5f9ca19e8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:59:09 +0000 Subject: [PATCH] chore(deps): update dependency @commitlint/cli to v17.4.1 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 98df1d29..15cad419 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d48dae77..05d201a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"