From 9973a831c37c59deb8c65fc3f9d2d25d907c7f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:02:14 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.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 b37a1dc..11e6620 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@types/ncp": "^2.0.4", "@types/rimraf": "^3.0.0", - "chalk": "^4.1.0", + "chalk": "^5.0.0", "inquirer": "^8.1.5", "ncp": "^2.0.0", "rimraf": "^3.0.2",