From c3344a649379787c2d4377a571a6106bb543072b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:05:45 +0000 Subject: [PATCH] Bump next from 14.2.3 to 15.5.2 in /apps/next-auth-embedded Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 15.5.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v15.5.2) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/next-auth-embedded/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/next-auth-embedded/package.json b/apps/next-auth-embedded/package.json index f7b472d26..b6d312fbb 100644 --- a/apps/next-auth-embedded/package.json +++ b/apps/next-auth-embedded/package.json @@ -21,7 +21,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml-jackson": "1.23.9", - "next": "14.2.3", + "next": "15.5.2", "next-auth": "4.24.7", "react": "18.2.0", "react-dom": "18.2.0"