From f60c190d454186611af8390db59fe237a126002a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:22:30 +0000 Subject: [PATCH] build(deps): bump chalk from 4.1.2 to 5.3.0 in /packages/case-core 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] --- packages/case-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/case-core/package.json b/packages/case-core/package.json index ea6cc140..d84d2cfd 100644 --- a/packages/case-core/package.json +++ b/packages/case-core/package.json @@ -81,7 +81,7 @@ "absolute-version": "^1.0.2", "async-mutex": "^0.5.0", "axios": "^1.7.2", - "chalk": "^4.1.2", + "chalk": "^5.3.0", "express": "^4.19.2", "filenamify": "^4.3.0", "is-ci": "^3.0.1",