summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-01-29 14:35:34 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-01-29 14:35:34 +0900
commit3d04f7db625faae4b43c41d75f418d9c22f368d2 (patch)
tree23b46bd2cb91a09f49f6f920a849859d3cc89e31 /package.json
parentAdd visibility test (#4029) (diff)
downloadmisskey-3d04f7db625faae4b43c41d75f418d9c22f368d2.tar.gz
misskey-3d04f7db625faae4b43c41d75f418d9c22f368d2.tar.bz2
misskey-3d04f7db625faae4b43c41d75f418d9c22f368d2.zip
Update ws requirement from 6.1.2 to 6.1.3 (#4027)
Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits/6.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
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 d071124215..94beace6e7 100644
--- a/package.json
+++ b/package.json
@@ -246,7 +246,7 @@
"webpack": "4.28.4",
"webpack-cli": "3.2.1",
"websocket": "1.0.28",
- "ws": "6.1.2",
+ "ws": "6.1.3",
"xev": "2.0.1"
}
}