From 18d7af740e2132ae2cb685e6f3b351fb460cbabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:12:13 +0000 Subject: [PATCH] chore(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 13.4.1 to 14.2.35. - [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.4.1...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../apps/site/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site/package.json b/tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site/package.json index 502539a939..3559f50dd0 100644 --- a/tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site/package.json +++ b/tests/smoke/fixtures/npm-nested-site-multiple-next-version-site-incompatible/apps/site/package.json @@ -6,13 +6,13 @@ "build": "next build" }, "dependencies": { - "next": "13.4.1", + "next": "14.2.35", "react": "^18.2.0", "react-dom": "^18.2.0" }, "test": { "dependencies": { - "next": "13.4.1" + "next": "14.2.35" } } }