nodemailer dependencies

This commit is contained in:
knighthawk4227 committed 2025-05-08 10:32:10 -07:00
1 parent 29d682c4e8
commit fc39bcf693
2 files changed
+5 -5

No files matched your search

+4 -4
View File
@@ -18,7 +18,7 @@
"express-session": "^1.18.1",
"joi": "^17.13.3",
"mongodb": "^6.16.0",
"nodemailer": "^7.0.2"
"nodemailer": "^7.0.3"
},
"devDependencies": {
"nodemon": "^3.1.10"
@@ -1439,9 +1439,9 @@
}
},
"node_modules/nodemailer": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.2.tgz",
"integrity": "sha512-SYsisPeLFYli5Q+BCGSyHT5CVvezPmQjHgINV9KVvVLV1aktuoD4E0Np9Q3ND9I481qIHzUQzVT+Tl/Tw7Ivdg==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.3.tgz",
"integrity": "sha512-Ajq6Sz1x7cIK3pN6KesGTah+1gnwMnx5gKl3piQlQQE/PwyJ4Mbc8is2psWYxK3RJTVeqsDaCv8ZzXLCDHMTZw==",
"engines": {
"node": ">=6.0.0"
}
+1 -1
View File
@@ -27,7 +27,7 @@
"express-session": "^1.18.1",
"joi": "^17.13.3",
"mongodb": "^6.16.0",
"nodemailer": "^7.0.2"
"nodemailer": "^7.0.3"
},
"devDependencies": {
"nodemon": "^3.1.10"