diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-12-14 22:34:50 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-12-14 22:34:50 +0100 |
commit | 28db68a2e085fc83a7de464362a6d48b2c805232 (patch) | |
tree | 0a610705b4a1ecfd3ff90da0c8c3fd92ebcd604e | |
parent | 656ea8f70e848b03c0b668584dd533d72b376498 (diff) | |
download | PeerTube-28db68a2e085fc83a7de464362a6d48b2c805232.tar.gz PeerTube-28db68a2e085fc83a7de464362a6d48b2c805232.tar.zst PeerTube-28db68a2e085fc83a7de464362a6d48b2c805232.zip |
Update node-ipc module
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 26161cd76..a6e6889bd 100644 --- a/package.json +++ b/package.json | |||
@@ -51,7 +51,7 @@ | |||
51 | "mongoose": "^4.0.5", | 51 | "mongoose": "^4.0.5", |
52 | "morgan": "^1.5.3", | 52 | "morgan": "^1.5.3", |
53 | "multer": "^1.1.0", | 53 | "multer": "^1.1.0", |
54 | "node-ipc": "^4.1.0", | 54 | "node-ipc": "^5.0.0", |
55 | "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper", | 55 | "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper", |
56 | "request": "^2.57.0", | 56 | "request": "^2.57.0", |
57 | "request-replay": "^0.3.0", | 57 | "request-replay": "^0.3.0", |