bump to next-auth 4.0.5

This commit is contained in:
Thomas Ruoff
2021-12-08 23:39:39 +01:00
committed by Thomas Ruoff
parent 31c6a7972d
commit 451f03549d
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -8761,9 +8761,9 @@
}
},
"next-auth": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.2.tgz",
"integrity": "sha512-skTQoIKIakesHeuCtLs2n+uMFsThWrqD+uUSdrj/1TCQ+dRGRkQmr/d0jvbAw8U8h8njUQBSvT6HoncjO8cp5Q==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.5.tgz",
"integrity": "sha512-POrV6c29Uu3+kVhOe8h3go2ytjeB2jPdW4GJwudUbK6OB++dkpT6yialmm8whM7hyoW4Xy3FbsoldGn8bVHhYg==",
"requires": {
"@babel/runtime": "^7.15.4",
"@panva/hkdf": "^1.0.0",
@@ -9620,9 +9620,9 @@
}
},
"preact": {
"version": "10.6.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.2.tgz",
"integrity": "sha512-ppDjurt75nSxyikpyali+uKwRl8CK9N6ntOPovGIEGQagjMLVzEgVqFEsUUyUrqyE9Ch90KE0jmFc9q2QcPLBA=="
"version": "10.6.3",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.3.tgz",
"integrity": "sha512-vwuM6VmFffw5t3RrLFn49QHPzoepD9hiNdkLa3Mt4UGSRdfQfIHtC1xqxhjVGoq70Sjtxrn4c9xwAnaS6z3anA=="
},
"preact-render-to-string": {
"version": "5.1.19",

View File

@@ -17,7 +17,7 @@
"ics": "2.35.0",
"mongoose": "5.13.13",
"next": "12.0.7",
"next-auth": "4.0.2",
"next-auth": "4.0.5",
"next-mdx-remote": "3.0.8",
"nodemailer": "6.7.2",
"p-retry": "5.0.0",