Downgrade bcrypt for Alpine Linux compatibility

This commit is contained in:
Maksim Eltyshev
2020-02-25 18:42:00 +05:00
parent b93c5aa070
commit de7a8cd8d4
2 changed files with 5 additions and 10 deletions

View File

@@ -39,7 +39,7 @@
}
},
"dependencies": {
"bcrypt": "^4.0.0",
"bcrypt": "^3.0.8",
"dotenv": "^8.2.0",
"dotenv-cli": "^3.1.0",
"jsonwebtoken": "^8.5.1",