From 57cf4b01625464c00ba89e1f4216c8c7a5ac58f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 01:21:44 +0000 Subject: [PATCH] npm(deps): bump chalk from 4.1.2 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.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 b5f15a6..c39d020 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "typescript": "^4.5" }, "dependencies": { - "chalk": "^4.1.2", + "chalk": "^5.3.0", "commander": "^9.0.0", "conf": "^10.1.1", "js-yaml": "^4.1.0",