From 9b851336457cdacbc0f5245b49843a652628320e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 18 Apr 2019 04:15:53 +0000 Subject: [PATCH] Chore(deps): Update log-symbols requirement from ^2.2.0 to ^3.0.0 Updates the requirements on [log-symbols](https://github.com/sindresorhus/log-symbols) to permit the latest version. - [Release notes](https://github.com/sindresorhus/log-symbols/releases) - [Commits](https://github.com/sindresorhus/log-symbols/compare/v2.2.0...v3.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06ff5e..750eebf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@phc/bcrypt": "^1.0.2", "@phc/pbkdf2": "^1.1.14", "@phc/scrypt": "^1.0.4", - "log-symbols": "^2.2.0", + "log-symbols": "^3.0.0", "meow": "^5.0.0", "upash": "^1.0.1", "update-notifier": "^2.5.0"