From 61ec53170ec16693cdb4ae98dced2b83b3fa4882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 06:42:39 +0000 Subject: [PATCH] chore(deps): bump next in /examples/next-ethers-app-router Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.22. - [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.21...v14.2.22) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-ethers-app-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-ethers-app-router/package.json b/examples/next-ethers-app-router/package.json index 4c83398ad4..0c7543d441 100644 --- a/examples/next-ethers-app-router/package.json +++ b/examples/next-ethers-app-router/package.json @@ -13,7 +13,7 @@ "@reown/appkit": "workspace:*", "@reown/appkit-adapter-ethers": "workspace:*", "@wagmi/core": "2.16.4", - "next": "14.2.21", + "next": "14.2.22", "next-themes": "0.4.3", "react": "18.3.1", "react-dom": "18.3.1",