From 6014843961e8196938961bf5a813cbefe22b154b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:58:20 +0000 Subject: [PATCH] Bump chalk from 3.0.0 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v5.0.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 5f75909..015cc49 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.0.1", "download": "^8.0.0", "execa": "^3.3.0", "majo": "^0.10.1",