From 288b7712cf02899cab578fc4dc443d2a75bb7ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:16:00 +0000 Subject: [PATCH] Bump chalk from 3.0.0 to 5.2.0 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v5.2.0) --- 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 5f75909..443b38d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "aws-sdk": "^2.509.0", "cac": "^6.5.2", - "chalk": "^3.0.0", + "chalk": "^5.2.0", "download": "^8.0.0", "execa": "^3.3.0", "majo": "^0.10.1",