From 93beebd56012b65c84ec4282fdd9099f556e74b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 13:55:07 +0000 Subject: [PATCH] Bump next from 14.1.0 to 14.2.3 in /apps/next-auth Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.2.3. - [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.3) --- 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..896af532c 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.3", "next-auth": "4.24.5", "react": "18.2.0", "react-dom": "18.2.0"