From ca2cc98d1fb7c25b606bd06999e55f2476394ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:35:53 +0000 Subject: [PATCH] build(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 14.2.3 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.3...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/user-management/nextjs-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/nextjs-user-management/package.json b/examples/user-management/nextjs-user-management/package.json index 654afc2fe34c4..859afcacbd651 100644 --- a/examples/user-management/nextjs-user-management/package.json +++ b/examples/user-management/nextjs-user-management/package.json @@ -17,7 +17,7 @@ "encoding": "^0.1.13", "eslint": "8.40.0", "eslint-config-next": "13.4.2", - "next": "14.2.30", + "next": "14.2.35", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4"