From d2574ee4cec234f5c14ad664e840bed62eb0e0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:25:25 +0000 Subject: [PATCH] [CSR-0] chore: Bump chalk from 4.1.2 to 5.4.1 in /packages/jest Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.4.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.4.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest/package.json b/packages/jest/package.json index 344aef9..ebfb68d 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@babel/code-frame": "^7.26.2", - "chalk": "^4.1.2", + "chalk": "^5.4.1", "debug": "^4.4.0", "fs-extra": "^11.2.0", "lodash": "^4.17.21",