Update dependency next-auth to v4.22.3

This commit is contained in:
renovate[bot]
2023-07-18 23:15:52 +00:00
parent 2c552a9851
commit 996568bc66
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.3.4",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"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.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz",
"integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==",
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@@ -18960,9 +18960,9 @@
}
},
"next-auth": {
"version": "4.22.1",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz",
"integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==",
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"requires": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",

View File

@@ -21,7 +21,7 @@
"ics": "3.2.0",
"mongoose": "7.3.4",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",