Update dependency next-auth to v4.12.3

This commit is contained in:
renovate[bot]
2022-10-05 20:48:53 +00:00
parent 0939df22d8
commit bf5a5a353e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "2.40.0",
"mongoose": "6.6.5",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-auth": "4.12.3",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0",
@@ -7167,9 +7167,9 @@
}
},
"node_modules/next-auth": {
"version": "4.12.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz",
"integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==",
"version": "4.12.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.3.tgz",
"integrity": "sha512-kfJjYOH2or/y+pEBkeA6O2MxIXOKXNiOKLKhrQHsaRqMDttEQX0yEK3xXVTB1yB7xbMLGcMvsIS3d23BC/K8/A==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",
@@ -15055,9 +15055,9 @@
}
},
"next-auth": {
"version": "4.12.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz",
"integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==",
"version": "4.12.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.3.tgz",
"integrity": "sha512-kfJjYOH2or/y+pEBkeA6O2MxIXOKXNiOKLKhrQHsaRqMDttEQX0yEK3xXVTB1yB7xbMLGcMvsIS3d23BC/K8/A==",
"requires": {
"@babel/runtime": "^7.16.3",
"@panva/hkdf": "^1.0.1",

View File

@@ -21,7 +21,7 @@
"ics": "2.40.0",
"mongoose": "6.6.5",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-auth": "4.12.3",
"next-axiom": "0.14.0",
"next-mdx-remote": "4.1.0",
"nodemailer": "6.8.0",