From a9ceef9d4aebacc11125ad675fef756d5555b4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:45:41 +0000 Subject: [PATCH] chore(deps-dev): bump czg from 1.12.0 to 1.13.1 Bumps [czg](https://github.com/Zhengqbbb/cz-git/tree/HEAD/packages/cli) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/Zhengqbbb/cz-git/releases) - [Changelog](https://github.com/Zhengqbbb/cz-git/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/Zhengqbbb/cz-git/commits/v1.13.1/packages/cli) --- updated-dependencies: - dependency-name: czg dependency-version: 1.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 8bd3907..d7dbf62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tauri-apps/api": "^2.11.1", "@tauri-apps/cli": "^2", "@vitejs/plugin-vue": "^6.0.6", - "czg": "^1.12.0", + "czg": "^1.13.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", "oxlint": "^1.60.0", @@ -3163,9 +3163,9 @@ "license": "MIT" }, "node_modules/czg": { - "version": "1.12.0", - "resolved": "https://registry.npmmirror.com/czg/-/czg-1.12.0.tgz", - "integrity": "sha512-LGltcoZ5m7vhe3WNw16QXqd5WurnHegx9V15MwZJtFAU2AVCYLCqDbwxPUgZOnAcdzzooq33ONcU148HOQsjdA==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/czg/-/czg-1.13.1.tgz", + "integrity": "sha512-mCfY4bCAMAdaFSlrQwtUTChzFAv59kD/y2leX5+C7X9inu0mt/VkHT7gkbzwcToh26oJaOaYPA9lcXUX92/6cw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 649032f..a6ceb10 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@tauri-apps/api": "^2.11.1", "@tauri-apps/cli": "^2", "@vitejs/plugin-vue": "^6.0.6", - "czg": "^1.12.0", + "czg": "^1.13.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", "oxlint": "^1.60.0",