Skip to content

Commit

Permalink
Merge pull request #8 from sinan/master
Browse files Browse the repository at this point in the history
upgrade bcrypt
  • Loading branch information
venables committed Apr 11, 2018
2 parents f297942 + 29bd467 commit 4b63224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookshelf-secure-password",
"version": "3.0.1",
"version": "3.1.0",
"description": "A Bookshelf.js plugin for handling secure passwords",
"main": "lib/secure-password.js",
"scripts": {
Expand Down 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

0 comments on commit 4b63224

Please sign in to comment.