From 9013d2e41f4180b8e80f0891749b6ae2e98a463e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:58:37 +0000 Subject: [PATCH] Chore(deps-dev): Bump chalk from 4.1.2 to 6.0.0 in /webroot Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 6.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webroot/package.json | 2 +- webroot/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webroot/package.json b/webroot/package.json index c7c1fa98d..68efcef77 100644 --- a/webroot/package.json +++ b/webroot/package.json @@ -72,7 +72,7 @@ "babel-plugin-istanbul": "^6.1.1", "chai": "^4.1.2", "chai-match-pattern": "^1.3.0", - "chalk": "^4.1.2", + "chalk": "^6.0.0", "cypress": "^15.20.0", "cypress-axe": "^1.7.0", "cypress-file-upload": "^5.0.8", diff --git a/webroot/yarn.lock b/webroot/yarn.lock index 8cf42d049..8a308780c 100644 --- a/webroot/yarn.lock +++ b/webroot/yarn.lock @@ -3855,6 +3855,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-6.0.0.tgz#a3bae843bc8454f41ef66ef3fd584dcf34dd805d" + integrity sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg== + character-entities-legacy@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"