From f391fd2775d42e950b03ae2f126cf984accc888d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:10:18 +0000 Subject: [PATCH] build(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(-) diff --git a/package.json b/package.json index 52ff6d1..a542bd9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@adobe/aio-lib-core-config": "^5", "@oclif/core": "^1.5.0", - "chalk": "^4.0.0", + "chalk": "^5.4.1", "debug": "^4.3.3", "envinfo": "^7.5.0", "js-yaml": "^4.1.0",