Skip to content

Commit 04bc8d4

Browse files
build(deps-dev): 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] <support@github.com>
1 parent 7443036 commit 04bc8d4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@typescript-eslint/parser": "^5.12.1",
5757
"babel-plugin-annotate-pure-calls": "^0.4.0",
5858
"babel-plugin-replace-import-extension": "^1.1.2",
59-
"chalk": "^4.1.2",
59+
"chalk": "^5.2.0",
6060
"concurrently": "^7.0.0",
6161
"cpx": "^1.5.0",
6262
"cz-conventional-changelog": "^3.3.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@ __metadata:
34023402
languageName: node
34033403
linkType: hard
34043404

3405-
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2":
3405+
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1":
34063406
version: 4.1.2
34073407
resolution: "chalk@npm:4.1.2"
34083408
dependencies:
@@ -3412,6 +3412,13 @@ __metadata:
34123412
languageName: node
34133413
linkType: hard
34143414

3415+
"chalk@npm:^5.2.0":
3416+
version: 5.2.0
3417+
resolution: "chalk@npm:5.2.0"
3418+
checksum: 03d8060277de6cf2fd567dc25fcf770593eb5bb85f460ce443e49255a30ff1242edd0c90a06a03803b0466ff0687a939b41db1757bec987113e83de89a003caa
3419+
languageName: node
3420+
linkType: hard
3421+
34153422
"char-regex@npm:^1.0.2":
34163423
version: 1.0.2
34173424
resolution: "char-regex@npm:1.0.2"
@@ -4409,7 +4416,7 @@ __metadata:
44094416
"@typescript-eslint/parser": ^5.12.1
44104417
babel-plugin-annotate-pure-calls: ^0.4.0
44114418
babel-plugin-replace-import-extension: ^1.1.2
4412-
chalk: ^4.1.2
4419+
chalk: ^5.2.0
44134420
concurrently: ^7.0.0
44144421
cpx: ^1.5.0
44154422
cz-conventional-changelog: ^3.3.0

0 commit comments

Comments
 (0)