From cc7bc2badbbb800c418a78fe7476e54ddb52b777 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 09:40:13 +0000 Subject: [PATCH] build(deps-dev): bump git-cz from 4.7.3 to 4.7.4 Bumps [git-cz](https://github.com/streamich/git-cz) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/streamich/git-cz/releases) - [Changelog](https://github.com/streamich/git-cz/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/git-cz/compare/v4.7.3...v4.7.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a3aa1b..bcb501d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11468,9 +11468,9 @@ } }, "git-cz": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/git-cz/-/git-cz-4.7.3.tgz", - "integrity": "sha512-Z+iy1G5qsbICeHBj4EZI438C8T1bh+m953jTT5hcQZggzSnjDdrUahM7O+ETspr3f3iWXONqC8e+zMuDT+ODJg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/git-cz/-/git-cz-4.7.4.tgz", + "integrity": "sha512-s8r6JPuuFJXCiwB6uBlWYjDE6GlvIReSgVqYCfpRB+JbiBVNQLcBb93mH6bIJzz1lQU4R8+qlChhQIK8xp58Tg==", "dev": true }, "git-raw-commits": { diff --git a/package.json b/package.json index 46cecc0..40c4ada 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-svelte3": "^2.7.3", - "git-cz": "^4.7.3", + "git-cz": "^4.7.4", "jest": "^26.6.3", "jest-axe": "^4.1.0", "parcel-bundler": "^1.12.4",