From 1edf09e483aeb4ee6417be7cbf00d70f47627075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:04:55 +0000 Subject: [PATCH] build(deps): bump next from 14.0.4 to 14.1.1 in /examples/with-next-auth Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. - [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.1.1) --- 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 40bd6da..7bc7f61 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.0.4", + "next": "14.1.1", "next-auth": "^4.24.5", "react": "^18.2.0", "react-dom": "^18.2.0",