Merge pull request #21 from dawidd6/dependabot-npm_and_yarn-nodemailer-6.4.13

build(deps): bump nodemailer from 6.4.12 to 6.4.13
This commit is contained in:
Dawid Dziurla 2020-10-03 10:46:45 +02:00 committed by GitHub
commit 3a0e152e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10,9 +10,9 @@
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
},
"nodemailer": {
"version": "6.4.12",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.12.tgz",
"integrity": "sha512-c/WplZp24Lxc+hn0w/kweNxcYGpaqtH1iecfGKTbXVmp5qx+ILApKsmCAucWWIIQiYKKH4ZA/ffSNOsai6xJGA=="
"version": "6.4.13",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.13.tgz",
"integrity": "sha512-XmtiiKza2Cqtr+ZRMchMZn9s2nmwQDeakbf+yL0ODsIXOv58UZgk/MKPOkDKqY+mvxHs87PrJK7Nf/tcpKHqYQ=="
}
}
}

View File

@ -18,6 +18,6 @@
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"nodemailer": "^6.4.12"
"nodemailer": "^6.4.13"
}
}