Skip to content

Commit 88e9f03

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 48ef2fa commit 88e9f03

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
@@ -3154,7 +3154,7 @@ __metadata:
31543154
languageName: node
31553155
linkType: hard
31563156

3157-
"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.2":
3157+
"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
31583158
version: 4.1.2
31593159
resolution: "chalk@npm:4.1.2"
31603160
dependencies:
@@ -3164,6 +3164,13 @@ __metadata:
31643164
languageName: node
31653165
linkType: hard
31663166

3167+
"chalk@npm:^5.2.0":
3168+
version: 5.2.0
3169+
resolution: "chalk@npm:5.2.0"
3170+
checksum: 03d8060277de6cf2fd567dc25fcf770593eb5bb85f460ce443e49255a30ff1242edd0c90a06a03803b0466ff0687a939b41db1757bec987113e83de89a003caa
3171+
languageName: node
3172+
linkType: hard
3173+
31673174
"char-regex@npm:^1.0.2":
31683175
version: 1.0.2
31693176
resolution: "char-regex@npm:1.0.2"
@@ -4148,7 +4155,7 @@ __metadata:
41484155
"@typescript-eslint/parser": ^5.12.1
41494156
babel-plugin-annotate-pure-calls: ^0.4.0
41504157
babel-plugin-replace-import-extension: ^1.1.2
4151-
chalk: ^4.1.2
4158+
chalk: ^5.2.0
41524159
concurrently: ^7.0.0
41534160
cpx: ^1.5.0
41544161
cz-conventional-changelog: ^3.3.0

0 commit comments

Comments
 (0)