From 66a90b3fb1e12dfeb954a12414b8fc8d814f0159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 7 Nov 2018 09:23:47 +0900 Subject: [PATCH] Update qrcode requirement from 1.3.0 to 1.3.2 (#3145) Updates the requirements on [qrcode](https://github.com/soldair/node-qrcode) to permit the latest version. - [Release notes](https://github.com/soldair/node-qrcode/releases) - [Commits](https://github.com/soldair/node-qrcode/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc2da35c7..acbc593bd 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "promise-sequential": "1.1.1", "pug": "2.0.3", "punycode": "2.1.1", - "qrcode": "1.3.0", + "qrcode": "1.3.2", "ratelimiter": "3.2.0", "recaptcha-promise": "0.1.3", "reconnecting-websocket": "4.1.10",