From 21d14a1b35b522fc9e6e07661dc7d180b458427a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:16:35 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 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 8ac0b3d..3787d9a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "^18.11.17", "@types/ws": "^8.5.3", "axios": "^1.0.0", - "chalk": "4.1.2", + "chalk": "5.6.2", "cheerio": "1.0.0-rc.12", "dotenv": "^16.0.3", "fastify": "^4.10.2",