From d37872d0aaecde9dd94372668da3214c68540a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:30:36 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.6.2 in /packages/git Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/git/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/git/package.json b/packages/git/package.json index fc87ac36..96c13c0f 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -29,7 +29,7 @@ "dependencies": { "@gitmars/core": "workspace:*", "@gitmars/utils": "workspace:*", - "chalk": "^4.1.2", + "chalk": "^5.6.2", "cosmiconfig": "^9.0.0", "os-lang": "^3.3.1", "shelljs": "^0.8.5",