Bump nodemailer from 7.0.9 to 7.0.10

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.9 to 7.0.10.
- [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/v7.0.9...v7.0.10)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 19:48:53 +00:00
committed by Kayne Ruse
parent a90683d2d9
commit 3c82c5ff45
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -18,7 +18,7 @@
"mariadb": "^3.4.5", "mariadb": "^3.4.5",
"node-cron": "^4.2.1", "node-cron": "^4.2.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"nodemailer": "^7.0.9", "nodemailer": "^7.0.10",
"sequelize": "^6.37.7" "sequelize": "^6.37.7"
}, },
"devDependencies": { "devDependencies": {
@@ -1079,9 +1079,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "7.0.9", "version": "7.0.10",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.9.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.10.tgz",
"integrity": "sha512-9/Qm0qXIByEP8lEV2qOqcAW7bRpL8CR9jcTwk3NBnHJNmP9fIJ86g2fgmIXqHY+nj55ZEMwWqYAT2QTDpRUYiQ==", "integrity": "sha512-Us/Se1WtT0ylXgNFfyFSx4LElllVLJXQjWi2Xz17xWw7amDKO2MLtFnVp1WACy7GkVGs+oBlRopVNUzlrGSw1w==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"
+1 -1
View File
@@ -28,7 +28,7 @@
"mariadb": "^3.4.5", "mariadb": "^3.4.5",
"node-cron": "^4.2.1", "node-cron": "^4.2.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"nodemailer": "^7.0.9", "nodemailer": "^7.0.10",
"sequelize": "^6.37.7" "sequelize": "^6.37.7"
}, },
"devDependencies": { "devDependencies": {