From 5d765d590531abcbb86800ef2141a18aaabc897b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:13:59 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.33 to 14.2.35 in /apps/web Bumps [next](https://github.com/vercel/next.js) from 14.2.33 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/v14.2.33...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 1f5bbfd..39d8593 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -18,7 +18,7 @@ "@repo/ux": "workspace:*", "@repo/utils": "workspace:*", "@t3-oss/env-nextjs": "0.10.1", - "next": "14.2.33", + "next": "14.2.35", "next-app-theme": "0.1.11", "react": "^18.2.0", "react-dom": "^18.2.0",