From be3a537d29ce627595504b7eec8c4e9bdaa4f798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:05:53 +0000 Subject: [PATCH] chore(deps): 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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index a3ed8c0..5a9f3c3 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Nicholas C. Zakas ", "dependencies": { "@babel/code-frame": "7.12.11", - "chalk": "^4.0.0" + "chalk": "^5.6.2" }, "engines": { "node": "^10.12.0 || >=12.0.0"