summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-20 02:58:15 +0900
committerGitHub <noreply@github.com>2018-03-20 02:58:15 +0900
commitac4531e023059466f102e6754c2869d96ec197d6 (patch)
tree1a82c30d49654c476fb3e690d26f30d435dba63d /package.json
parentv4224 (diff)
parentfix(package): update ws to version 5.1.0 (diff)
downloadmisskey-ac4531e023059466f102e6754c2869d96ec197d6.tar.gz
misskey-ac4531e023059466f102e6754c2869d96ec197d6.tar.bz2
misskey-ac4531e023059466f102e6754c2869d96ec197d6.zip
Merge pull request #1255 from syuilo/greenkeeper/ws-5.1.0
Update ws to the latest version 🚀
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d167fd7396..b3af49407f 100644
--- a/package.json
+++ b/package.json
@@ -201,7 +201,7 @@
"webpack-cli": "2.0.12",
"webpack-replace-loader": "1.3.0",
"websocket": "1.0.25",
- "ws": "5.0.0",
+ "ws": "5.1.0",
"xev": "2.0.0"
}
}