From 14aa37f958397a734f550546fa080916d09d36cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 May 2019 05:42:21 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-cli to v2.0.21 --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index d63843a7..af4b3b46 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "babel-plugin-rewire": "1.2.0", "babel-preset-env": "1.7.0", "babel-preset-stage-3": "6.24.1", - "conventional-changelog-cli": "2.0.17", + "conventional-changelog-cli": "2.0.21", "cssnano": "4.1.10", "eslint": "5.4.0", "eslint-config-algolia": "13.3.0", diff --git a/yarn.lock b/yarn.lock index e896c0a7..6a9b0717 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2062,13 +2062,13 @@ conventional-changelog-atom@^2.0.1: dependencies: q "^1.5.1" -conventional-changelog-cli@2.0.17: - version "2.0.17" - resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.0.17.tgz#ec3f149dfc918903ae925b7a375d5b638fb45741" - integrity sha512-IQUS08TTrLxAd0Le3THPz8xFFe1kVmSBOcnfe8RGpi+io3ALnMT4uw0snmP3Cb9lgnHXg0NcjQyVsE+jJmHtrw== +conventional-changelog-cli@2.0.21: + version "2.0.21" + resolved "https://registry.yarnpkg.com/conventional-changelog-cli/-/conventional-changelog-cli-2.0.21.tgz#7469ddd663a8e68967b6d8c9c2cf207d1d7462f7" + integrity sha512-gMT1XvSVmo9Np1WUXz8Mvt3K+OtzR+Xu13z0jq/3qsXBbLuYc2/oaUXVr68r3fYOL8E9dN2uvX7Hc7RkeWvRVA== dependencies: add-stream "^1.0.0" - conventional-changelog "^3.1.4" + conventional-changelog "^3.1.8" lodash "^4.2.1" meow "^4.0.0" tempfile "^1.1.1" @@ -2080,10 +2080,10 @@ conventional-changelog-codemirror@^2.0.1: dependencies: q "^1.5.1" -conventional-changelog-conventionalcommits@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-1.1.2.tgz#bb30c8d40dbd13ba9ec4e9bc6a025578b31b17bd" - integrity sha512-t8VyibJHGrtsDwSHjgpW9v7oBbqDGQooCMo/a2rc0z5cousV5O11palcSPpyshEVWVijxPtzBNG02EQkMDJ8CA== +conventional-changelog-conventionalcommits@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-3.0.2.tgz#3a380a14ecd6f5056da6d460e30dd6c0c9f1aebe" + integrity sha512-w1+fQSDnm/7+sPKIYC5nfRVYDszt+6HdWizrigSqWFVIiiBVzkHGeqDLMSHc+Qq9qssHVAxAak5206epZyK87A== dependencies: compare-func "^1.3.1" q "^1.5.1" @@ -2164,15 +2164,15 @@ conventional-changelog-writer@^4.0.5: split "^1.0.0" through2 "^3.0.0" -conventional-changelog@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.4.tgz#66db29830a799be9afcbfd67a366c1e2cbc21417" - integrity sha512-uMeTSzEb2oKFlL00Oh9j3+00PFq1MNneLzyy0TBftxo4PFrs7OiaRJXmXtEgSvJDdkc0RSd6ch2N+yTxPagZ0A== +conventional-changelog@^3.1.8: + version "3.1.8" + resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.8.tgz#091382b5a0820bf8ec8e75ad2664a3688c31b07d" + integrity sha512-fb3/DOLLrQdNqN0yYn/lT6HcNsAa9A+VTDBqlZBMQcEPPIeJIMI+DBs3yu+eiYOLi22w9oShq3nn/zN6qm1Hmw== dependencies: conventional-changelog-angular "^5.0.3" conventional-changelog-atom "^2.0.1" conventional-changelog-codemirror "^2.0.1" - conventional-changelog-conventionalcommits "^1.1.2" + conventional-changelog-conventionalcommits "^3.0.2" conventional-changelog-core "^3.2.2" conventional-changelog-ember "^2.0.2" conventional-changelog-eslint "^3.0.2"