From 23dfc6c7510990db067be299b51dc8003dec7bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 01:21:52 +0000 Subject: [PATCH] Bump nodemailer from 6.4.6 to 6.4.16 in /functions/functions Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.4.6 to 6.4.16. - [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.4.6...v6.4.16) Signed-off-by: dependabot[bot] --- functions/functions/package-lock.json | 6 +++--- functions/functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/functions/package-lock.json b/functions/functions/package-lock.json index 7ca63b6..037c01e 100644 --- a/functions/functions/package-lock.json +++ b/functions/functions/package-lock.json @@ -2044,9 +2044,9 @@ "integrity": "sha512-8Df0906+tq/omxuCZD6PqhPaQDYuyJ1d+VITgxoIA8zvQd1ru+nMJcDChHH324MWitIgbVkAkQoGEEVJNpn/PA==" }, "nodemailer": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.6.tgz", - "integrity": "sha512-/kJ+FYVEm2HuUlw87hjSqTss+GU35D4giOpdSfGp7DO+5h6RlJj7R94YaYHOkoxu1CSaM0d3WRBtCzwXrY6MKA==" + "version": "6.4.16", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz", + "integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ==" }, "object-assign": { "version": "4.1.1", diff --git a/functions/functions/package.json b/functions/functions/package.json index 7fb8f30..5c38380 100644 --- a/functions/functions/package.json +++ b/functions/functions/package.json @@ -16,7 +16,7 @@ "firebase-admin": "^8.10.0", "firebase-functions": "^3.6.1", "firebase": "^7.13.0", - "nodemailer": "6.4.6" + "nodemailer": "6.4.16" }, "devDependencies": { "firebase-functions-test": "^0.2.0"