From d2992d9351cc421edaa9b02e059f79bd0f5447bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:32:59 +0000 Subject: [PATCH] Bump chalk from 4.1.0 to 5.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 5.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v5.1.2) --- 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..b656fa5 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.1.2", "commander": "^7.2.0", "d3": "^4.2.7", "dataproofer-core-suite": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 23d9b5b..1025203 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.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.1.2.tgz#d957f370038b75ac572471e83be4c5ca9f8e8c45" + integrity sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ== + 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"