diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:12:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:12:27 +0200 |
commit | 677f1adf6006f8c172ed041d54ece1e171cda724 (patch) | |
tree | 68f5c0075a13d9bac635231f1ce5837d863b7190 | |
parent | 7c34bc6491d3f8b991acebf788e8cb19dd6018fc (diff) | |
download | PeerTube-677f1adf6006f8c172ed041d54ece1e171cda724.tar.gz PeerTube-677f1adf6006f8c172ed041d54ece1e171cda724.tar.zst PeerTube-677f1adf6006f8c172ed041d54ece1e171cda724.zip |
Server: workaround for node-ipc that breaks node lts
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 116aa7b10..821644368 100644 --- a/package.json +++ b/package.json | |||
@@ -43,6 +43,7 @@ | |||
43 | "debug": "^2.2.0", | 43 | "debug": "^2.2.0", |
44 | "dezalgo": "^1.0.3", | 44 | "dezalgo": "^1.0.3", |
45 | "electron-spawn": "https://github.com/Chocobozzz/electron-spawn", | 45 | "electron-spawn": "https://github.com/Chocobozzz/electron-spawn", |
46 | "event-pubsub": "^2.2.0", | ||
46 | "express": "^4.12.4", | 47 | "express": "^4.12.4", |
47 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", | 48 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", |
48 | "express-validator": "^2.11.0", | 49 | "express-validator": "^2.11.0", |
@@ -53,7 +54,7 @@ | |||
53 | "mongoose": "^4.0.5", | 54 | "mongoose": "^4.0.5", |
54 | "morgan": "^1.5.3", | 55 | "morgan": "^1.5.3", |
55 | "multer": "^1.1.0", | 56 | "multer": "^1.1.0", |
56 | "node-ipc": "^8.0.0", | 57 | "node-ipc": "8.1.1", |
57 | "openssl-wrapper": "^0.3.4", | 58 | "openssl-wrapper": "^0.3.4", |
58 | "password-generator": "^2.0.2", | 59 | "password-generator": "^2.0.2", |
59 | "request": "^2.57.0", | 60 | "request": "^2.57.0", |