Skip to content

Commit a6ff292

Browse files
Bump chalk from 4.1.1 to 5.3.0
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.1 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.1...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6f949f commit a6ff292

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/frolint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Yuki Yamada <yamada@wantedly.com>",
66
"bin": "index.js",
77
"dependencies": {
8-
"chalk": "^4.1.1",
8+
"chalk": "^5.3.0",
99
"clipanion": "^2.6.2",
1010
"command-exists": "^1.2.9",
1111
"cosmiconfig": "^7.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2741,14 +2741,19 @@ chalk@^2.0.0, chalk@^2.4.1:
27412741
escape-string-regexp "^1.0.5"
27422742
supports-color "^5.3.0"
27432743

2744-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
2744+
chalk@^4.0.0, chalk@^4.1.0:
27452745
version "4.1.1"
27462746
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
27472747
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
27482748
dependencies:
27492749
ansi-styles "^4.1.0"
27502750
supports-color "^7.1.0"
27512751

2752+
chalk@^5.3.0:
2753+
version "5.3.0"
2754+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2755+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2756+
27522757
change-case@^4.1.2:
27532758
version "4.1.2"
27542759
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"

0 commit comments

Comments
 (0)