diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-04 19:03:43 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-04 19:03:43 +0200 |
commit | 75e14749a3ef85ce6f34ee409a47dc0f24c04265 (patch) | |
tree | 0b3a81d8542a412a70c4a42d21914c883a1b11b3 | |
parent | c4403b29ad4db097af528a7f04eea07e0ed320d0 (diff) | |
download | PeerTube-75e14749a3ef85ce6f34ee409a47dc0f24c04265.tar.gz PeerTube-75e14749a3ef85ce6f34ee409a47dc0f24c04265.tar.zst PeerTube-75e14749a3ef85ce6f34ee409a47dc0f24c04265.zip |
Server: update node-ipc
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 27958dd43..9a844baaf 100644 --- a/package.json +++ b/package.json | |||
@@ -43,7 +43,6 @@ | |||
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", | ||
47 | "express": "^4.12.4", | 46 | "express": "^4.12.4", |
48 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", | 47 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", |
49 | "express-validator": "^2.11.0", | 48 | "express-validator": "^2.11.0", |
@@ -54,7 +53,7 @@ | |||
54 | "mongoose": "^4.0.5", | 53 | "mongoose": "^4.0.5", |
55 | "morgan": "^1.5.3", | 54 | "morgan": "^1.5.3", |
56 | "multer": "^1.1.0", | 55 | "multer": "^1.1.0", |
57 | "node-ipc": "8.1.1", | 56 | "node-ipc": "8.9.0", |
58 | "openssl-wrapper": "^0.3.4", | 57 | "openssl-wrapper": "^0.3.4", |
59 | "password-generator": "^2.0.2", | 58 | "password-generator": "^2.0.2", |
60 | "request": "^2.57.0", | 59 | "request": "^2.57.0", |