From 0281e85ea46f007b77c6666a92f9ee432372cd62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 15:39:21 +0000 Subject: [PATCH] chore(deps-dev): bump cz-conventional-changelog from 3.2.1 to 3.3.0 Bumps [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/commitizen/cz-conventional-changelog/releases) - [Commits](https://github.com/commitizen/cz-conventional-changelog/compare/v3.2.1...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d09236..4ab4347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -937,9 +937,9 @@ } }, "commitizen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.2.0.tgz", - "integrity": "sha512-dMTgCkmxDOaH32HViVyvoGqVzCAyvBsgMViWnIDQxVHlEwHS1d6d8rweCGE7fjCROryBZmHRQrWVWN9GTw2F/g==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.2.1.tgz", + "integrity": "sha512-nZsp8IThkDu7C+93BFD/mLShb9Gd6Wsaf90tpKE3x/6u5y/Q52kzanIJpGr0qvIsJ5bCMpgKtr3Lbu3miEJfaA==", "dev": true, "requires": { "cachedir": "2.2.0", @@ -1192,9 +1192,9 @@ } }, "cz-conventional-changelog": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.2.1.tgz", - "integrity": "sha512-MroXCfO8sahklT0KSwZ1oaNwKxZaZ2A8ONc+MH+is8QDZ2zBhGOFFiAXuWpcWFJLpxlGPvnYlhvOlYiSOAGc7w==", + "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", diff --git a/package.json b/package.json index 1f5367c..a80cb72 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ } }, "devDependencies": { - "cz-conventional-changelog": "3.2.1", + "cz-conventional-changelog": "3.3.0", "globstar": "1.0.0", "husky": "4.2.5", "markdownlint-cli": "0.23.2",