mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 08:09:08 -05:00
Update bcrypt to 0.8.3
This new version compiles successfully on nodejs newer than 0.10.
This commit is contained in:
parent
1bb7ae3996
commit
7c6ed0ff77
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"archiver": "0.9.0",
|
"archiver": "0.9.0",
|
||||||
"async": "0.6.2",
|
"async": "0.6.2",
|
||||||
"bcrypt": "0.7.5",
|
"bcrypt": "0.8.3",
|
||||||
"bufferedstream": "1.6.0",
|
"bufferedstream": "1.6.0",
|
||||||
"connect-redis": "1.4.5",
|
"connect-redis": "1.4.5",
|
||||||
"dateformat": "1.0.4-1.2.3",
|
"dateformat": "1.0.4-1.2.3",
|
||||||
|
|
Loading…
Reference in a new issue