From d18d5edc432fc02aa09c94a74a4cc34b27d967b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 21:04:30 +0000 Subject: [PATCH] build(deps-dev): bump conventional-changelog-cli from 2.1.1 to 2.2.2 Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.1.1 to 2.2.2. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/release-please-config.json) - [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2) --- updated-dependencies: - dependency-name: conventional-changelog-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c02abed..521a3e54 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "babel-eslint": "^10.1.0", "codecov": "^3.8.3", "commitizen": "^4.2.4", - "conventional-changelog-cli": "^2.1.1", + "conventional-changelog-cli": "^2.2.2", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", diff --git a/yarn.lock b/yarn.lock index 70c6fa8c..cc290b9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2759,10 +2759,10 @@ conventional-changelog-atom@^2.0.8: dependencies: q "^1.5.1" -conventional-changelog-cli@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.1.1.tgz#7a11980bc399938e0509d2adf8e7a0e213eb994e" - integrity sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng== +conventional-changelog-cli@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.2.2.tgz#9a7746cede92c6a8f27dc46692efaadfbed60daa" + integrity sha512-8grMV5Jo8S0kP3yoMeJxV2P5R6VJOqK72IiSV9t/4H5r/HiRqEBQ83bYGuz4Yzfdj4bjaAEhZN/FFbsFXr5bOA== dependencies: add-stream "^1.0.0" conventional-changelog "^3.1.24"