From 65f9032b50f71f06e31779a1da5ecec04cc27766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:36:31 +0000 Subject: [PATCH] chore(deps): bump next from 13.5.0 to 14.1.1 in /client Bumps [next](https://github.com/vercel/next.js) from 13.5.0 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/v13.5.0...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index c1d51e4..88633a0 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "framer-motion": "8.5.4", "graphql": "16.8.1", "graphql-ws": "5.11.2", - "next": "13.5.0", + "next": "14.1.1", "next-auth": "4.24.5", "react": "18.2.0", "react-dom": "18.2.0",