From 60f1f34d3bff61537e319183e14a5d3ae5e7303c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 05:09:48 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.6.2 in /packages/api 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/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/package.json b/packages/api/package.json index d3222e8a..a8bf796b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -32,7 +32,7 @@ "@gitmars/git": "workspace:*", "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", - "chalk": "^4.1.2", + "chalk": "^5.6.2", "os-lang": "^3.3.1", "shelljs": "^0.8.5" },