1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 15:35:29 +02:00

Downgrade bcrypt for Alpine Linux compatibility

This commit is contained in:
Maksim Eltyshev 2020-02-25 18:42:00 +05:00
parent 0d8a3d3752
commit 7baf71d1a9
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",