From 8948f63aeb4e77a283cabc7076d0c0312e182666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:57:13 +0000 Subject: [PATCH] chore(deps): bump chalk from 3.0.0 to 5.5.0 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 5.5.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...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 5384ed436..ec9c5f828 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "bcryptjs": "^2.4.3", "body-parser": "^1.14.1", "busboy": "^1.6.0", - "chalk": "^3.0.0", + "chalk": "^5.5.0", "clear": "^0.1.0", "command-exists": "^1.2.8", "compression": "^1.7.3",