From 1fa02cb11f7050b49c2d2bad8f62300df6aa7d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:45:09 +0000 Subject: [PATCH] chore(deps-dev): Bump next from 14.2.35 to 15.5.21 in /packages/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 15.5.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index a4a814869a22..910844f32f81 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -85,7 +85,7 @@ }, "devDependencies": { "eslint-plugin-react": "^7.31.11", - "next": "14.2.35", + "next": "15.5.21", "react": "^18.3.1", "react-dom": "^18.3.1" },