From 6c2d83b29dfb1620a1c3b68c68ba2808e068a29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:00:12 +0000 Subject: [PATCH] chore(deps): bump next from 16.1.6 to 16.2.6 in /dashboard Bumps [next](https://github.com/vercel/next.js) from 16.1.6 to 16.2.6. - [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/v16.1.6...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 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..f32d969 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.6", "react": "19.2.3", "react-dom": "19.2.3" },