From ce731ee4865329d82a302e4032bbcae920a78871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:26:31 +0000 Subject: [PATCH] build(deps): bump chalk in /packages/scriptappy-tools 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] --- packages/scriptappy-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scriptappy-tools/package.json b/packages/scriptappy-tools/package.json index 2804d16..fe14552 100644 --- a/packages/scriptappy-tools/package.json +++ b/packages/scriptappy-tools/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "ajv": "8.12.0", - "chalk": "4.1.2", + "chalk": "5.6.2", "extend": "3.0.2", "fast-json-patch": "3.1.1", "yargs": "17.7.2"