Update dependency next-auth to v4.9.0

This commit is contained in:
renovate[bot]
2022-07-06 12:04:58 +00:00
parent 66916dae0c
commit a00694f3bf
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.35.0",
"mongoose": "6.4.3",
"next": "12.2.0",
"next-auth": "4.8.0",
"next-auth": "4.9.0",
"next-axiom": "0.10.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.6",
@@ -6770,9 +6770,9 @@
}
},
"node_modules/next-auth": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz",
"integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz",
"integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -14220,9 +14220,9 @@
}
},
"next-auth": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz",
"integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.9.0.tgz",
"integrity": "sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -20,7 +20,7 @@
"ics": "2.35.0",
"mongoose": "6.4.3",
"next": "12.2.0",
"next-auth": "4.8.0",
"next-auth": "4.9.0",
"next-axiom": "0.10.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.6",