From b85aebc2515c99bc9177d90042eadb962c30034f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:41:10 +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 9c0459e..558014c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@adobe/aio-lib-core-config": "^5", "@oclif/core": "^2.0.0", - "chalk": "^4.0.0", + "chalk": "^5.6.2", "debug": "^4.3.3", "envinfo": "^7.5.0", "js-yaml": "^4.1.0",