From c69aebc0087c2adc804e1c750bc663344450b023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 23:30:55 +0300 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 16.0.0 to 16.0.1 (#36) Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.0 to 16.0.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0179bc9..02b5802 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prettier": "^2.5.1" }, "devDependencies": { - "@commitlint/cli": "^16.0.0", + "@commitlint/cli": "^16.0.1", "@commitlint/config-conventional": "^16.0.0", "husky": "^7.0.4", "lint-staged": "^12.1.4", diff --git a/yarn.lock b/yarn.lock index c0f3ec9..3a08f3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,10 +23,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@commitlint/cli@^16.0.0": - version "16.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.0.tgz#273255d371a6aec80ff773d322c3644c3c52afa8" - integrity sha512-MaYQbwsBZ3+OHJQm9cbSMj4P1Eptqqk/p8WY5MTzVZDRei8JcweNaMtwU7P+h9VeBTlFYSn4vkZYiZXzVK2Cww== +"@commitlint/cli@^16.0.1": + version "16.0.1" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.1.tgz#21905c898ebece7da42277209022b1bc80c4fb39" + integrity sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g== dependencies: "@commitlint/format" "^16.0.0" "@commitlint/lint" "^16.0.0"