From 26d4dfd50dad819892c092be0ca9bfcfbef849a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:00:08 +0200 Subject: [PATCH] Bump next-auth from 3.2.1 to 3.3.0 (#272) Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/v3.2.1...v3.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38c802fe3..8876b16aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4794,9 +4794,9 @@ } }, "next-auth": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.2.1.tgz", - "integrity": "sha512-Ahvoq2rt5hqc7FYSA73viMp9m3AsFAP3VfSEjDtszxmOYRLPxjf06+GcZZC0dfofruvnrYmUe9ldHmZTVpUUQA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.3.0.tgz", + "integrity": "sha512-Ur5V1WVW4K0sUUEpCqU6cyjJBpWaCcrPS22J+PDIv+7pHjIJ5B0+9IzItLr0c+ZkA6qOctd48l7S3gZjwQz4oA==", "requires": { "crypto-js": "^4.0.0", "futoin-hkdf": "^1.3.2", @@ -4959,9 +4959,9 @@ "integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==" }, "nodemailer": { - "version": "6.4.17", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.17.tgz", - "integrity": "sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ==" + "version": "6.4.18", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.18.tgz", + "integrity": "sha512-ht9cXxQ+lTC+t00vkSIpKHIyM4aXIsQ1tcbQCn5IOnxYHi81W2XOaU66EQBFFpbtzLEBTC94gmkbD4mGZQzVpA==" }, "noop-logger": { "version": "0.1.1", diff --git a/package.json b/package.json index fc2bc2cc7..4f59d7dd4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "countries-list": "^2.6.1", "framer-motion": "^3.3.0", "next": "^10.0.6", - "next-auth": "^3.2.1", + "next-auth": "^3.3.0", "next-google-fonts": "^1.2.1", "next-images": "^1.7.0", "next-seo": "^4.19.0",