From 09afcfd5f5780d32979c52475e02505c6aacd6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:19:33 +0000 Subject: [PATCH] chore(deps): bump chalk from 4.1.2 to 5.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.0.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gettext-parser/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/gettext-parser/package.json b/packages/gettext-parser/package.json index a9a24df..d8e8540 100644 --- a/packages/gettext-parser/package.json +++ b/packages/gettext-parser/package.json @@ -25,7 +25,7 @@ "@babel/parser": "^7.17.3", "@glimmer/syntax": "^0.84.0", "ast-types": "^0.14.2", - "chalk": "^4.1.2", + "chalk": "^5.0.0", "fs-extra": "^10.0.0", "gettext-parser": "^5.0.0", "glob": "^7.2.0" diff --git a/yarn.lock b/yarn.lock index 4de3c28..1d64478 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4685,6 +4685,11 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4 escape-string-regexp "^1.0.5" supports-color "^5.3.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== + character-entities-legacy@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b"