Skip to content

Commit

Permalink
updated bcrypt version to ^2.0.1 (#178)
Browse files Browse the repository at this point in the history
* updated bcrypt version to ^2.0.1

* fixed bcrypt version in main package.json file
  • Loading branch information
mlevin2 authored and diegohaz committed Jun 14, 2018
1 parent faca1b2 commit 043daa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
<%_ if (generateAuthApi && password#) { _%>
"bcrypt": "^1.0.3",
"bcrypt": "^2.0.1",
<%_ } _%>
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.2",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"bodymen": "^1.0.3",
"compression": "^1.7.1",
Expand Down

0 comments on commit 043daa1

Please # to comment.