From 875f692e86c149865df43aecaa2af898cdc00c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 07:08:26 +0000 Subject: [PATCH] chore(deps-dev): bump chalk from 4.1.1 to 5.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb91523c..85c0dc39 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "babel-preset-react": "^6.24.1", "bufferutil": "4.0.3", "canvas": "2.8.0", - "chalk": "^4.0.0", + "chalk": "^5.0.0", "cross-env": "^7.0.3", "husky": "^4.3.6", "jest": "27.0.6", diff --git a/yarn.lock b/yarn.lock index aec06331..1e66537e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2337,6 +2337,11 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832" + integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ== + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"