From c50a0c8178d4fc7af85b3bd01a37ad9a6d1c37c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 08:41:02 +0000 Subject: [PATCH] Bump chalk from 4.1.2 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.1) --- 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 4f9315bd8..ddc4a4881 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "babel-jest": "^28.0.2", "babel-loader": "^8.0.6", "babel-plugin-require-context-hook": "^1.0.0", - "chalk": "^4.1.0", + "chalk": "^5.0.1", "codemirror": "^5.52.0", "compression-webpack-plugin": "^6.1.1", "copy-webpack-plugin": "^6.3.2", diff --git a/yarn.lock b/yarn.lock index 10d831ead..5d8033d87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3383,6 +3383,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.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== + change-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"