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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-12 11:00:08 +02:00 committed by GitHub
parent e30f4713fc
commit 26d4dfd50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

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

View File

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