From a60d5bfd98f7bc706dd8747612d1a72f4982566c Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 10 Feb 2023 13:19:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upgrade=20nodemailer=20from=206.?= =?UTF-8?q?7.2=20to=206.9.0=20(#506)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade nodemailer from 6.7.2 to 6.9.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/ralllyco/project/c6e9409b-5e6c-4984-a2ef-0a8025133bd8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a29ed0bc..d2f42a354 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "next": "13.0.6", "next-i18next": "^13.0.3", "next-seo": "^5.15.0", - "nodemailer": "^6.7.2", + "nodemailer": "^6.9.0", "postcss": "^8.4.21", "posthog-js": "^1.40.2", "prisma": "^4.10.0", diff --git a/yarn.lock b/yarn.lock index 2f6767e13..95cc8b7eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6243,10 +6243,10 @@ nodemailer@6.8.0: resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.8.0.tgz#804bcc5256ee5523bc914506ee59f8de8f0b1cd5" integrity sha512-EjYvSmHzekz6VNkNd12aUqAco+bOkRe3Of5jVhltqKhEsjw/y0PYPJfp83+s9Wzh1dspYAkUW/YNQ350NATbSQ== -nodemailer@^6.7.2: - version "6.7.2" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.2.tgz#44b2ad5f7ed71b7067f7a21c4fedabaec62b85e0" - integrity sha512-Dz7zVwlef4k5R71fdmxwR8Q39fiboGbu3xgswkzGwczUfjp873rVxt1O46+Fh0j1ORnAC6L9+heI8uUpO6DT7Q== +nodemailer@^6.9.0: + version "6.9.1" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.1.tgz#8249d928a43ed85fec17b13d2870c8f758a126ed" + integrity sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA== nopt@^4.0.1: version "4.0.3"