From b09935f7deaf4eac848a19ce32aa1af9c3e31e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:36:38 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.3.0 in /packages/go Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/go/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/go/package.json b/packages/go/package.json index 5ffec5c2..21cb7c0b 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@gitmars/utils": "workspace:*", - "chalk": "^4.1.2", + "chalk": "^5.3.0", "inquirer": "^8.2.6", "os-lang": "^3.2.0" },