diff --git a/packages/frolint/package.json b/packages/frolint/package.json index 17d15133..1d0a5d72 100644 --- a/packages/frolint/package.json +++ b/packages/frolint/package.json @@ -5,7 +5,7 @@ "author": "Yuki Yamada ", "bin": "index.js", "dependencies": { - "chalk": "^4.1.1", + "chalk": "^5.3.0", "clipanion": "^2.6.2", "command-exists": "^1.2.9", "cosmiconfig": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 16e132e1..eda5f06c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2602,6 +2602,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + change-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"