From 5b8f74ae8215d50c6fc95cfc29801e5b1a39ddb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:07:02 +0000 Subject: [PATCH] Bump next-auth from 4.24.6 to 4.24.7 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.6 to 4.24.7. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.6...next-auth@4.24.7) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 9b4b6fd0..b1c7a1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "mongo": "^0.1.0", "mongodb": "^6.0.0", "next": "^13.5.3", - "next-auth": "^4.12.3", + "next-auth": "^4.24.7", "react": "^18.2.0", "react-datepicker": "^6.1.0", "react-dom": "^18.2.0", @@ -4723,9 +4723,9 @@ } }, "node_modules/jose": { - "version": "4.14.6", - "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.6.tgz", - "integrity": "sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==", + "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" } @@ -5295,14 +5295,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 cf2e1a8e..865c8d98 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "mongo": "^0.1.0", "mongodb": "^6.0.0", "next": "^13.5.3", - "next-auth": "^4.12.3", + "next-auth": "^4.24.7", "react": "^18.2.0", "react-datepicker": "^6.1.0", "react-dom": "^18.2.0",