chore(backend): upgrade nodemailer

This commit is contained in:
KernelDeimos
2026-01-09 17:54:38 -05:00
committed by Eric Dubé
parent e07d1ae4af
commit 353f163f46
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -12803,7 +12803,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "6.10.1",
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.12.tgz",
"integrity": "sha512-H+rnK5bX2Pi/6ms3sN4/jRQvYSMltV6vqup/0SFOrxYYY/qoNvhXPlYq3e+Pm9RFJRwrMGbMIwi81M4dxpomhA==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
@@ -16857,7 +16859,7 @@
"multi-progress": "^4.0.0",
"murmurhash": "^2.0.1",
"music-metadata": "^7.14.0",
"nodemailer": "^6.9.3",
"nodemailer": "^7.0.7",
"on-finished": "^2.4.1",
"openai": "^6.7.0",
"otpauth": "9.2.4",
+2 -2
View File
@@ -64,7 +64,7 @@
"multi-progress": "^4.0.0",
"murmurhash": "^2.0.1",
"music-metadata": "^7.14.0",
"nodemailer": "^6.9.3",
"nodemailer": "^7.0.7",
"on-finished": "^2.4.1",
"openai": "^6.7.0",
"otpauth": "9.2.4",
@@ -107,4 +107,4 @@
},
"author": "Puter Technologies Inc.",
"license": "AGPL-3.0-only"
}
}