Skip to content

Commit 1734977

Browse files
committed
chore: Downgrade chalk to 4
1 parent 14eddc5 commit 1734977

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"postinstall": "rm -rf node_modules/@strapi/helper-plugin"
2121
},
2222
"dependencies": {
23-
"chalk": "^5.0.0",
23+
"chalk": "^4.1.2",
2424
"cli-table": "^0.3.6",
2525
"commander": "^8.3.0",
2626
"inquirer": "^8.2.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@ capture-exit@^2.0.0:
36203620
dependencies:
36213621
rsvp "^4.8.4"
36223622

3623-
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
3623+
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
36243624
version "4.1.2"
36253625
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
36263626
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3648,11 +3648,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
36483648
escape-string-regexp "^1.0.5"
36493649
supports-color "^5.3.0"
36503650

3651-
chalk@^5.0.0:
3652-
version "5.0.0"
3653-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
3654-
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
3655-
36563651
change-case@^3.1.0:
36573652
version "3.1.0"
36583653
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e"

0 commit comments

Comments
 (0)