Skip to content

Commit 342c970

Browse files
Bump chalk from 4.1.2 to 5.2.0
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.2.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c6a325 commit 342c970

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"babel-loader": "^9.0.0",
271271
"babel-plugin-dynamic-import-node": "^2.2.0",
272272
"bundlewatch": "^0.3.3",
273-
"chalk": "^4.0.0",
273+
"chalk": "^5.2.0",
274274
"characterset": "^2.0.0",
275275
"cheerio": "^1.0.0-rc.2",
276276
"chokidar-cli": "^3.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
28752875
ansi-styles "^4.1.0"
28762876
supports-color "^7.1.0"
28772877

2878+
chalk@^5.2.0:
2879+
version "5.2.0"
2880+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
2881+
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
2882+
28782883
char-regex@^1.0.2:
28792884
version "1.0.2"
28802885
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -5967,7 +5972,7 @@ jest-haste-map@^29.3.1:
59675972
optionalDependencies:
59685973
fsevents "^2.3.2"
59695974

5970-
5975+
jest-json-schema@^6.1.0:
59715976
version "6.1.0"
59725977
resolved "https://registry.yarnpkg.com/jest-json-schema/-/jest-json-schema-6.1.0.tgz#68ccc23424a7b20550d59ab9186530f81113e6af"
59735978
integrity sha512-LMHuLmKjr/4X+H8v1xF5TEwfYEkzwGeWJ0epYQVQhlVTDDR5FWCdSO8vmsecb5cLf9NeWAqMKn3qhJvP9um0AA==

0 commit comments

Comments
 (0)