Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade bcrypt #8

Merged
merged 2 commits into from
Apr 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade bcrypt
  • Loading branch information
sinan committed Apr 11, 2018
commit 912c26f5239178e9b22445da4f3b15b203192f34
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/venables/bookshelf-secure-password#readme",
"dependencies": {
"bcrypt": "^1.0.2"
"bcrypt": "^2.0.0"
},
"devDependencies": {
"bookshelf": "^0.10.3",
Expand Down