Bump nodemailer from 6.10.1 to 7.0.7 in /src/server

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.10.1 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-07 17:20:57 +00:00
committed by GitHub
parent 02a8325117
commit 72cb284754
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"multer": "^2.0.0", "multer": "^2.0.0",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"nodemailer": "^6.10.1", "nodemailer": "^7.0.7",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"png-to-ico": "^2.1.8", "png-to-ico": "^2.1.8",
"qs": "^6.14.0", "qs": "^6.14.0",
@@ -2566,9 +2566,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "6.10.1", "version": "7.0.7",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.10.1.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.7.tgz",
"integrity": "sha512-Z+iLaBGVaSjbIzQ4pX6XV41HrooLsQ10ZWPUehGmuantvzWoDVBnmsdUcOIDM1t+yPor5pDhVlDESgOMEGxhHA==", "integrity": "sha512-jGOaRznodf62TVzdyhKt/f1Q/c3kYynk8629sgJHpRzGZj01ezbgMMWJSAjHADcwTKxco3B68/R+KHJY2T5BaA==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"

View File

@@ -17,7 +17,7 @@
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"multer": "^2.0.0", "multer": "^2.0.0",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"nodemailer": "^6.10.1", "nodemailer": "^7.0.7",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"png-to-ico": "^2.1.8", "png-to-ico": "^2.1.8",
"qs": "^6.14.0", "qs": "^6.14.0",