From 3e0a1e9cf9aa95da500c5b3969ebfea3eeae1df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:43:12 +0000 Subject: [PATCH] chore(deps-dev): bump cz-git from 1.13.0 to 1.13.1 Bumps [cz-git](https://github.com/Zhengqbbb/cz-git/tree/HEAD/packages/cz-git) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/Zhengqbbb/cz-git/releases) - [Changelog](https://github.com/Zhengqbbb/cz-git/blob/main/packages/cz-git/CHANGELOG.md) - [Commits](https://github.com/Zhengqbbb/cz-git/commits/v1.13.1/packages/cz-git) --- updated-dependencies: - dependency-name: cz-git dependency-version: 1.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23a8eb5bc..1145d24e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.13.0", + "cz-git": "^1.13.1", "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0", @@ -907,9 +907,9 @@ } }, "node_modules/cz-git": { - "version": "1.13.0", - "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.13.0.tgz", - "integrity": "sha512-oTxNSypCvhfHJF7KmnO8lSDup4lYa/s6bbF1700vyONepDIMTcMMXQweSxE/7ANIm7hcv1ckz4HLitZNM02fCw==", + "version": "1.13.1", + "resolved": "https://registry.npmmirror.com/cz-git/-/cz-git-1.13.1.tgz", + "integrity": "sha512-xeMA5ci+gkBY6uKmqc6nzhG/Q4pmK1DKbVVUgByOTBgregoiYE0f3otEF0ADelyEWH4vNsO1W2o7QZYEe7Nwlw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 4fde2d706..8e8aed465 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "cz-git": "^1.13.0", + "cz-git": "^1.13.1", "czg": "^1.13.1", "eslint": "^9.39.2", "eslint-plugin-import": "^2.32.0",