diff --git a/package.json b/package.json index 1f1dbda..26710cc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/lgaticaq/beerjs-cli#readme", "dependencies": { "beerjs-info": "^2.1.2", - "chalk": "^2.0.0", + "chalk": "^5.0.0", "cli-table": "^0.3.1", "commander": "^2.9.0", "moment": "^2.18.1", diff --git a/yarn.lock b/yarn.lock index 5078b9a..65cb9e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -152,6 +152,11 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" 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== + chardet@^0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"