From d48c6f6ce265657a79d61257bb5d16c165705723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:40:57 +0000 Subject: [PATCH] build(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 15.5.15. - [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.35...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e-tests/test-applications/nextjs-14-test-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/test-applications/nextjs-14-test-app/package.json b/e2e-tests/test-applications/nextjs-14-test-app/package.json index 1a3c6b205..b1fa35eb9 100644 --- a/e2e-tests/test-applications/nextjs-14-test-app/package.json +++ b/e2e-tests/test-applications/nextjs-14-test-app/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.2.35" + "next": "15.5.15" }, "devDependencies": { "typescript": "^5",