From 2d95f48a2f87690fc1119e9bea0e968f34103803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:24:44 +0000 Subject: [PATCH] chore(deps): bump next in /examples/passport/setup-with-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.25 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.2.25...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/passport/setup-with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/passport/setup-with-nextjs/package.json b/examples/passport/setup-with-nextjs/package.json index 19ca75ab8a..903b907d53 100644 --- a/examples/passport/setup-with-nextjs/package.json +++ b/examples/passport/setup-with-nextjs/package.json @@ -13,7 +13,7 @@ "@biom3/react": "^0.25.21", "@imtbl/sdk": "workspace:*", "ethers": "^6.13.4", - "next": "14.2.25", + "next": "14.2.32", "react": "^18", "react-dom": "^18" },