From 767cb82edd34e0d885aed0edf1f8b15bc167d467 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 17:50:18 +0530 Subject: [PATCH] chore(deps-dev): update commitizen requirement from ^3.1.1 to ^4.0.0 (#246) Updates the requirements on [commitizen](https://github.com/commitizen/cz-cli) to permit the latest version. - [Release notes](https://github.com/commitizen/cz-cli/releases) - [Commits](https://github.com/commitizen/cz-cli/compare/v3.1.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38806a6..f104572 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@adonisjs/mrm-preset": "^2.0.3", "@types/node": "^12.6.1", - "commitizen": "^3.1.1", + "commitizen": "^4.0.0", "cz-conventional-changelog": "^2.1.0", "del-cli": "^2.0.0", "doctoc": "^1.4.0",