From 3d6f805dae3a4acdd47febb042c4e85e5cd7b05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:20:45 +0000 Subject: [PATCH] Bump next from 14.1.0 to 14.2.4 in /apps/next-auth Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.2.4. - [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.1.0...v14.2.4) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/next-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/next-auth/package.json b/apps/next-auth/package.json index ec774e6ef..ad64f03ae 100644 --- a/apps/next-auth/package.json +++ b/apps/next-auth/package.json @@ -20,7 +20,7 @@ "contributors": [], "license": "Apache 2.0", "dependencies": { - "next": "14.1.0", + "next": "14.2.4", "next-auth": "4.24.5", "react": "18.2.0", "react-dom": "18.2.0"