From acf98a7a3464f80705f5efb85ae99790cf693707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:05:44 +0000 Subject: [PATCH] Bump next from 13.2.0 to 15.5.10 in /apps/nextjs-13_2_0 Bumps [next](https://github.com/vercel/next.js) from 13.2.0 to 15.5.10. - [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/v13.2.0...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/nextjs-13_2_0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs-13_2_0/package.json b/apps/nextjs-13_2_0/package.json index aca112b..e226717 100644 --- a/apps/nextjs-13_2_0/package.json +++ b/apps/nextjs-13_2_0/package.json @@ -13,7 +13,7 @@ "@types/node": "20.12.7", "@types/react": "18.2.79", "@types/react-dom": "18.2.25", - "next": "13.2.0", + "next": "15.5.10", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.4.5"