From 46726180e17d6ed1329e55c902badb79c1e1c371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:34:25 +0000 Subject: [PATCH] chore(deps): Bump next 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:production ... Signed-off-by: dependabot[bot] --- .../e2e-tests/test-applications/nextjs-orpc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json b/dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json index 21f835e2ecd4..c062db45b4a4 100644 --- a/dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json +++ b/dev-packages/e2e-tests/test-applications/nextjs-orpc/package.json @@ -19,7 +19,7 @@ "@sentry/nextjs": "file:../../packed/sentry-nextjs-packed.tgz", "@orpc/server": "latest", "@orpc/client": "latest", - "next": "14.2.35", + "next": "15.5.21", "react": "18.3.1", "react-dom": "18.3.1", "server-only": "^0.0.1"