From 20f8f48536f989e58f7c5e2286a22852d646e8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:19:54 +0000 Subject: [PATCH] Bump chalk from 4.1.0 to 5.2.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v5.2.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 8ed9243..ec1bf4f 100644 --- a/src/package.json +++ b/src/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/dataproofer/dataproofer#readme", "dependencies": { - "chalk": "^4.1.0", + "chalk": "^5.2.0", "commander": "^7.2.0", "d3": "^4.2.7", "dataproofer-core-suite": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 23d9b5b..ad73c48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1843,6 +1843,11 @@ chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.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== + 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"