mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
- Changed package bcrypt to bcryptjs
- Log memory usage every 10 minutes
This commit is contained in:
parent
fc797c740b
commit
3661ada9b0
7 changed files with 28 additions and 7 deletions
|
|
@ -21,12 +21,12 @@
|
|||
"url": "https://github.com/JuniorDark/RustyHearts-API/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.1.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"compression": "^1.7.4",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"express-rate-limit": "^7.0.2",
|
||||
"express-rate-limit": "^6.11.2",
|
||||
"express-validator": "^7.0.1",
|
||||
"express-winston": "^4.2.0",
|
||||
"handlebars": "^4.7.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue