From d34a8ec5789af1518ec6e11d980eaaf6fba08d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:43:45 +0000 Subject: [PATCH] Bump chalk from 3.0.0 to 5.1.1 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 5.1.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v5.1.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..43aca2c 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.1.1", "download": "^8.0.0", "execa": "^3.3.0", "majo": "^0.10.1",