update/password security

This commit is contained in:
SowinskiBraeden committed 2025-05-15 08:20:28 -07:00
1 parent 0834723c99
commit 3940089fa6
5 files changed
+40 -8

No files matched your search

+2 -1
View File
@@ -20,6 +20,7 @@
"dependencies": {
"@google/genai": "^0.14.0",
"bcrypt": "^5.1.1",
"check-password-strength": "^3.0.0",
"connect-mongo": "^5.1.0",
"crypto": "^1.0.1",
"dotenv": "^16.5.0",
@@ -29,7 +30,7 @@
"joi": "^17.13.3",
"mongodb": "^6.16.0",
"nodemailer": "^7.0.3",
"sweetalert2": "^11.21.0"
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"nodemon": "^3.1.10"