mirror of https://github.com/node-red/node-red.git
bump other refs to bcrypt up to 5.0.1
parent
c021b4c368
commit
e0c7269b8e
|
@ -35,6 +35,6 @@
|
|||
"ws": "6.2.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bcrypt": "3.0.6"
|
||||
"bcrypt": "5.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
"semver": "7.3.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bcrypt": "3.0.6"
|
||||
"bcrypt": "5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue