From 64fff71c376594b662908b79e0bf4a901d942c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 08:36:15 +0000 Subject: [PATCH] chore(deps): bump next in /example-apps/credential-sync Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.2.32. - [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.0.4...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example-apps/credential-sync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-apps/credential-sync/package.json b/example-apps/credential-sync/package.json index 8dddcadf48d5ad..2c2959ff96e057 100644 --- a/example-apps/credential-sync/package.json +++ b/example-apps/credential-sync/package.json @@ -11,7 +11,7 @@ "dependencies": { "@calcom/atoms": "*", "@prisma/client": "5.4.2", - "next": "14.0.4", + "next": "14.2.32", "prisma": "^5.7.1", "react": "^18", "react-dom": "^18"