From ce3e54c8985e38708d8f3c202b8c77980b0f290e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:18:13 +0000 Subject: [PATCH] Bump next-auth from 4.24.7 to 4.24.8 in /ui Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.7 to 4.24.8. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 12 ++++++++---- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index e1057c0a3..5efa4e2ec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -38,7 +38,7 @@ "iron-session": "^8.0.3", "lodash.groupby": "^4.6.0", "next": "^14.2.13", - "next-auth": "^4.24.7", + "next-auth": "^4.24.8", "next-intl": "^3.20.0", "next-logger": "^5.0.1", "pino": "^9.4.0", @@ -16284,9 +16284,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.7", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.7.tgz", - "integrity": "sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==", + "version": "4.24.8", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.8.tgz", + "integrity": "sha512-SLt3+8UCtklsotnz2p+nB4aN3IHNmpsQFAZ24VLxGotWGzSxkBh192zxNhm/J5wgkcrDWVp0bwqvW0HksK/Lcw==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -16299,12 +16299,16 @@ "uuid": "^8.3.2" }, "peerDependencies": { + "@auth/core": "0.34.2", "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { + "@auth/core": { + "optional": true + }, "nodemailer": { "optional": true } diff --git a/ui/package.json b/ui/package.json index a55734c3e..8b151df93 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "iron-session": "^8.0.3", "lodash.groupby": "^4.6.0", "next": "^14.2.13", - "next-auth": "^4.24.7", + "next-auth": "^4.24.8", "next-intl": "^3.20.0", "next-logger": "^5.0.1", "pino": "^9.4.0",