From 9652f89c030b4ae261ed7424ff75d19284e20b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:03:15 +0000 Subject: [PATCH] Bump chalk from 4.1.0 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v5.0.1) --- 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..2d803d0 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.0.1", "commander": "^7.2.0", "d3": "^4.2.7", "dataproofer-core-suite": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 23d9b5b..813f2cd 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.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" + integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== + 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"