update nodemailer

This commit is contained in:
Thomas Ruoff
2024-11-19 20:20:08 +01:00
parent 2bf0394eb3
commit d75034d655
2 changed files with 18 additions and 7 deletions

21
package-lock.json generated
View File

@@ -1,13 +1,24 @@
{ {
"name": "wichteln", "name": "wichteln",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": {
"": {
"name": "wichteln",
"version": "1.0.0",
"license": "ISC",
"dependencies": { "dependencies": {
"nodemailer": { "nodemailer": "^6.9.16"
"version": "4.7.0", }
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.7.0.tgz", },
"integrity": "sha512-IludxDypFpYw4xpzKdMAozBSkzKHmNBvGanUREjJItgJ2NYcK/s8+PggVhj7c2yGFQykKsnnmv1+Aqo0ZfjHmw==" "node_modules/nodemailer": {
"version": "6.9.16",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.16.tgz",
"integrity": "sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==",
"engines": {
"node": ">=6.0.0"
}
} }
} }
} }

View File

@@ -9,6 +9,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"nodemailer": "^4.7.0" "nodemailer": "^6.9.16"
} }
} }