diff --git a/package.json b/package.json index f3a6929..b723f77 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "js-yaml": "^4.0.0", "progress": "^2.0.3", "commander": "^7.1.0", - "log-symbols": "^4.0.0", + "log-symbols": "^5.0.0", "inquirer-datepicker": "^2.0.0" } } diff --git a/yarn.lock b/yarn.lock index 7b9ad21..f81d056 100644 --- a/yarn.lock +++ b/yarn.lock @@ -258,6 +258,11 @@ is-interactive@^1.0.0: resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== +is-unicode-supported@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.0.0.tgz#57284e13e7f5caefc7a45168285227e5c47d6413" + integrity sha512-TfeaLetCvWAJ/QjG8zBbr0H2LXE0m/Oatp25w0kgU2T/N+Xd2VMV3ENm/h3H4/ajBG9euaK2gsqipL4aCz8lTQ== + js-yaml@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f" @@ -286,6 +291,14 @@ log-symbols@^4.0.0: dependencies: chalk "^4.0.0" +log-symbols@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.0.0.tgz#7720d3c6a56c365e1f658916069ba18d941092ca" + integrity sha512-zBsSKauX7sM0kcqrf8VpMRPqcWzU6a/Wi7iEl0QlVSCiIZ4CctaLdfVdiZUn6q2/nenyt392qJqpw9FhNAwqxQ== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^1.0.0" + mimic-fn@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"