diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-07 09:23:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-07 09:23:47 +0900 |
| commit | 66a90b3fb1e12dfeb954a12414b8fc8d814f0159 (patch) | |
| tree | c584b27bbe1c3f1bc0c559818156a89ed8b9d02a | |
| parent | Update typescript requirement from 3.1.5 to 3.1.6 (#3144) (diff) | |
| download | misskey-66a90b3fb1e12dfeb954a12414b8fc8d814f0159.tar.gz misskey-66a90b3fb1e12dfeb954a12414b8fc8d814f0159.tar.bz2 misskey-66a90b3fb1e12dfeb954a12414b8fc8d814f0159.zip | |
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] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cc2da35c76..acbc593bd5 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", |