Update dependency next-auth to v4.21.0

This commit is contained in:
renovate[bot]
2023-04-02 22:11:48 +00:00
parent 82f1aa48c5
commit 0760c6e56e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "3.1.0",
"mongoose": "7.0.3",
"next": "^13.1.1",
"next-auth": "4.20.1",
"next-auth": "4.21.0",
"next-axiom": "0.17.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.8.0",
@@ -9192,9 +9192,9 @@
}
},
"node_modules/next-auth": {
"version": "4.20.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz",
"integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==",
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.21.0.tgz",
"integrity": "sha512-KbqFQAPG5GVqszrjMFv5LXAkpmG1hs9sOkC6T+DshmfJ8COm3y/rIdIw9nEEZ17lqZNXy2/1+mVmwVDrPbLeng==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@@ -18953,9 +18953,9 @@
}
},
"next-auth": {
"version": "4.20.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz",
"integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==",
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.21.0.tgz",
"integrity": "sha512-KbqFQAPG5GVqszrjMFv5LXAkpmG1hs9sOkC6T+DshmfJ8COm3y/rIdIw9nEEZ17lqZNXy2/1+mVmwVDrPbLeng==",
"requires": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",

View File

@@ -21,7 +21,7 @@
"ics": "3.1.0",
"mongoose": "7.0.3",
"next": "^13.1.1",
"next-auth": "4.20.1",
"next-auth": "4.21.0",
"next-axiom": "0.17.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.8.0",