From 5d9b7d6db86c6dd61b86f556abeaad223841300b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:10:51 +0000 Subject: [PATCH] Update dependency chalk to v5 --- tools/vf-core/package.json | 2 +- tools/vf-core/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/vf-core/package.json b/tools/vf-core/package.json index 9a785c41e..fb05ed1cd 100644 --- a/tools/vf-core/package.json +++ b/tools/vf-core/package.json @@ -33,7 +33,7 @@ "@visual-framework/vf-component-initialization": "^1.1.9", "@visual-framework/vf-frctl-extensions": "^2.0.0", "@visual-framework/vf-sass-compilation": "^1.1.19", - "chalk": "^4.0.0", + "chalk": "^5.0.0", "del": "^6.0.0", "fast-glob": "^3.1.0", "gulp": "^4.0.2", diff --git a/tools/vf-core/yarn.lock b/tools/vf-core/yarn.lock index 707840eec..3f8af118e 100644 --- a/tools/vf-core/yarn.lock +++ b/tools/vf-core/yarn.lock @@ -2777,6 +2777,11 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.0.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + character-entities-html4@^1.0.0: version "1.1.4" resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"