From 4980d5a8ddd24f4ab000321d08dc5f924a33998c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:33:33 +0000 Subject: [PATCH] chore: bump chalk from 4.1.2 to 6.0.0 in the dependencies group Bumps the dependencies group with 1 update: [chalk](https://github.com/chalk/chalk). Updates `chalk` from 4.1.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9153e4a6..ac281f4b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://github.com/fastify/fastify-cli#readme", "dependencies": { "@fastify/deepmerge": "^3.0.0", - "chalk": "^4.1.2", + "chalk": "^6.0.0", "chokidar": "^5.0.0", "close-with-grace": "^2.1.0", "commist": "^3.0.0",