diff --git a/package.json b/package.json index 1874d11..d06bcda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticator-cli", - "version": "1.0.4", + "version": "1.0.5", "description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)", "homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js", "main": "index.js", @@ -10,7 +10,7 @@ "dependencies": { "authenticator": "^1.1.0", "cli": "^1.0.1", - "qrcode-terminal": "^0.11.0" + "qrcode-terminal": "^0.12.0" }, "devDependencies": {}, "scripts": {