From aefb950a5215e617cb05b62f882eaed1e925671d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:02:27 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.5.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.5.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.5.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0ac0a03177..af31ed54b37 100644 --- a/package.json +++ b/package.json @@ -267,7 +267,7 @@ "babel-loader": "^9.2.1", "babel-plugin-dynamic-import-node": "^2.2.0", "bundlewatch": "^0.4.1", - "chalk": "^4.0.0", + "chalk": "^5.5.0", "characterset": "^2.0.0", "cheerio": "^1.0.0-rc.2", "chokidar-cli": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index af9696c0331..da4bc8e6934 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2986,10 +2986,10 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3" - integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA== +chalk@^5.2.0, chalk@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428" + integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg== char-regex@^1.0.2: version "1.0.2"