1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump bcrypt to latest

This commit is contained in:
Nick O'Leary 2019-03-20 17:01:58 +00:00
parent b45ddadb09
commit fe2360883f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,7 @@
"iconv-lite": "0.4.24"
},
"optionalDependencies": {
"bcrypt": "~2.0.0"
"bcrypt": "3.0.5"
},
"devDependencies": {
"grunt": "~1.0.3",

View File

@ -33,5 +33,8 @@
"passport": "0.4.0",
"when": "3.7.8",
"ws": "6.2.0"
},
"optionalDependencies": {
"bcrypt": "3.0.5"
}
}

View File

@ -49,7 +49,7 @@
"semver": "5.6.0"
},
"optionalDependencies": {
"bcrypt": "~2.0.0"
"bcrypt": "3.0.5"
},
"engines": {
"node": ">=8"