Update nodemailer

This commit is contained in:
Calvin Montgomery 2019-06-16 13:41:39 -07:00
parent 959ef89c27
commit 5c51d73c4e
2 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ addons:
env: env:
- CXX="g++-4.8" - CXX="g++-4.8"
node_js: node_js:
- "11" - "12"
- "10" - "10"
- "8" - "8"

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.65.3", "version": "3.66.0",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },
@ -29,7 +29,7 @@
"lodash": "^4.17.5", "lodash": "^4.17.5",
"morgan": "^1.6.1", "morgan": "^1.6.1",
"mysql": "^2.9.0", "mysql": "^2.9.0",
"nodemailer": "^4.4.2", "nodemailer": "^6.2.1",
"prom-client": "^10.0.2", "prom-client": "^10.0.2",
"proxy-addr": "^2.0.2", "proxy-addr": "^2.0.2",
"pug": "^2.0.0-beta3", "pug": "^2.0.0-beta3",