diff --git a/functions/package-lock.json b/functions/package-lock.json index 2b5ca31..054c4ac 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -2800,9 +2800,9 @@ "integrity": "sha512-8Df0906+tq/omxuCZD6PqhPaQDYuyJ1d+VITgxoIA8zvQd1ru+nMJcDChHH324MWitIgbVkAkQoGEEVJNpn/PA==" }, "nodemailer": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.2.1.tgz", - "integrity": "sha512-TagB7iuIi9uyNgHExo8lUDq3VK5/B0BpbkcjIgNvxbtVrjNqq0DwAOTuzALPVkK76kMhTSzIgHqg8X1uklVs6g==" + "version": "6.4.16", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz", + "integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ==" }, "number-is-nan": { "version": "1.0.1", diff --git a/functions/package.json b/functions/package.json index 2d62e26..9de8d38 100644 --- a/functions/package.json +++ b/functions/package.json @@ -20,7 +20,7 @@ "googleapis": "^39.2.0", "moment": "^2.24.0", "moment-timezone": "^0.5.26", - "nodemailer": "^6.2.1", + "nodemailer": "^6.4.16", "stripe": "^7.1.0" }, "devDependencies": {