From 8280492317add0123354946c90ecd063697811bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:07:58 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 17.0.0 to 17.0.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.0.0 to 17.0.2. - [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/v17.0.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 799a8bf..9029fc0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "stylelint": "^14.8.3" }, "devDependencies": { - "@commitlint/cli": "^17.0.0", + "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.0", "@qvant/prettier-config": "^0.1.0", "husky": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index 47bd587..94c410e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,16 +23,17 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@commitlint/cli@^17.0.0": - version "17.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.0.tgz#6c86c6b0eba4ba1204a19833c3c962b623f35518" - integrity sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ== +"@commitlint/cli@^17.0.2": + version "17.0.2" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.2.tgz#57c925fb5f09b8e4a83448d94db291ddf7aa58ee" + integrity sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA== dependencies: "@commitlint/format" "^17.0.0" "@commitlint/lint" "^17.0.0" "@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"