diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-13 09:20:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-13 09:20:06 +0200 |
commit | 09cf121ce8099692b901e01cfd659a3ccd81469f (patch) | |
tree | eddb52c9f511b05bf3d6114b91b33ff34277ac74 /package.json | |
parent | dcce142d33fbab811f00fe30b7cf916956370aa8 (diff) | |
download | PeerTube-09cf121ce8099692b901e01cfd659a3ccd81469f.tar.gz PeerTube-09cf121ce8099692b901e01cfd659a3ccd81469f.tar.zst PeerTube-09cf121ce8099692b901e01cfd659a3ccd81469f.zip |
Try to fix bcrypt on node 8.12
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 28a1b532d..f6bd1edda 100644 --- a/package.json +++ b/package.json | |||
@@ -81,7 +81,7 @@ | |||
81 | "async": "^2.0.0", | 81 | "async": "^2.0.0", |
82 | "async-lock": "^1.1.2", | 82 | "async-lock": "^1.1.2", |
83 | "async-lru": "^1.1.1", | 83 | "async-lru": "^1.1.1", |
84 | "bcrypt": "^3.0.0", | 84 | "bcrypt": "2", |
85 | "bittorrent-tracker": "^9.0.0", | 85 | "bittorrent-tracker": "^9.0.0", |
86 | "bluebird": "^3.5.0", | 86 | "bluebird": "^3.5.0", |
87 | "body-parser": "^1.12.4", | 87 | "body-parser": "^1.12.4", |