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:
parent
0d8a3d3752
commit
7baf71d1a9
2 changed files with 5 additions and 10 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue