From fd5722d07908448f9771a09614279b4fa094a93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:11:23 +0000 Subject: [PATCH] build(deps): bump next in /examples/with-next-auth Bumps [next](https://github.com/vercel/next.js) from 14.0.4 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.0.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-next-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-auth/package.json b/examples/with-next-auth/package.json index 7bc7f61..61e8bc6 100644 --- a/examples/with-next-auth/package.json +++ b/examples/with-next-auth/package.json @@ -11,7 +11,7 @@ "dependencies": { "@farcaster/auth-kit": "*", "ethers": "^6.12.0", - "next": "14.1.1", + "next": "14.2.10", "next-auth": "^4.24.5", "react": "^18.2.0", "react-dom": "^18.2.0",