From 68512c0ee8971d30e67a66edf22b729e38ff3f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:17:52 +0000 Subject: [PATCH] chore(deps): bump next in /examples/next-bitcoin-app-router Bumps [next](https://github.com/vercel/next.js) from 14.2.30 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.30...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-bitcoin-app-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-bitcoin-app-router/package.json b/examples/next-bitcoin-app-router/package.json index 23372cfef4..9635fa52e0 100644 --- a/examples/next-bitcoin-app-router/package.json +++ b/examples/next-bitcoin-app-router/package.json @@ -14,7 +14,7 @@ "@reown/appkit-adapter-wagmi": "workspace:*", "@tanstack/react-query": "5.75.5", "@wagmi/core": "2.20.3", - "next": "14.2.30", + "next": "14.2.32", "next-themes": "0.4.6", "react": "19.1.0", "react-dom": "19.1.0",