chore: uninstall nodemailer — plus utilisé après suppression password reset

This commit is contained in:
2026-03-20 15:16:17 +01:00
parent 3d69899dbf
commit dece214102
2 changed files with 2 additions and 12 deletions

View File

@@ -11,8 +11,7 @@
"express": "^4.18.2",
"joi": "^17.13.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.1",
"nodemailer": "^6.9.9"
"mysql2": "^3.9.1"
},
"devDependencies": {
"nodemon": "^3.0.3"
@@ -1239,14 +1238,6 @@
}
}
},
"node_modules/nodemailer": {
"version": "6.9.9",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz",
"integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/nodemon": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz",

View File

@@ -13,8 +13,7 @@
"express": "^4.18.2",
"joi": "^17.13.1",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.1",
"nodemailer": "^6.9.9"
"mysql2": "^3.9.1"
},
"devDependencies": {
"nodemon": "^3.0.3"