diff --git a/package.json b/package.json index 56b332c..a389494 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/lgaticaq/m2m-status-cli#readme", "dependencies": { - "chalk": "^2.0.0", + "chalk": "^5.0.0", "commander": "^2.9.0", "m2m-status": "1.0.2", "update-notifier": "^2.1.0" diff --git a/yarn.lock b/yarn.lock index 3c66b01..85969dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -197,6 +197,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"