📌(renovate) pin chalk to 4.1.2

Chalk 5.x only support ESM but we use CJS for the tokens package.
This commit is contained in:
Nathan Vasse
2022-12-12 17:52:00 +01:00
committed by NathanVss
parent 9aa8f89017
commit 38b17473ab
3 changed files with 11 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
"test": "FORCE_COLOR=1 jest --verbose src/bin/tests"
},
"dependencies": {
"chalk": "5.2.0",
"chalk": "4.1.2",
"commander": "9.4.1",
"deepmerge": "4.2.2",
"figlet": "1.5.2"