From e2078bab371c9abf8b372c6a2b3e29679951d3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 01:35:14 +0000 Subject: [PATCH] chore(deps): bump next in /examples/_deprecated/identity-with-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 16.1.5. - [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.5...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/_deprecated/identity-with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/_deprecated/identity-with-nextjs/package.json b/examples/_deprecated/identity-with-nextjs/package.json index 9f7e199312..8b8bca4f72 100644 --- a/examples/_deprecated/identity-with-nextjs/package.json +++ b/examples/_deprecated/identity-with-nextjs/package.json @@ -4,7 +4,7 @@ "dependencies": { "@imtbl/sdk": "workspace:*", "ethers": "^6.13.4", - "next": "14.2.5", + "next": "15.5.10", "react": "^18.2.0", "react-dom": "^18.2.0" },