From a99b9f1350bdbd28eb017a16d79cb927081929fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:06:05 +0000 Subject: [PATCH] chore(deps): bump next from 16.1.6 to 16.2.11 in /dashboard Bumps [next](https://github.com/vercel/next.js) from 16.1.6 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.1.6...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 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 df0036e..17cae40 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -12,7 +12,7 @@ "@xyflow/react": "^12.10.1", "lucide-react": "^0.575.0", "motion": "^12.34.3", - "next": "16.1.6", + "next": "16.2.11", "react": "19.2.3", "react-dom": "19.2.3" },