chore: Downgrade chalk to 4

pull/31/head
Boaz Poolman 2021-12-08 16:13:25 +01:00
parent 14eddc5459
commit 1734977a11
2 changed files with 2 additions and 7 deletions

View File

@ -20,7 +20,7 @@
"postinstall": "rm -rf node_modules/@strapi/helper-plugin" "postinstall": "rm -rf node_modules/@strapi/helper-plugin"
}, },
"dependencies": { "dependencies": {
"chalk": "^5.0.0", "chalk": "^4.1.2",
"cli-table": "^0.3.6", "cli-table": "^0.3.6",
"commander": "^8.3.0", "commander": "^8.3.0",
"inquirer": "^8.2.0", "inquirer": "^8.2.0",

View File

@ -3620,7 +3620,7 @@ capture-exit@^2.0.0:
dependencies: dependencies:
rsvp "^4.8.4" rsvp "^4.8.4"
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
version "4.1.2" version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@ -3648,11 +3648,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5" escape-string-regexp "^1.0.5"
supports-color "^5.3.0" supports-color "^5.3.0"
chalk@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
change-case@^3.1.0: change-case@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e" resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e"