From 8d0dd478250c116ab31218aca762cb7aa27593d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:48:10 +0000 Subject: [PATCH] Bump next from 14.1.4 to 14.2.10 in /dashboard Bumps [next](https://github.com/vercel/next.js) from 14.1.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.1.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index c94f6f0..67d4a54 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -27,7 +27,7 @@ "@mui/material-nextjs": "5.15.11", "graphql-tag": "2.12.6", "graphql-ws": "^5.15.0", - "next": "14.1.4", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0" },