From 43d54de1c127439280f90893c77477b5ce135087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 24 May 2018 20:39:09 -0500 Subject: [PATCH] fix(deps): update dependency cz-conventional-changelog to v2.1.0 (#503) --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e24866d..bdfa1f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1874,16 +1874,15 @@ } }, "cz-conventional-changelog": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-2.0.0.tgz", - "integrity": "sha1-Val5r9/pXnAkh50qD1kkYwFwtTM=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-2.1.0.tgz", + "integrity": "sha1-L0vHOQ4yROTfKT5ro1Hkx0Cnx2Q=", "requires": { - "conventional-commit-types": "2.2.0", - "lodash.map": "4.6.0", - "longest": "1.0.1", - "pad-right": "0.2.2", - "right-pad": "1.0.1", - "word-wrap": "1.2.3" + "conventional-commit-types": "^2.0.0", + "lodash.map": "^4.5.1", + "longest": "^1.0.1", + "right-pad": "^1.0.1", + "word-wrap": "^1.0.3" } }, "cz-conventional-changelog-default-export": { @@ -7625,6 +7624,7 @@ "version": "0.2.2", "resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz", "integrity": "sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=", + "dev": true, "requires": { "repeat-string": "1.6.1" } diff --git a/package.json b/package.json index ec05224e..07aba61c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "cachedir": "^1.1.0", "chalk": "1.1.3", - "cz-conventional-changelog": "2.0.0", + "cz-conventional-changelog": "2.1.0", "dedent": "0.6.0", "detect-indent": "4.0.0", "find-node-modules": "1.0.4",