Bump nodemailer in the npm_and_yarn group across 1 directory (#1009)

Bumps the npm_and_yarn group with 1 update in the / directory: [nodemailer](https://github.com/nodemailer/nodemailer).


Updates `nodemailer` from 8.0.4 to 8.0.5
- [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/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 8.0.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

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] 2026-04-12 17:55:07 +03:00 committed by GitHub
parent 3956f2c1ca
commit 86f1bdcf1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -31,7 +31,7 @@
"multer": "~2.1.0",
"nanoid": "^3.3.7",
"node-cron": "~4.1.0",
"nodemailer": "^8.0.4",
"nodemailer": "^8.0.5",
"sequelize": "~6.37.7",
"sequelize-cli": "~6.6.2",
"slugify": "^1.6.6",
@ -15602,9 +15602,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz",
"integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz",
"integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"

View file

@ -159,7 +159,7 @@
"multer": "~2.1.0",
"nanoid": "^3.3.7",
"node-cron": "~4.1.0",
"nodemailer": "^8.0.4",
"nodemailer": "^8.0.5",
"sequelize": "~6.37.7",
"sequelize-cli": "~6.6.2",
"slugify": "^1.6.6",