Update dependency next-auth to v4.10.0

This commit is contained in:
renovate[bot]
2022-07-13 20:36:59 +00:00
parent 15a030b248
commit 80d0f5635f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.37.0",
"mongoose": "6.4.4",
"next": "12.2.2",
"next-auth": "4.9.0",
"next-auth": "4.10.0",
"next-axiom": "0.10.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.7",
@@ -6812,9 +6812,9 @@
}
},
"node_modules/next-auth": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz",
"integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz",
"integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -14298,9 +14298,9 @@
}
},
"next-auth": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz",
"integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz",
"integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -20,7 +20,7 @@
"ics": "2.37.0",
"mongoose": "6.4.4",
"next": "12.2.2",
"next-auth": "4.9.0",
"next-auth": "4.10.0",
"next-axiom": "0.10.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.7",