diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-30 13:20:35 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-30 13:20:35 +0100 |
commit | 6cae49d26299b22ed879156ba5b8fb68a34e3713 (patch) | |
tree | 6e37091d09e1407d06e500478c2f5555edcced51 /package.json | |
parent | 98ec8b8e73a918d5680e6f13aaef56ca8756c2a8 (diff) | |
download | PeerTube-6cae49d26299b22ed879156ba5b8fb68a34e3713.tar.gz PeerTube-6cae49d26299b22ed879156ba5b8fb68a34e3713.tar.zst PeerTube-6cae49d26299b22ed879156ba5b8fb68a34e3713.zip |
Upgrade ws
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index be1b612b7..eee282038 100644 --- a/package.json +++ b/package.json | |||
@@ -88,7 +88,7 @@ | |||
88 | "validator": "^9.0.0", | 88 | "validator": "^9.0.0", |
89 | "webfinger.js": "^2.6.6", | 89 | "webfinger.js": "^2.6.6", |
90 | "winston": "^2.1.1", | 90 | "winston": "^2.1.1", |
91 | "ws": "^3.1.0" | 91 | "ws": "^3.3.2" |
92 | }, | 92 | }, |
93 | "devDependencies": { | 93 | "devDependencies": { |
94 | "@types/async": "^2.0.40", | 94 | "@types/async": "^2.0.40", |