From e8f7b7b3a2d346d970baad2bc19b0e41b9be9c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:45:41 +0000 Subject: [PATCH] deps: bump next-auth from 5.0.0-beta.28 to 5.0.0-beta.29 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.28 to 5.0.0-beta.29. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/commits) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3cec66..66d4383 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "clsx": "2.1.1", "lucide-react": "0.517.0", "next": "15.3.4", - "next-auth": "5.0.0-beta.28", + "next-auth": "5.0.0-beta.29", "next-themes": "0.4.6", "react": "19.1.0", "react-dom": "19.1.0", @@ -211,9 +211,9 @@ } }, "node_modules/@auth/core": { - "version": "0.39.1", - "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.39.1.tgz", - "integrity": "sha512-McD8slui0oOA1pjR5sPjLPl5Zm//nLP/8T3kr8hxIsvNLvsiudYvPHhDFPjh1KcZ2nFxCkZmP6bRxaaPd/AnLA==", + "version": "0.40.0", + "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.40.0.tgz", + "integrity": "sha512-n53uJE0RH5SqZ7N1xZoMKekbHfQgjd0sAEyUbE+IYJnmuQkbvuZnXItCU7d+i7Fj8VGOgqvNO7Mw4YfBTlZeQw==", "license": "ISC", "dependencies": { "@panva/hkdf": "^1.2.1", @@ -1762,12 +1762,12 @@ } }, "node_modules/next-auth": { - "version": "5.0.0-beta.28", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.28.tgz", - "integrity": "sha512-2RDR1h3DJb4nizcd5UBBwC2gtyP7j/jTvVLvEtDaFSKUWNfou3Gek2uTNHSga/Q4I/GF+OJobA4mFbRaWJgIDQ==", + "version": "5.0.0-beta.29", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.29.tgz", + "integrity": "sha512-Ukpnuk3NMc/LiOl32njZPySk7pABEzbjhMUFd5/n10I0ZNC7NCuVv8IY2JgbDek2t/PUOifQEoUiOOTLy4os5A==", "license": "ISC", "dependencies": { - "@auth/core": "0.39.1" + "@auth/core": "0.40.0" }, "peerDependencies": { "@simplewebauthn/browser": "^9.0.1", @@ -1816,9 +1816,9 @@ } }, "node_modules/oauth4webapi": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.1.tgz", - "integrity": "sha512-txg/jZQwcbaF7PMJgY7aoxc9QuCxHVFMiEkDIJ60DwDz3PbtXPQnrzo+3X4IRYGChIwWLabRBRpf1k9hO9+xrQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.3.tgz", + "integrity": "sha512-2bnHosmBLAQpXNBLOvaJMyMkr4Yya5ohE5Q9jqyxiN+aa7GFCzvDN1RRRMrp0NkfqRR2MTaQNkcSUCCjILD9oQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" diff --git a/package.json b/package.json index 9928daf..c8cee39 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "clsx": "2.1.1", "lucide-react": "0.517.0", "next": "15.3.4", - "next-auth": "5.0.0-beta.28", + "next-auth": "5.0.0-beta.29", "next-themes": "0.4.6", "react": "19.1.0", "react-dom": "19.1.0",