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",