build(deps): bump nodemailer from 6.9.9 to 6.9.10 (#199)

[ci skip]
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.9 to 6.9.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/v6.9.9...v6.9.10)

---
updated-dependencies:
- dependency-name: nodemailer
  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] 2024-02-23 08:59:35 +01:00 committed by GitHub
parent 2afa768d34
commit b623fcf123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -8,7 +8,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/glob": "^0.4.0",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.10",
"showdown": "^1.9.1"
}
},
@ -171,9 +171,9 @@
}
},
"node_modules/nodemailer": {
"version": "6.9.9",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz",
"integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==",
"version": "6.9.10",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.10.tgz",
"integrity": "sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA==",
"engines": {
"node": ">=6.0.0"
}
@ -472,9 +472,9 @@
}
},
"nodemailer": {
"version": "6.9.9",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz",
"integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA=="
"version": "6.9.10",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.10.tgz",
"integrity": "sha512-qtoKfGFhvIFW5kLfrkw2R6Nm6Ur4LNUMykyqu6n9BRKJuyQrqEGwdXXUAbwWEKt33dlWUGXb7rzmJP/p4+O+CA=="
},
"p-limit": {
"version": "2.3.0",

View File

@ -4,7 +4,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/glob": "^0.4.0",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.10",
"showdown": "^1.9.1"
}
}