From 2640e50a9b71d776c5b7558c9bb1210b79b270af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:20:13 +0000 Subject: [PATCH] feat: 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:development 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 7eae005..ab41dc1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/node": "20.14.10", "@typescript-eslint/eslint-plugin": "8.25.0", "@typescript-eslint/parser": "8.25.0", - "chalk": "4.1.2", + "chalk": "5.5.0", "eslint": "8.57.0", "eslint-config-prettier": "10.0.2", "husky": "9.1.1",