From 52c0f6752ec49f2d189f0c50114b9845d64ff96c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:41:12 +0000 Subject: [PATCH] Update dependency next-auth to v4.24.7 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 391ffa2..9477094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index fef2f6e..479dbc2 100644 --- a/package.json +++ b/package.json @@ -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",