Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 6bae0f0

Browse files
committed
chore(deps): update dependency chalk to v5
1 parent 795ac5c commit 6bae0f0

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

packages/@statusfy/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/semver": "7.3.9",
4646
"@types/yaml": "1.9.7",
4747
"@zeit/ncc": "0.22.3",
48-
"chalk": "4.1.2",
48+
"chalk": "5.0.0",
4949
"commander": "8.3.0",
5050
"consola": "2.15.3",
5151
"fs-extra": "10.0.0",

packages/@statusfy/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/juliomrqz/statusfy#readme",
2626
"dependencies": {
2727
"autoprefixer": "10.4.0",
28-
"chalk": "4.1.2",
28+
"chalk": "5.0.0",
2929
"consola": "2.15.3",
3030
"cssnano": "4.1.11",
3131
"dayjs": "1.10.7",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,13 +2900,10 @@ [email protected]:
29002900
ansi-styles "^4.1.0"
29012901
supports-color "^7.1.0"
29022902

2903-
[email protected], "chalk@^3.0.0 || ^4.0.0", chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
2904-
version "4.1.2"
2905-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2906-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2907-
dependencies:
2908-
ansi-styles "^4.1.0"
2909-
supports-color "^7.1.0"
2903+
2904+
version "5.0.0"
2905+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
2906+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
29102907

29112908
chalk@^0.4.0:
29122909
version "0.4.0"
@@ -2937,6 +2934,14 @@ chalk@^2.0.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
29372934
escape-string-regexp "^1.0.5"
29382935
supports-color "^5.3.0"
29392936

2937+
"chalk@^3.0.0 || ^4.0.0", chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
2938+
version "4.1.2"
2939+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2940+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2941+
dependencies:
2942+
ansi-styles "^4.1.0"
2943+
supports-color "^7.1.0"
2944+
29402945
char-regex@^1.0.2:
29412946
version "1.0.2"
29422947
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)