From 357615528c71ed85a7c4a151a7c72a093a75b98c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 00:12:41 +0000 Subject: [PATCH] build(deps-dev): bump cz-conventional-changelog from 3.1.0 to 3.3.0 Bumps [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/commitizen/cz-conventional-changelog/releases) - [Commits](https://github.com/commitizen/cz-conventional-changelog/compare/v3.1.0...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e5c08e..cd540d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3898,9 +3898,9 @@ } }, "cz-conventional-changelog": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.1.0.tgz", - "integrity": "sha512-SCwPPOF+7qMh1DZkJhrwaxCvZzPaz2E9BwQzcZwBuHlpcJj9zzz7K5vADQRhHuxStaHZFSLbDlZEdcls4bKu7Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", + "integrity": "sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==", "dev": true, "requires": { "@commitlint/load": ">6.1.1", @@ -3909,7 +3909,6 @@ "conventional-commit-types": "^3.0.0", "lodash.map": "^4.5.1", "longest": "^2.0.1", - "right-pad": "^1.0.1", "word-wrap": "^1.0.3" }, "dependencies": { diff --git a/package.json b/package.json index a638079..3ef3590 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ava": "^1.3.0", "commitizen": "4.0.5", "conventional-changelog-cli": "2.0.34", - "cz-conventional-changelog": "3.1.0", + "cz-conventional-changelog": "3.3.0", "husky": "4.2.5", "stylelint": "9.10.1", "tslint": "5.11.0",