From 3bd8778a73fded6fb302886334f58a4dae312570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:15:00 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 253cfc7..1d8ac62 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@adobe/eslint-config-aio-lib-config": "^4.0.0", - "chalk": "^4.0.0", + "chalk": "^5.6.2", "eslint": "^8.57.1", "eslint-config-oclif": "^4.0.0", "eslint-config-standard": "^17.1.0",