diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-02-22 21:24:41 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-02-22 21:24:41 +0100 |
commit | ce9526fb4bcd47c536956cbe9e2d3f7c18284a27 (patch) | |
tree | bec3acf8722e435d6e6860c9da63e6e3206fa011 | |
parent | c35ae59dba667b5b416d3b1803fedd58114d0382 (diff) | |
download | PeerTube-ce9526fb4bcd47c536956cbe9e2d3f7c18284a27.tar.gz PeerTube-ce9526fb4bcd47c536956cbe9e2d3f7c18284a27.tar.zst PeerTube-ce9526fb4bcd47c536956cbe9e2d3f7c18284a27.zip |
Update dependencies
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 07cb00fa5..abae4847d 100644 --- a/package.json +++ b/package.json | |||
@@ -36,7 +36,7 @@ | |||
36 | "grunt": "^0.4.5", | 36 | "grunt": "^0.4.5", |
37 | "grunt-browserify": "^4.0.1", | 37 | "grunt-browserify": "^4.0.1", |
38 | "grunt-concurrent": "^2.1.0", | 38 | "grunt-concurrent": "^2.1.0", |
39 | "grunt-contrib-clean": "^0.7.0", | 39 | "grunt-contrib-clean": "^1.0.0", |
40 | "grunt-contrib-copy": "0.8.2", | 40 | "grunt-contrib-copy": "0.8.2", |
41 | "grunt-contrib-watch": "^0.6.1", | 41 | "grunt-contrib-watch": "^0.6.1", |
42 | "grunt-express-server": "^0.5.1", | 42 | "grunt-express-server": "^0.5.1", |
@@ -58,8 +58,8 @@ | |||
58 | "segfault-handler": "^1.0.0", | 58 | "segfault-handler": "^1.0.0", |
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": "^5.0.0", |
62 | "webtorrent": "^0.73.0", | 62 | "webtorrent": "^0.78.1", |
63 | "winston": "^2.1.1", | 63 | "winston": "^2.1.1", |
64 | "ws": "^1.0.1" | 64 | "ws": "^1.0.1" |
65 | }, | 65 | }, |