From b5694391d340db289364119add4b9312977616d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:38:29 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd3822b..f480d0e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typescript": "^4.8" }, "dependencies": { - "chalk": "^4.1.2", + "chalk": "^5.4.1", "cli-table3": "^0.6.3", "js-yaml": "^4.1.0", "micromatch": "^4.0.5",