Correction du bug sur les mots de passe

This commit is contained in:
2023-11-16 16:44:27 +01:00
parent 9f0924f06b
commit e844fbf3b0
2 changed files with 67 additions and 39 deletions

View File

@@ -18,8 +18,10 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mysql": "^2.18.1",
"wrtc": "^0.4.7",
"ws": "^8.14.2"
"mysql": "^2.18.1"
},
"engines": {
"npm": ">=7.0.0 <8.0.0",
"node": ">=18.0.0 <19.0.0"
}
}