From 2b544f78ac6c930bdb71e3b741e7d5adf5656fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:09:51 +0000 Subject: [PATCH] chore(deps): 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97f7cf0c0..a5b890ad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "knex": "^3.1.0", "mjml": "^4.15.3", "next": "^14.2.3", - "next-auth": "^4.24.6", + "next-auth": "^4.24.7", "nodemailer": "^6.9.10", "pg": "^8.11.3", "react": "^18.2.0", @@ -22362,14 +22362,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 8a6b7e7f1..e74c23dae 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "knex": "^3.1.0", "mjml": "^4.15.3", "next": "^14.2.3", - "next-auth": "^4.24.6", + "next-auth": "^4.24.7", "nodemailer": "^6.9.10", "pg": "^8.11.3", "react": "^18.2.0",