From 450aea774ccab02ab586df116d5686e9a6604746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:09:45 +0000 Subject: [PATCH] feat: 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: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..e4c3052 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.6.2", "eslint": "8.57.0", "eslint-config-prettier": "10.0.2", "husky": "9.1.1",