From d9f57bfa2ce03807c3f023bb2d5229a496c58eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:01:25 +0000 Subject: [PATCH] Bump next from 13.4.2 to 14.2.35 in /examples/with-clerk Bumps [next](https://github.com/vercel/next.js) from 13.4.2 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.2...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-clerk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-clerk/package.json b/examples/with-clerk/package.json index 26e40d55c4dae8..923e7a77c3b510 100644 --- a/examples/with-clerk/package.json +++ b/examples/with-clerk/package.json @@ -10,7 +10,7 @@ "@types/node": "20.5.7", "@types/react": "18.2.8", "@types/react-dom": "18.2.7", - "next": "13.4.2", + "next": "14.2.35", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.2.2"