Update bcrypt to 0.8.3

This new version compiles successfully on nodejs newer than 0.10.
This commit is contained in:
Diego Giovane Pasqualin 2015-05-11 16:43:29 -03:00
parent 1bb7ae3996
commit 7c6ed0ff77

View file

@ -12,7 +12,7 @@
"dependencies": {
"archiver": "0.9.0",
"async": "0.6.2",
"bcrypt": "0.7.5",
"bcrypt": "0.8.3",
"bufferedstream": "1.6.0",
"connect-redis": "1.4.5",
"dateformat": "1.0.4-1.2.3",