From d292b8122bd0bacba48dc7a71f3028ddd80fc58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:38:18 +0000 Subject: [PATCH] chore(deps): bump next in /examples/next-wagmi-pages-router Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.10. - [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.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-wagmi-pages-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-wagmi-pages-router/package.json b/examples/next-wagmi-pages-router/package.json index 70177d7f91..cd3a0fc139 100644 --- a/examples/next-wagmi-pages-router/package.json +++ b/examples/next-wagmi-pages-router/package.json @@ -13,7 +13,7 @@ "@reown/appkit-adapter-wagmi": "workspace:*", "@tanstack/react-query": "5.56.2", "@wagmi/core": "2.13.4", - "next": "14.2.3", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0", "viem": "2.21.4",