Update dependency next-auth to v4.23.0

This commit is contained in:
renovate[bot]
2023-08-11 14:16:17 +00:00
parent 64bde4281d
commit a757ce8332
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "3.2.0",
"mongoose": "7.4.2",
"next": "^13.3.1",
"next-auth": "4.22.5",
"next-auth": "4.23.0",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
@@ -9191,9 +9191,9 @@
}
},
"node_modules/next-auth": {
"version": "4.22.5",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.5.tgz",
"integrity": "sha512-zPVEpqDp4cx1y0HbonCSrz2sA4qw0grTMd/S0PezUKXvDzmVemtsJnfNK/xo5pO2sz5ilM541+EVCTp9QoRLbA==",
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz",
"integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@@ -18951,9 +18951,9 @@
}
},
"next-auth": {
"version": "4.22.5",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.5.tgz",
"integrity": "sha512-zPVEpqDp4cx1y0HbonCSrz2sA4qw0grTMd/S0PezUKXvDzmVemtsJnfNK/xo5pO2sz5ilM541+EVCTp9QoRLbA==",
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz",
"integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==",
"requires": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",

View File

@@ -21,7 +21,7 @@
"ics": "3.2.0",
"mongoose": "7.4.2",
"next": "^13.3.1",
"next-auth": "4.22.5",
"next-auth": "4.23.0",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",