From cc25af3db06978736b2113ffafb47962a5b6bd15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:08:54 +0000 Subject: [PATCH] fix(deps): update dependency nodemailer to v6.9.5 --- with-nextauth/package.json | 2 +- with-nextauth/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-nextauth/package.json b/with-nextauth/package.json index eab3c8fd..63eb7d97 100644 --- a/with-nextauth/package.json +++ b/with-nextauth/package.json @@ -16,7 +16,7 @@ "jsonwebtoken": "9.0.1", "next": "13.4.19", "next-auth": "4.23.0", - "nodemailer": "6.9.4", + "nodemailer": "6.9.5", "react": "18.2.0", "react-dom": "18.2.0", "resend": "latest" diff --git a/with-nextauth/yarn.lock b/with-nextauth/yarn.lock index dab0e180..bc17b3df 100644 --- a/with-nextauth/yarn.lock +++ b/with-nextauth/yarn.lock @@ -2088,10 +2088,10 @@ node-gyp-build@^4.3.0: resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== -nodemailer@6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.4.tgz#93bd4a60eb0be6fa088a0483340551ebabfd2abf" - integrity sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA== +nodemailer@6.9.5: + version "6.9.5" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.5.tgz#eaeae949c62ec84ef1e9128df89fc146a1017aca" + integrity sha512-/dmdWo62XjumuLc5+AYQZeiRj+PRR8y8qKtFCOyuOl1k/hckZd8durUUHs/ucKx6/8kN+wFxqKJlQ/LK/qR5FA== nopt@^6.0.0: version "6.0.0"