From 97fad90f726e0c810146eefbc92c4a4f82264dc1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 09:49:12 +0000 Subject: [PATCH] build(deps-dev): bump cz-conventional-changelog from 3.1.0 to 3.2.0 Bumps [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/commitizen/cz-conventional-changelog/releases) - [Commits](https://github.com/commitizen/cz-conventional-changelog/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a4bd03..348120f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2639,9 +2639,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.2.0", + "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz", + "integrity": "sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==", "dev": true, "requires": { "@commitlint/load": ">6.1.1", @@ -2650,7 +2650,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": {