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",