From 5cb332b3c851a8e78a565f2fd9428a3334849c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:54:37 +0000 Subject: [PATCH] Bump next from 13.2.0 to 15.5.14 in /apps/nextjs-13_2_0 Bumps [next](https://github.com/vercel/next.js) from 13.2.0 to 15.5.14. - [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.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 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..04d1e4a 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.14", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.4.5"