Update dependency next-auth to v4.3.2

This commit is contained in:
Renovate Bot
2022-04-16 10:08:44 +00:00
committed by Thomas Ruoff
parent 99ae59c3cf
commit 3d22067ec2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"ics": "2.35.0",
"mongoose": "6.3.0",
"next": "12.1.5",
"next-auth": "4.3.1",
"next-auth": "4.3.2",
"next-mdx-remote": "4.0.2",
"nodemailer": "6.7.3",
"p-retry": "5.1.0",
@@ -10142,9 +10142,9 @@
}
},
"node_modules/next-auth": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz",
"integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz",
"integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -20345,9 +20345,9 @@
}
},
"next-auth": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz",
"integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz",
"integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -18,7 +18,7 @@
"ics": "2.35.0",
"mongoose": "6.3.0",
"next": "12.1.5",
"next-auth": "4.3.1",
"next-auth": "4.3.2",
"next-mdx-remote": "4.0.2",
"nodemailer": "6.7.3",
"p-retry": "5.1.0",