build(deps): bump nodemailer from 7.0.11 to 7.0.12 (#245)

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.11 to 7.0.12.
- [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.11...v7.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-23 08:56:14 +01:00
committed by GitHub
parent 46d151ccd7
commit cb8de46f10
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^2.0.1", "@actions/core": "^2.0.1",
"@actions/glob": "^0.5.0", "@actions/glob": "^0.5.0",
"nodemailer": "^7.0.11", "nodemailer": "^7.0.12",
"showdown": "^1.9.1" "showdown": "^1.9.1"
} }
}, },
@@ -250,9 +250,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "7.0.11", "version": "7.0.12",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.11.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.12.tgz",
"integrity": "sha512-gnXhNRE0FNhD7wPSCGhdNh46Hs6nm+uTyg+Kq0cZukNQiYdnCsoQjodNP9BQVG9XrcK/v6/MgpAPBUFyzh9pvw==", "integrity": "sha512-H+rnK5bX2Pi/6ms3sN4/jRQvYSMltV6vqup/0SFOrxYYY/qoNvhXPlYq3e+Pm9RFJRwrMGbMIwi81M4dxpomhA==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"

View File

@@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^2.0.1", "@actions/core": "^2.0.1",
"@actions/glob": "^0.5.0", "@actions/glob": "^0.5.0",
"nodemailer": "^7.0.11", "nodemailer": "^7.0.12",
"showdown": "^1.9.1" "showdown": "^1.9.1"
} }
} }