From 6beeb5a2d203b0ce0058cc7c6f62ce94b04dec4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:16:41 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.5.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.5.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.5.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.5.0 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 55c2aa74e..a578a674b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "acorn": "8.14.1", "arrify": "3.0.0", "axios": "1.11.0", - "chalk": "4.1.2", + "chalk": "5.5.0", "cheerio": "^1.0.0", "commander": "11.1.0", "cross-spawn": "7.0.6",