From a6e199e625ba9ea621decb38865ce5ff1d30d56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:21:01 +0000 Subject: [PATCH] chore(deps): Bump chalk from 4.1.2 to 5.4.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.4.1) --- updated-dependencies: - dependency-name: chalk 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..4fed878 --- 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.4.1" }, "engines": { "node": "^10.12.0 || >=12.0.0"