Skip to content

Commit db288ab

Browse files
committed
chore(deps): update dependency chalk to v5
1 parent 706d1a0 commit db288ab

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/jest": "27.4.0",
1818
"babel-jest": "27.4.6",
1919
"bob-the-bundler": "1.5.1",
20-
"chalk": "4.1.2",
20+
"chalk": "5.0.0",
2121
"globby": "12.2.0",
2222
"husky": "7.0.4",
2323
"jest": "27.4.7",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,13 +3068,10 @@ capital-case@^1.0.4:
30683068
tslib "^2.0.3"
30693069
upper-case-first "^2.0.2"
30703070

3071-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
3072-
version "4.1.2"
3073-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3074-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3075-
dependencies:
3076-
ansi-styles "^4.1.0"
3077-
supports-color "^7.1.0"
3071+
3072+
version "5.0.0"
3073+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
3074+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
30783075

30793076
chalk@^1.0.0, chalk@^1.1.3:
30803077
version "1.1.3"
@@ -3104,6 +3101,14 @@ chalk@^3.0.0:
31043101
ansi-styles "^4.1.0"
31053102
supports-color "^7.1.0"
31063103

3104+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
3105+
version "4.1.2"
3106+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3107+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3108+
dependencies:
3109+
ansi-styles "^4.1.0"
3110+
supports-color "^7.1.0"
3111+
31073112
31083113
version "1.0.14"
31093114
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"

0 commit comments

Comments
 (0)