Skip to content

Commit

Permalink
Bump bcrypt to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Mar 20, 2019
1 parent b45ddad commit fe23608
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"iconv-lite": "0.4.24"
},
"optionalDependencies": {
"bcrypt": "~2.0.0"
"bcrypt": "3.0.5"
},
"devDependencies": {
"grunt": "~1.0.3",
Expand Down
3 changes: 3 additions & 0 deletions packages/node_modules/@node-red/editor-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"passport": "0.4.0",
"when": "3.7.8",
"ws": "6.2.0"
},
"optionalDependencies": {
"bcrypt": "3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/node_modules/node-red/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"semver": "5.6.0"
},
"optionalDependencies": {
"bcrypt": "~2.0.0"
"bcrypt": "3.0.5"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit fe23608

Please sign in to comment.