Update dependency next-auth to v4.24.7

This commit is contained in:
renovate[bot]
2024-03-07 16:41:12 +00:00
parent a7ccd72bb5
commit 52c0f6752e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"ics": "3.7.2",
"mongoose": "8.2.1",
"next": "^14.0.1",
"next-auth": "4.24.6",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
@@ -8730,9 +8730,9 @@
}
},
"node_modules/jose": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.13.0.tgz",
"integrity": "sha512-v6BN7fuPVfG9XIxcPT2jzyAg5EmA/mtNeJEXJ7d31Wz7fFOqOZeN8mPtNJYQmnuAIxJII7EcURcbZ7qXs9a4kA==",
"version": "4.15.5",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.15.5.tgz",
"integrity": "sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==",
"funding": {
"url": "https://github.com/sponsors/panva"
}
@@ -10110,14 +10110,14 @@
}
},
"node_modules/next-auth": {
"version": "4.24.6",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.6.tgz",
"integrity": "sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==",
"version": "4.24.7",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.7.tgz",
"integrity": "sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@panva/hkdf": "^1.0.2",
"cookie": "^0.5.0",
"jose": "^4.11.4",
"jose": "^4.15.5",
"oauth": "^0.9.15",
"openid-client": "^5.4.0",
"preact": "^10.6.3",

View File

@@ -21,7 +21,7 @@
"ics": "3.7.2",
"mongoose": "8.2.1",
"next": "^14.0.1",
"next-auth": "4.24.6",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",