From 81951abbe8b3e2d6ebae36e147bc34864c996903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:39:47 +0000 Subject: [PATCH] Bump next-auth from 4.24.13 to 4.24.14 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.13 to 4.24.14. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.13...next-auth@4.24.14) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f19a4e9..332a230 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fuzzaldrin": "^2.1.0", "leaflet": "^1.9.3", "next": "^16.1.7", - "next-auth": "^4.19.2", + "next-auth": "^4.24.14", "next-mdx-remote": "^6.0.0", "nprogress": "^0.2.0", "prop-type": "^0.0.1", diff --git a/yarn.lock b/yarn.lock index cfd3876..22773a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1831,10 +1831,10 @@ nanoid@^3.3.6: resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== -next-auth@^4.19.2: - version "4.24.13" - resolved "https://registry.npmjs.org/next-auth/-/next-auth-4.24.13.tgz" - integrity sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ== +next-auth@^4.24.14: + version "4.24.14" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.14.tgz#c14916e215f8f4aef2358e694bd14c40212139b2" + integrity sha512-YRz6xFDXKUwiXSMMChbrBEWyFktZ1qZXEgeSHQQ3nsy08B4c/xLk6REeutRsIFwkjY/1+ShHnu07DN3JeJguig== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"