From e238c8547a30cc540435c8d8ccf7c7d05d7f87a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:34:13 +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 93a4aa7a56..3557ecb0c3 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": "19.0.0", "react-dom": "19.0.0",