From b3c04b1dff5ab031eb64ce75bbc866901a2a3f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 11:59:09 +0000 Subject: [PATCH] build(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(-) diff --git a/package.json b/package.json index 6f4c471..6726dd9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@adobe/aio-lib-core-config": "^5", "@oclif/core": "^4.10.2", - "chalk": "^4.0.0", + "chalk": "^5.6.2", "debug": "^4.3.3", "envinfo": "^7.5.0", "js-yaml": "^4.1.0",