diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-01-07 22:55:40 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-01-07 22:55:40 +0100 |
commit | b33d09c115a0507d7bbd8a5b8e4792c413e43e94 (patch) | |
tree | 461c40aa6031a8ea7bcc0593de1b56bdfcdcfaef | |
parent | 7922ba416b97b2236f575000982c1bccbac0f89f (diff) | |
download | PeerTube-b33d09c115a0507d7bbd8a5b8e4792c413e43e94.tar.gz PeerTube-b33d09c115a0507d7bbd8a5b8e4792c413e43e94.tar.zst PeerTube-b33d09c115a0507d7bbd8a5b8e4792c413e43e94.zip |
Update ws packages (security issue)
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0238c5522..700049678 100644 --- a/package.json +++ b/package.json | |||
@@ -59,9 +59,9 @@ | |||
59 | "time-grunt": "^1.2.1", | 59 | "time-grunt": "^1.2.1", |
60 | "ursa": "^0.9.1", | 60 | "ursa": "^0.9.1", |
61 | "validator": "^4.3.0", | 61 | "validator": "^4.3.0", |
62 | "webtorrent": "^0.70.0", | 62 | "webtorrent": "^0.71.1", |
63 | "winston": "^2.1.1", | 63 | "winston": "^2.1.1", |
64 | "ws": "^1.0.0" | 64 | "ws": "^1.0.1" |
65 | }, | 65 | }, |
66 | "devDependencies": { | 66 | "devDependencies": { |
67 | "chai": "^3.3.0", | 67 | "chai": "^3.3.0", |