Update dependency next-auth to v4.22.4

This commit is contained in:
renovate[bot]
2023-08-06 19:33:30 +00:00
parent d86d7c0d5b
commit 2f2846e5ef
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.3",
"next-auth": "4.22.4",
"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.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.4.tgz",
"integrity": "sha512-VMI6pq3z4BfvFeCZHBkYtRYa0qqGTYAi2yy3hWCB78KkN1YsSAsOLSssd4oGrQBj0z/0zg2VLzn9tSJ14AtmWw==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
@@ -18951,9 +18951,9 @@
}
},
"next-auth": {
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz",
"integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==",
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.4.tgz",
"integrity": "sha512-VMI6pq3z4BfvFeCZHBkYtRYa0qqGTYAi2yy3hWCB78KkN1YsSAsOLSssd4oGrQBj0z/0zg2VLzn9tSJ14AtmWw==",
"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.3",
"next-auth": "4.22.4",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",