From a28de4cc75d80a301e1724226c06e0fad29f204a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:57:39 +0000 Subject: [PATCH] Bump next-auth from 4.24.5 to 4.24.6 in /ui Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.5 to 4.24.6. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.5...next-auth@4.24.6) --- 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 | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 3fcd3d9a1..bfea62a54 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -29,7 +29,7 @@ "iron-session": "^8.0.1", "lodash.groupby": "^4.6.0", "next": "^14.1.0", - "next-auth": "^4.24.5", + "next-auth": "^4.24.6", "next-intl": "^3.7.0", "next-logger": "^3.0.2", "pino": "^8.18.0", @@ -13555,9 +13555,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.5", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", - "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", + "version": "4.24.6", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.6.tgz", + "integrity": "sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/ui/package.json b/ui/package.json index 7c02d6bce..1b17e83ba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,7 +32,7 @@ "iron-session": "^8.0.1", "lodash.groupby": "^4.6.0", "next": "^14.1.0", - "next-auth": "^4.24.5", + "next-auth": "^4.24.6", "next-intl": "^3.7.0", "next-logger": "^3.0.2", "pino": "^8.18.0",