From c3866459a59291ae6007e0b1ccf4c9a57d1ce052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:24:02 +0000 Subject: [PATCH] chore(deps): bump chalk from 5.6.2 to 6.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.6.2 to 6.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.6.2...v6.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.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 e8f92891..5fb580bf 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "autocannon": "^8.0.0", "autocannon-compare": "^0.4.0", "benchmark": "^2.1.4", - "chalk": "^5.2.0", + "chalk": "^6.0.0", "cli-table": "^0.3.11", "commander": "^15.0.0", "connect": "^3.7.0",