From 3ee04f4d17d9d4911a70fa2449c75429d503d137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:11:51 +0000 Subject: [PATCH] build(deps): bump chalk from 4.1.2 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.1.2) --- 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 3a8adde69..a854dedac 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ], "dependencies": { "async-foreach": "^0.1.3", - "chalk": "^4.1.2", + "chalk": "^5.1.2", "cross-spawn": "^7.0.3", "gaze": "^1.0.0", "get-stdin": "^4.0.1",