From c44e68bec044cfd93002d5308f4d66279da9dcc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:50:51 +0000 Subject: [PATCH] Update chalk requirement from ^5.4.1 to ^5.6.2 Updates the requirements on [chalk](https://github.com/chalk/chalk) to permit the latest version. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.4.1...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ff060..c2721c8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/inquirer": "^9.0.8", "inquirer": "^9.3.7", "axios": "^1.11.0", - "chalk": "^5.4.1", + "chalk": "^5.6.2", "cli-table3": "^0.6.5", "moment": "^2.30.1" },