diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 19:26:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 19:26:22 +0900 |
| commit | 10e59957d1352da2e946fc72235c4799f285263c (patch) | |
| tree | c3ef69d7971af699794c76a1c5f83aa74cb2cb0b | |
| parent | Better id (diff) | |
| parent | Merge pull request #2897 from syuilo/greenkeeper/reconnecting-websocket-4.1.8 (diff) | |
| download | misskey-10e59957d1352da2e946fc72235c4799f285263c.tar.gz misskey-10e59957d1352da2e946fc72235c4799f285263c.tar.bz2 misskey-10e59957d1352da2e946fc72235c4799f285263c.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7c59aa33d2..2d9117ca64 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "qrcode": "1.3.0", "ratelimiter": "3.2.0", "recaptcha-promise": "0.1.3", - "reconnecting-websocket": "4.1.7", + "reconnecting-websocket": "4.1.8", "redis": "2.8.0", "request": "2.88.0", "request-promise-native": "1.0.5", |